Found problems: 85335
2006 Princeton University Math Competition, 2
In triangle $ABC$, $R$ is the midpoint of $BC$ and $CS = 3SA$. If $x$ is the area of $CRS$, $y$ is the area of $RBT$, $z$ is the area of $ATS$, and $y^2 = xz$, then what is the value of $\frac{AT}{TB}$?
Express your answer in the form $\frac{a+b\sqrt{c}}{d}$ , where $a,b,c,d$ are integers, $d$ is positive and as small as possible, and $c$ is squarefree.
[img]https://cdn.artofproblemsolving.com/attachments/f/d/65b443628329610ff41d30b95e5ebd0c914f20.jpg[/img]
2021 Argentina National Olympiad, 1
You have two blackboards $A$ and $B$. You have to write on them some of the integers greater than or equal to $2$ and less than or equal to $20$ in such a way that each number on blackboard $A$ is co-prime with each number on blackboard $B.$ Determine the maximum possible value of multiplying the number of numbers written in $A$ by the number of numbers written in $B$.
2006 Iran MO (3rd Round), 8
We mean a traingle in $\mathbb Q^{n}$, 3 points that are not collinear in $\mathbb Q^{n}$
a) Suppose that $ABC$ is triangle in $\mathbb Q^{n}$. Prove that there is a triangle $A'B'C'$ in $\mathbb Q^{5}$ that $\angle B'A'C'=\angle BAC$.
b) Find a natural $m$ that for each traingle that can be embedded in $\mathbb Q^{n}$ it can be embedded in $\mathbb Q^{m}$.
c) Find a triangle that can be embedded in $\mathbb Q^{n}$ and no triangle similar to it can be embedded in $\mathbb Q^{3}$.
d) Find a natural $m'$ that for each traingle that can be embedded in $\mathbb Q^{n}$ then there is a triangle similar to it, that can be embedded in $\mathbb Q^{m}$.
You must prove the problem for $m=9$ and $m'=6$ to get complete mark. (Better results leads to additional mark.)
1986 Traian Lălescu, 1.2
Show that for any real numbers $ a,b, $ there exists $ c\in [-2,1] $ such that $ \big| c^3+ac+b\big| \ge 1. $
1994 Greece National Olympiad, 5
Three circles $O_1, \ O_2, \ O_3$ with radiii $r_1, \ r_2, \ r_3$ respectively are tangent extarnally in pairs. Let r be the radius of the inscrined circle of triangle $O_1O_2O_3$. Prove that $$ r=\sqrt{\dfrac{r_1r_2r_3}{r_1+r_2+r_3}}.$$
2023 China National Olympiad, 1
Define the sequences $(a_n),(b_n)$ by
\begin{align*}
& a_n, b_n > 0, \forall n\in\mathbb{N_+} \\
& a_{n+1} = a_n - \frac{1}{1+\sum_{i=1}^n\frac{1}{a_i}} \\
& b_{n+1} = b_n + \frac{1}{1+\sum_{i=1}^n\frac{1}{b_i}}
\end{align*}
1) If $a_{100}b_{100} = a_{101}b_{101}$, find the value of $a_1-b_1$;
2) If $a_{100} = b_{99}$, determine which is larger between $a_{100}+b_{100}$ and $a_{101}+b_{101}$.
1952 AMC 12/AHSME, 32
$ K$ takes $ 30$ minutes less time than $ M$ to travel a distance of $ 30$ miles. $ K$ travels $ \frac {1}{3}$ mile per hour faster than $ M$. If $ x$ is $ K$'s rate of speed in miles per hours, then $ K$'s time for the distance is:
$ \textbf{(A)}\ \dfrac{x \plus{} \frac {1}{3}}{30} \qquad\textbf{(B)}\ \dfrac{x \minus{} \frac {1}{3}}{30} \qquad\textbf{(C)}\ \dfrac{30}{x \plus{} \frac {1}{3}} \qquad\textbf{(D)}\ \frac {30}{x} \qquad\textbf{(E)}\ \frac {x}{30}$
1992 IMO Longlists, 74
Let $S = \{\frac{\pi^n}{1992^m} | m,n \in \mathbb Z \}.$ Show that every real number $x \geq 0$ is an accumulation point of $S.$
Swiss NMO - geometry, 2010.9
Let $ k$ and $ k'$ two concentric circles centered at $ O$, with $ k'$ being larger than $ k$. A line through $ O$ intersects $ k$ at $ A$ and $ k'$ at $ B$ such that $ O$ seperates $ A$ and $ B$. Another line through $ O$ intersects $ k$ at $ E$ and $ k'$ at $ F$ such that $ E$ separates $ O$ and $ F$.
Show that the circumcircle of $ \triangle{OAE}$ and the circles with diametres $ AB$ and $ EF$ have a common point.
2014 Taiwan TST Round 1, 5
Prove that there exist infinitely many positive integers $n$ such that the largest prime divisor of $n^4 + n^2 + 1$ is equal to the largest prime divisor of $(n+1)^4 + (n+1)^2 +1$.
1993 Nordic, 4
Denote by $T(n)$ the sum of the digits of the decimal representation of a positive integer $n$.
a) Find an integer $N$, for which $T(k \cdot N)$ is even for all $k, 1 \le k \le 1992, $ but $T(1993 \cdot N)$ is odd.
b) Show that no positive integer $N$ exists such that $T(k \cdot N)$ is even for all positive integers $k$.
2016 CMIMC, 2
Let $ABCD$ be an isosceles trapezoid with $AD=BC=15$ such that the distance between its bases $AB$ and $CD$ is $7$. Suppose further that the circles with diameters $\overline{AD}$ and $\overline{BC}$ are tangent to each other. What is the area of the trapezoid?
2006 AMC 8, 25
Barry wrote 6 different numbers, one on each side of 3 cards, and laid the cards on a table, as shown. The sums of the two numbers on each of the three cards are equal. The three numbers on the hidden sides are prime numbers. What is the average of the hidden prime numbers?
[asy]path card=((0,0)--(0,3)--(2,3)--(2,0)--cycle);
draw(card, linewidth(1));
draw(shift(2.5,0)*card, linewidth(1));
draw(shift(5,0)*card, linewidth(1));
label("$44$", (1,1.5));
label("$59$", shift(2.5,0)*(1,1.5));
label("$38$", shift(5,0)*(1,1.5));[/asy]
$ \textbf{(A)}\ 13 \qquad
\textbf{(B)}\ 14 \qquad
\textbf{(C)}\ 15 \qquad
\textbf{(D)}\ 16 \qquad
\textbf{(E)}\ 17$
1991 Baltic Way, 5
For any positive numbers $a, b, c$ prove the inequalities
\[\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\ge \frac{2}{a+b}+\frac{2}{b+c}+\frac{2}{c+a}\ge \frac{9}{a+b+c}.\]
1997 Tournament Of Towns, (549) 3
In a square $ABCD$, $K$ is a point on the side $BC$ and the bisector of $\angle KAD$ cuts the side $CD$ at the point $M$. Prove that the length of segment $AK$ is equal to the sum of the lengths of segments $DM$ and $BK$.
(Folklore)
2011 China National Olympiad, 1
Let $n$ be an given positive integer, the set $S=\{1,2,\cdots,n\}$.For any nonempty set $A$ and $B$, find the minimum of $|A\Delta S|+|B\Delta S|+|C\Delta S|,$ where $C=\{a+b|a\in A,b\in B\}, X\Delta Y=X\cup Y-X\cap Y.$
1980 IMO, 1
Given a sequence $\{a_n\}$ of real numbers such that $|a_{k+m} - a_k - a_m| \leq 1$ for all positive integers $k$ and $m$, prove that, for all positive integers $p$ and $q$, \[|\frac{a_p}{p} - \frac{a_q}{q}| < \frac{1}{p} + \frac{1}{q}.\]
2012 Princeton University Math Competition, B5
Considering all numbers of the form $n = \lfloor \frac{k^3}{2012} \rfloor$, where $\lfloor x \rfloor$ denotes the greatest integer less than or equal to $x$, and $k$ ranges from $1$ to $2012$, how many of these $n$’s are distinct?
1996 IMO Shortlist, 8
Let $ \mathbb{N}_0$ denote the set of nonnegative integers. Find all functions $ f$ from $ \mathbb{N}_0$ to itself such that
\[ f(m \plus{} f(n)) \equal{} f(f(m)) \plus{} f(n)\qquad \text{for all} \; m, n \in \mathbb{N}_0.
\]
2017 Bosnia And Herzegovina - Regional Olympiad, 1
If $a$ is real number such that $x_1$ and $x_2$, $x_1\neq x_2$ , are real numbers and roots of equation $x_2-x+a=0$. Prove that $\mid {x_1}^2-{x_2}^2 \mid =1$ iff $\mid {x_1}^3-{x_2}^3 \mid =1$
2019 Purple Comet Problems, 1
The diagram shows a polygon made by removing six $2\times 2$ squares from the sides of an $8\times 12$ rectangle. Find the perimeter of this polygon.
[img]https://cdn.artofproblemsolving.com/attachments/6/3/c23510c821c159d31aff0e6688edebc81e2737.png[/img]
2004 Czech and Slovak Olympiad III A, 1
Find all triples $(x,y,z)$ of real numbers such that
\[x^2+y^2+z^2\le 6+\min (x^2-\frac{8}{x^4},y^2-\frac{8}{y^4},z^2-\frac{8}{z^4}).\]
2018 CMIMC Team, 10-1/10-2
Find the smallest positive integer $k$ such that $ \underbrace{11\cdots 11}_{k\text{ 1's}}$ is divisible by $9999$.
Let $T = TNYWR$. Circles $\omega_1$ and $\omega_2$ intersect at $P$ and $Q$. The common external tangent $\ell$ to the two circles closer to $Q$ touches $\omega_1$ and $\omega_2$ at $A$ and $B$ respectively. Line $AQ$ intersects $\omega_2$ at $X$ while $BQ$ intersects $\omega_1$ again at $Y$. Let $M$ and $N$ denote the midpoints of $\overline{AY}$ and $\overline{BX}$, also respectively. If $AQ=\sqrt{T}$, $BQ=7$, and $AB=8$, then find the length of $MN$.
2015 BMT Spring, 10
Let $ABC$ be a triangle with points $E, F$ on $CA$, $AB$, respectively. Circle $C_1$ passes through $E, F$ and is tangent to segment $BC$ at $D$. Suppose that $AE = AF = EF = 3$, $BF = 1$, and $CE = 2$. What is $\frac{ED^2}{F D^2}$ ?
1935 Moscow Mathematical Olympiad, 011
In $\vartriangle ABC$, two straight lines drawn from an arbitrary point $D$ on $AB$ are parallel to $AC$ , $BC$ and intersect $BC$ , $AC$ at $F$ , $G$, respectively. Prove that the sum of the circumferences of the circles circumscribed around $\vartriangle ADG$ and $\vartriangle BDF$ is equal to the circumference of the circle circumscribed around $\vartriangle ABC$.