Found problems: 85335
2014 AMC 8, 15
The circumference of the circle with center $O$ is divided into 12 equal arcs, marked the letters $A$ through $L$ as seen below. What is the number of degrees in the sum of the angles $x$ and $y$?
[asy]
size(230);
defaultpen(linewidth(0.65));
pair O=origin;
pair[] circum = new pair[12];
string[] let = {"$A$","$B$","$C$","$D$","$E$","$F$","$G$","$H$","$I$","$J$","$K$","$L$"};
draw(unitcircle);
for(int i=0;i<=11;i=i+1)
{
circum[i]=dir(120-30*i);
dot(circum[i],linewidth(2.5));
label(let[i],circum[i],2*dir(circum[i]));
}
draw(O--circum[4]--circum[0]--circum[6]--circum[8]--cycle);
label("$x$",circum[0],2.75*(dir(circum[0]--circum[4])+dir(circum[0]--circum[6])));
label("$y$",circum[6],1.75*(dir(circum[6]--circum[0])+dir(circum[6]--circum[8])));
label("$O$",O,dir(60));
[/asy]
$\textbf{(A) }75\qquad\textbf{(B) }80\qquad\textbf{(C) }90\qquad\textbf{(D) }120\qquad \textbf{(E) }150$
1997 AMC 12/AHSME, 24
A rising number, such as $ 34689$, is a positive integer each digit of which is larger than each of the digits to its left. There are $ \dbinom{9}{5} \equal{} 126$ five-digit rising numbers. When these numbers are arranged from smallest to largest, the $ 97$th number in the list does not contain the digit
$ \textbf{(A)}\ 4\qquad
\textbf{(B)}\ 5\qquad
\textbf{(C)}\ 6\qquad
\textbf{(D)}\ 7\qquad
\textbf{(E)}\ 8$
2023 Thailand Online MO, 2
Let $P(x)$ be a polynomial with real coefficients. Prove that not all roots of $x^3P(x)+1$ are real.
2006 IMC, 1
Let $f: \mathbb{R}\to \mathbb{R}$ be a real function. Prove or disprove each of the following statements.
(a) If f is continuous and range(f)=$\mathbb{R}$ then f is monotonic
(b) If f is monotonic and range(f)=$\mathbb{R}$ then f is continuous
(c) If f is monotonic and f is continuous then range(f)=$\mathbb{R}$
2003 JHMMC 8, 1
Jane has $4$ pears, $5$ bananas, $3$ lemons, $1$ orange, and $6$ apples. If she uses one of each fruit to make a
fruit smoothie, what is the total number of fruits that she has left?
1973 Czech and Slovak Olympiad III A, 5
Given two points $P,Q$ of the plane, denote $P+Q$ the midpoint of (possibly degenerate) segment $PQ$ and $P\cdot Q$ the image of $P$ in rotation around the origin $Q$ under $+90^\circ.$
a) Are these operations commutative?
b) Given two distinct points $A,B$ the equation \[Y\cdot X=(A\cdot X)+B\] defines a map $X\mapsto Y.$ Determine what the mapping is.
c) Construct all fixed points of the map from b).
1992 IMO Longlists, 44
Prove that $\frac{5^{125}-1}{5^{25}-1}$ is a composite number.
2004 Iran MO (3rd Round), 18
Prove that for any $ n$, there is a subset $ \{a_1,\dots,a_n\}$ of $ \mathbb N$ such that for each subset $ S$ of $ \{1,\dots,n\}$, $ \sum_{i\in S}a_i$ has the same set of prime divisors.
2014 Harvard-MIT Mathematics Tournament, 11
Two fair octahedral dice, each with the numbers $1$ through $8$ on their faces, are rolled. Let $N$ be the remainder when the product of the numbers showing on the two dice is divided by $8$. Find the expected value of $N$.
2023 All-Russian Olympiad, 4
Let $\omega$ be the circumcircle of triangle $ABC$ with $AB<AC$. Let $I$ be its incenter and let $M$ be the midpoint of $BC$. The foot of the perpendicular from $M$ to $AI$ is $H$. The lines $MH, BI, AB$ form a triangle $T_b$ and the lines $MH, CI, AC$ form a triangle $T_c$. The circumcircle of $T_b$ meets $\omega$ at $B'$ and the circumcircle of $T_c$ meets $\omega$ at $C'$. Prove that $B', H, C'$ are collinear.
2019 VJIMC, 4
Determine the largest constant $K\geq 0$ such that $$\frac{a^a(b^2+c^2)}{(a^a-1)^2}+\frac{b^b(c^2+a^2)}{(b^b-1)^2}+\frac{c^c(a^2+b^2)}{(c^c-1)^2}\geq K\left (\frac{a+b+c}{abc-1}\right)^2$$ holds for all positive real numbers $a,b,c$ such that $ab+bc+ca=abc$.
[i]Proposed by Orif Ibrogimov (Czech Technical University of Prague).[/i]
1953 Putnam, A3
$a, b, c$ are real, and the sum of any two is greater than the third.
Show that $\frac{2(a + b + c)(a^2 + b^2 + c^2)}{3} > a^3 + b^3 + c^3 + abc$.
2019 Thailand Mathematical Olympiad, 7
Let $A=\{-2562,-2561,...,2561,2562\}$. Prove that for any bijection (1-1, onto function) $f:A\to A$,
$$\sum_{k=1}^{2562}\left\lvert f(k)-f(-k)\right\rvert\text{ is maximized if and only if } f(k)f(-k)<0\text{ for any } k=1,2,...,2562.$$
2019 Online Math Open Problems, 25
Let $S$ be the set of positive integers not divisible by $p^4$ for all primes $p$. Anastasia and Bananastasia play a game.
At the beginning, Anastasia writes down the positive integer $N$ on the board. Then the players take moves in turn; Bananastasia moves first. On any move of his, Bananastasia replaces the number $n$ on the blackboard with a number of the form $n-a$, where $a\in S$ is a positive integer. On any move of hers, Anastasia replaces the number $n$ on the blackboard with a number of the form $n^k$, where $k$ is a positive integer. Bananastasia wins if the number on the board becomes zero.
Compute the second-smallest possible value of $N$ for which Anastasia can prevent Bananastasia from winning.
[i]Proposed by Brandon Wang and Vincent Huang[/i]
1999 Mongolian Mathematical Olympiad, Problem 1
In a convex quadrilateral $ABCD$, ${\angle}ABD=65^\circ$,${\angle}CBD=35^\circ$, ${\angle}ADC=130^\circ$ and $BC=AB$.Find the angles of $ABCD$.
2016 Nigerian Senior MO Round 2, Problem 5
A solid pyramid $TABCD$, with a quadrilateral base $ABCD$ is to be coloured on each of the five faces such that no two faces with a common edge will have the same colour. If five different colours are available, what is the number of ways to colour the pyramid?
2024 HMNT, 11
A four-digit integer in base $10$ is [i]friendly[/i] if its digits are four consecutive digits in any order. A four-digit integer is [i]shy[/i] if there exist two adjacent digits in its representation that differ by $1.$ Compute the number of four-digit integers that are both friendly and shy.
2011 China Northern MO, 3
Find all positive integer solutions $(x, y, z)$ of the equation $1 + 2^x \cdot 7^y=z^2$.
2004 239 Open Mathematical Olympiad, 4
Let the sum of positive reals $a,b,c$ be equal to 1. Prove an inequality \[
\sqrt{{ab}\over {c+ab}}+\sqrt{{bc}\over {a+bc}}+\sqrt{{ac}\over {b+ac}}\le 3/2
\].
[b]proposed by Fedor Petrov[/b]
2019 Saudi Arabia JBMO TST, 2
We call a tiling of an $m\times$ n rectangle with arabos (see figure below) [i]regular[/i] if there is no sub-rectangle which is tiled with arabos. Prove that if for some $m$ and $n$ there exists a [i]regular[/i] tiling of the $m\times n$ rectangle then there exists a [i]regular[/i] tiling also for the $2m \times 2n$ rectangle.
[img]https://cdn.artofproblemsolving.com/attachments/1/1/2ab41cc5107a21760392253ed52d9e4ecb22d1.png[/img]
2013 Balkan MO Shortlist, N5
Prove that there do not exist distinct prime numbers $p$ and $q$ and a positive integer $n$ satisfying the equation $p^{q-1}- q^{p-1}=4n^2$
2014 India IMO Training Camp, 2
Let $a,b$ be positive real numbers.Prove that $(1+a)^{8}+(1+b)^{8}\geq 128ab(a+b)^{2}$.
2010 Hanoi Open Mathematics Competitions, 1
Compare the numbers:
$P = 888...888 \times 333 .. 333$ ($2010$ digits of $8$ and $2010$ digits of $3$) and
$Q = 444...444\times 666...6667$ ($2010$ digits of $4$ and $2009$ digits of $6$)
(A): $P = Q$, (B): $P > Q$, (C): $P < Q$.
2019 Regional Olympiad of Mexico West, 2
Given a square $ABCD$, points $E$ and $F$ are taken inside the segments $BC$ and $CD$ so that $\angle EAF = 45^o$. The lines $AE$ and $AF$ intersect the circle circumscribed to the square at points $G$ and $H$ respectively. Prove that lines $EF$ and $GH$ are parallel.
2018 ASDAN Math Tournament, 7
Nathan starts with the number $0$, and randomly adds either $1$ or $2$ with equal probability until his number reaches or exceeds $2018$. What is the probability his number ends up being exactly $2018$?