Found problems: 85335
2009 Serbia Team Selection Test, 3
Find the largest natural number $ n$ for which there exist different sets $ S_1,S_2,\ldots,S_n$ such that:
$ 1^\circ$ $ |S_i\cup S_j|\leq 2004$ for each two $ 1\leq i,j\le n$ and
$ 2^\circ$ $ S_i\cup S_j\cup S_k\equal{}\{1,2,\ldots,2008\}$ for each three integers $ 1\le i<j<k\le n$.
2010 AMC 10, 10
Shelby drives her scooter at a speed of 30 miles per hour if it is not raining, and 20 miles per hour if it is raining. Today she drove in the sun in the morning and in the rain in the evening, for a total of 16 miles in 40 minutes. How many minutes did she drive in the rain?
$ \textbf{(A)}\ 18\qquad\textbf{(B)}\ 21\qquad\textbf{(C)}\ 24\qquad\textbf{(D)}\ 27\qquad\textbf{(E)}\ 30$
2010 Cuba MO, 3
Let $ABC$ be a right triangle at $B$. Let $D$ be a point such that $BD\perp AC$ and $DC = AC$. Find the ratio $\frac{AD}{AB}$.
1994 IMO Shortlist, 5
A circle $ C$ with center $ O.$ and a line $ L$ which does not touch circle $ C.$ $ OQ$ is perpendicular to $ L,$ $ Q$ is on $ L.$ $ P$ is on $ L,$ draw two tangents $ L_1, L_2$ to circle $ C.$ $ QA, QB$ are perpendicular to $ L_1, L_2$ respectively. ($ A$ on $ L_1,$ $ B$ on $ L_2$). Prove that, line $ AB$ intersect $ QO$ at a fixed point.
[i]Original formulation:[/i]
A line $ l$ does not meet a circle $ \omega$ with center $ O.$ $ E$ is the point on $ l$ such that $ OE$ is perpendicular to $ l.$ $ M$ is any point on $ l$ other than $ E.$ The tangents from $ M$ to $ \omega$ touch it at $ A$ and $ B.$ $ C$ is the point on $ MA$ such that $ EC$ is perpendicular to $ MA.$ $ D$ is the point on $ MB$ such that $ ED$ is perpendicular to $ MB.$ The line $ CD$ cuts $ OE$ at $ F.$ Prove that the location of $ F$ is independent of that of $ M.$
2007 Today's Calculation Of Integral, 250
For a positive constant number $ p$, find $ \lim_{n\to\infty} \frac {1}{n^{p \plus{} 1}}\sum_{k \equal{} 0}^{n \minus{} 1} \int_{2k\pi}^{(2k \plus{} 1)\pi} x^p\sin ^ 3 x\cos ^ 2x\ dx.$
1999 IberoAmerican, 2
Given two circle $M$ and $N$, we say that $M$ bisects $N$ if they intersect in two points and the common chord is a diameter of $N$. Consider two fixed non-concentric circles $C_1$ and $C_2$.
a) Show that there exists infinitely many circles $B$ such that $B$ bisects both $C_1$ and $C_2$.
b) Find the locus of the centres of such circles $B$.
2021 Baltic Way, 17
Distinct positive integers $a, b, c, d$ satisfy
$$\begin{cases} a \mid b^2 + c^2 + d^2,\\
b\mid a^2 + c^2 + d^2,\\
c \mid a^2 + b^2 + d^2,\\
d \mid a^2 + b^2 + c^2,\end{cases}$$
and none of them is larger than the product of the three others. What is the largest possible number of primes among them?
1982 Tournament Of Towns, (017) 3
a) Prove that in an infinite sequence ${a_k}$ of integers, pairwise distinct and each member greater than $1$, one can find $100$ members for which $a_k > k$.
b) Prove that in an infinite sequence ${a_k}$ of integers, pairwise distinct and each member greater than $1$ there are infinitely many such numbers $a_k$ such that $a_k > k$.
(A Andjans, Riga)
PS. (a) for juniors (b) for seniors
2010 Balkan MO Shortlist, A3
Let $a,b,c,d$ be positive real numbers. Prove that
\[(\frac{a}{a+b})^{5}+(\frac{b}{b+c})^{5}+(\frac{c}{c+d})^{5}+(\frac{d}{d+a})^{5}\ge \frac{1}{8}\]
2016 Fall CHMMC, 12
For a positive real number $a$, let $C$ be the cube with vertices at $(\pm a, \pm a, \pm a)$ and let $T$ be the tetrahedron with vertices at $(2a,2a,2a),(2a, -2a, -2a),(-2a, 2a, -2a),(-2a, -2a, -2a)$. If the intersection of $T$ and $C$ has volume $ka^3$ for some $k$, find $k$.
2003 AMC 8, 24
A ship travels from point A to point B along a semicircular path, centered at Island X. Then it travels along a straight path from B to C. Which of these graphs best shows the ship's distance from Island X as it moves along its course?
[asy]size(150);
pair X=origin, A=(-5,0), B=(5,0), C=(0,5);
draw(Arc(X, 5, 180, 360)^^B--C);
dot(X);
label("$X$", X, NE);
label("$C$", C, N);
label("$B$", B, E);
label("$A$", A, W);[/asy]
$\textbf{(A)}$
[asy]
defaultpen(fontsize(7));
size(80);
draw((0,16)--origin--(16,0), linewidth(0.9));
label("distance traveled", (8,0), S);
label(rotate(90)*"distance to X", (0,8), W);
draw(Arc((4,10), 4, 0, 180)^^(8,10)--(16,12));
[/asy]
$\textbf{(B)}$
[asy]
defaultpen(fontsize(7));
size(80);
draw((0,16)--origin--(16,0), linewidth(0.9));
label("distance traveled", (8,0), S);
label(rotate(90)*"distance to X", (0,8), W);
draw(Arc((12,10), 4, 180, 360)^^(0,10)--(8,10));
[/asy]
$\textbf{(C)}$
[asy]
defaultpen(fontsize(7));
size(80);
draw((0,16)--origin--(16,0), linewidth(0.9));
label("distance traveled", (8,0), S);
label(rotate(90)*"distance to X", (0,8), W);
draw((0,8)--(10,10)--(16,8));
[/asy]
$\textbf{(D)}$
[asy]
defaultpen(fontsize(7));
size(80);
draw((0,16)--origin--(16,0), linewidth(0.9));
label("distance traveled", (8,0), S);
label(rotate(90)*"distance to X", (0,8), W);
draw(Arc((12,10), 4, 0, 180)^^(0,10)--(8,10));
[/asy]
$\textbf{(E)}$
[asy]
defaultpen(fontsize(7));
size(80);
draw((0,16)--origin--(16,0), linewidth(0.9));
label("distance traveled", (8,0), S);
label(rotate(90)*"distance to X", (0,8), W);
draw((0,6)--(6,6)--(16,10));
[/asy]
2021 AMC 12/AHSME Spring, 13
How many values of $\theta$ in the interval $0<\theta\le 2\pi$ satisfy $$1-3\sin\theta+5\cos3\theta=0?$$
$\textbf{(A) }2 \qquad \textbf{(B) }4 \qquad \textbf{(C) }5\qquad \textbf{(D) }6 \qquad \textbf{(E) }8$
2022 Romania EGMO TST, P4
Let $p\geq 3$ be an odd positive integer. Show that $p$ is prime if and only if however we choose $(p+1)/2$ pairwise distinct positive integers, we can find two of them, $a$ and $b$, such that $(a+b)/\gcd(a,b)\geq p.$
2013 Tuymaada Olympiad, 2
$ABCDEF$ is a convex hexagon, such that in it $AC \parallel DF$, $BD \parallel AE$ and $CE \parallel BF$. Prove that
\[AB^2+CD^2+EF^2=BC^2+DE^2+AF^2.\]
[i]N. Sedrakyan[/i]
LMT Guts Rounds, 10
A two digit prime number is such that the sum of its digits is $13.$ Determine the integer.
2006 USA Team Selection Test, 6
Let $ABC$ be a triangle. Triangles $PAB$ and $QAC$ are constructed outside of triangle $ABC$ such that $AP = AB$ and $AQ = AC$ and $\angle{BAP}= \angle{CAQ}$. Segments $BQ$ and $CP$ meet at $R$. Let $O$ be the circumcenter of triangle $BCR$. Prove that $AO \perp PQ.$
1972 Czech and Slovak Olympiad III A, 4
Show that there are infinitely many positive integers $a$ such that the number $n^4+a$ is composite for every positive integer $n.$ Give 5 (different) numbers $a$ with the mentioned property.
2006 Victor Vâlcovici, 1
Let be a nondegenerate and closed interval $ I $ of real numbers, a short map $ m:I\longrightarrow I, $ and a sequence of functions $ \left( x_n \right)_{n\ge 1} :I\longrightarrow\mathbb{R} $ such that $ x_1 $ is the identity map and
$$ 2x_{n+1}=x_n+m\circ x_n , $$
for any natural numbers $ n. $ Prove that:
[b]a)[/b] there exists a nondegenerate interval having the property that any point of it is a fixed point for $ m. $
[b]b)[/b] $ \left( x_n \right)_{n\ge 1} $ is pointwise convergent and that its limit function is a short map.
2021 AMC 12/AHSME Spring, 8
A sequence of numbers is defined by $D_0=0,D_1=0,D_2=1$ and $D_n=D_{n-1}+D_{n-3}$ for $n\ge 3$. What are the parities (evenness or oddness) of the triple of numbers $(D_{2021},D_{2022},D_{2023})$, where $E$ denotes even and $O$ denotes odd?
$\textbf{(A) }(O,E,O) \qquad \textbf{(B) }(E,E,O) \qquad \textbf{(C) }(E,O,E) \qquad \textbf{(D) }(O,O,E) \qquad \textbf{(E) }(O,O,O)$
2013 Online Math Open Problems, 48
$\omega$ is a complex number such that $\omega^{2013} = 1$ and $\omega^m \neq 1$ for $m=1,2,\ldots,2012$. Find the number of ordered pairs of integers $(a,b)$ with $1 \le a, b \le 2013$ such that \[ \frac{(1 + \omega + \cdots + \omega^a)(1 + \omega + \cdots + \omega^b)}{3} \] is the root of some polynomial with integer coefficients and leading coefficient $1$. (Such complex numbers are called [i]algebraic integers[/i].)
[i]Victor Wang[/i]
1990 AMC 8, 16
$ 1990-1980+1970-1960+\cdots-20+10 = $
$ \text{(A)}\ -990\qquad\text{(B)}\ -10\qquad\text{(C)}\ 990\qquad\text{(D)}\ 1000\qquad\text{(E)}\ 1990 $
2014 Harvard-MIT Mathematics Tournament, 17
Let $f:\mathbb{N}\to\mathbb{N}$ be a function satisfying the following conditions:
(a) $f(1)=1$.
(b) $f(a)\leq f(b)$ whenever $a$ and $b$ are positive integers with $a\leq b$.
(c) $f(2a)=f(a)+1$ for all positive integers $a$.
How many possible values can the $2014$-tuple $(f(1),f(2),\ldots,f(2014))$ take?
2022-2023 OMMC FINAL ROUND, 9
Let $\triangle ABC$ have incircle $\omega$. Let $\omega_1$, $\omega_2$, and $\omega_3$ be three circles centered at $A$, $B$, and $C$ respectively tangent to $\omega$ at points $D$, $E$, and $F$ respectively. Show there exists a circle $\Gamma \neq \omega$ tangent to circles $\omega_1$, $\omega_2$, and $\omega_3$ centered on the Euler line of $\triangle DEF$.
[i](Each of the three circles $\omega_1, \omega_2, \omega_3$ is allowed to be internally or externally tangent to $\omega$. They don't have to be all internally tangent or all externally tangent.)[/i]
2021 AIME Problems, 11
A teacher was leading a class of four perfectly logical students. The teacher chose a set $S$ of four integers and gave a different number in $S$ to each student. Then the teacher announced to the class that the numbers in $S$ were four consecutive two-digit positive integers, that some number in $S$ was divisible by $6$, and a different number in $S$ was divisible by $7$. The teacher then asked if any of the students could deduce what $S$ is, but in unison, all of the students replied no.
However, upon hearing that all four students replied no, each student was able to determine the elements of $S$. Find the sum of all possible values of the greatest element of $S$.
2013 Taiwan TST Round 1, 2
A V-tromino is a diagram formed by three unit squares.(As attachment.)
(a)Is it possible to cover a $3\times 2013$ table by $3\times 671$ V-trominoes?
(b)Is it possible to cover a $5\times 2013$ table by $5\times 671$ V-trominoes?