Found problems: 85335
2016 CHKMO, 4
Given an integer $n\geq 2$. There are $N$ distinct circle on the plane such that any two circles have two distinct intersections and no three circles have a common intersection. Initially there is a coin on each of the intersection points of the circles. Starting from $X$, players $X$ and $Y$ alternatively take away a coin, with the restriction that one cannot take away a coin lying on the same circle as the last coin just taken away by the opponent in the previous step. The one who cannot do so will lost. In particular, one loses where there is no coin left. For what values of $n$ does $Y$ have a winning strategy?
2018 Czech-Polish-Slovak Junior Match, 3
Calculate all real numbers $r $ with the following properties:
If real numbers $a, b, c$ satisfy the inequality$ | ax^2 + bx + c | \le 1$ for each $x \in [ - 1, 1]$, then they also satisfy the inequality $| cx^2 + bx + a | \le r$ for each $ x \in [- 1, 1]$.
1992 APMO, 3
Let $n$ be an integer such that $n > 3$. Suppose that we choose three numbers from the set $\{1, 2, \ldots, n\}$. Using each of these three numbers only once and using addition, multiplication, and parenthesis, let us form all
possible combinations.
(a) Show that if we choose all three numbers greater than $\frac{n}{2}$, then the values of these combinations are all distinct.
(b) Let $p$ be a prime number such that $p \leq \sqrt{n}$. Show that the number of ways of choosing three numbers so that the smallest one is $p$ and the values of the combinations are not all distinct is precisely the number of positive divisors of $p - 1$.
1989 AIME Problems, 3
Suppose $n$ is a positive integer and $d$ is a single digit in base 10. Find $n$ if \[ \frac{n}{810}=0.d25d25d25\ldots \]
2009 Hungary-Israel Binational, 1
Given is the convex quadrilateral $ ABCD$. Assume that there exists a point $ P$ inside the quadrilateral for which the triangles $ ABP$ and $ CDP$ are both isosceles right triangles with the right angle at the common vertex $ P$. Prove that there exists a point $ Q$ for which the triangles $ BCQ$ and $ ADQ$ are also isosceles right triangles with the right angle at the common vertex $ Q$.
2009 Indonesia TST, 3
Let $ ABC$ be an acute triangle with $ \angle BAC\equal{}60^{\circ}$. Let $ P$ be a point in triangle $ ABC$ with $ \angle APB\equal{}\angle BPC\equal{}\angle CPA\equal{}120^{\circ}$. The foots of perpendicular from $ P$ to $ BC,CA,AB$ are $ X,Y,Z$, respectively. Let $ M$ be the midpoint of $ YZ$.
a) Prove that $ \angle YXZ\equal{}60^{\circ}$
b) Prove that $ X,P,M$ are collinear.
1948 Moscow Mathematical Olympiad, 148
a) Find all positive integer solutions of the equation $x^y = y^x$ ($x \ne y$).
b) Find all positive rational solutions of the equation $x^y = y^x$ ($x \ne y$).
2015 All-Russian Olympiad, 7
An acute-angled $ABC \ (AB<AC)$ is inscribed into a circle $\omega$. Let $M$ be the centroid of $ABC$, and let $AH$ be an altitude of this triangle. A ray $MH$ meets $\omega$ at $A'$. Prove that the circumcircle of the triangle $A'HB$ is tangent to $AB$. [i](A.I. Golovanov , A.Yakubov)[/i]
2019 China Second Round Olympiad, 4
Each side of a convex $2019$-gon polygon is dyed with red, yellow and blue, and there are exactly $673$ sides of each kind of color. Prove that there exists at least one way to draw $2016$ diagonals to divide the convex $2019$-gon polygon into $2017$ triangles, such that any two of the $2016$ diagonals don't have intersection inside the $2019$-gon polygon,and for any triangle in all the $2017$ triangles, the colors of the three sides of the triangle are all the same, either totally different.
2002 Mongolian Mathematical Olympiad, Problem 3
The incircle of a triangle $ABC$ with $AB\ne BC$ touches $BC$ at $A_1$ and $AC$ at $B_1$. The segments $AA_1$ and $BB_1$ meet the incircle at $A_2$ and $B_2$, respectively. Prove that the lines $AB,A_1B_1,A_2B_2$ are concurrent.
2009 VJIMC, Problem 1
Let $ABC$ be a non-degenerate triangle in the euclidean plane. Define a sequence $(C_n)_{n=0}^\infty$ of points as follows: $C_0:=C$, and $C_{n+1}$ is the incenter of the triangle $ABC_n$. Find $\lim_{n\to\infty}C_n$.
1973 Chisinau City MO, 63
Each point in space is colored in one of four different colors. Prove that there is a segment $1$ cm long with endpoints of the same color.
2014 NIMO Problems, 6
Suppose we wish to pick a random integer between $1$ and $N$ inclusive by flipping a fair coin. One way we can do this is through generating a random binary decimal between $0$ and $1$, then multiplying the result by $N$ and taking the ceiling. However, this would take an infinite amount of time. We therefore stopping the flipping process after we have enough flips to determine the ceiling of the number. For instance, if $N=3$, we could conclude that the number is $2$ after flipping $.011_2$, but $.010_2$ is inconclusive.
Suppose $N=2014$. The expected number of flips for such a process is $\frac{m}{n}$ where $m$, $n$ are relatively prime positive integers, find $100m+n$.
[i]Proposed by Lewis Chen[/i]
2020 Novosibirsk Oral Olympiad in Geometry, 6
Angle bisectors $AA', BB'$and $CC'$ are drawn in triangle $ABC$ with angle $\angle B= 120^o$. Find $\angle A'B'C'$.
2024 AMC 8 -, 18
Three concentric circles centered at $O$ have radii of $1$, $2$, and $3$. Points $B$ and $C$ lie on the largest circle. The region between the two smaller circles is shaded, as is the portion of the region between the two larger circles bounded by central angle $BOC$, as shown in the figure below. Suppose the shaded and unshaded regions are equal in area. What is the measure of $\angle{BOC}$ in degrees?
[asy]
size(100);
import graph;
draw(circle((0,0),3));
real radius = 3;
real angleStart = -54; // starting angle of the sector
real angleEnd = 54; // ending angle of the sector
label("$O$",(0,0),W);
pair O = (0, 0);
filldraw(arc(O, radius, angleStart, angleEnd)--O--cycle, lightgray);
filldraw(circle((0,0),2),lightgray);
filldraw(circle((0,0),1),white);
draw((1.763,2.427)--(0,0)--(1.763,-2.427));
label("$B$",(1.763,2.427),NE);
label("$C$",(1.763,-2.427),SE);
[/asy]
$\textbf{(A)}\ 108 \qquad \textbf{(B)}\ 120 \qquad \textbf{(C)}\ 135 \qquad \textbf{(D)}\ 144 \qquad \textbf{(E)}\ 150$
2014 Oral Moscow Geometry Olympiad, 5
Segment $AD$ is the diameter of the circumscribed circle of an acute-angled triangle $ABC$. Through the intersection of the altitudes of this triangle, a straight line was drawn parallel to the side $BC$, which intersects sides $AB$ and $AC$ at points $E$ and $F$, respectively. Prove that the perimeter of the triangle $DEF$ is two times larger than the side $BC$.
2021 Saudi Arabia JBMO TST, 3
We have $n > 2$ nonzero integers such that everyone of them is divisible by the sum of the other $n - 1$ numbers, Show that the sum of the $n$ numbers is precisely $0$.
2013 Oral Moscow Geometry Olympiad, 6
Let $ABC$ be a triangle. On its sides $AB$ and $BC$ are fixed points $C_1$ and $A_1$, respectively. Find a point $ P$ on the circumscribed circle of triangle $ABC$ such that the distance between the centers of the circumscribed circles of the triangles $APC_1$ and $CPA_1$ is minimal.
2017 Romania National Olympiad, 2
Consider the triangle $ABC$, with $\angle A= 90^o, \angle B = 30^o$, and $D$ is the foot of the altitude from $A$. Let the point $E \in (AD)$ such that $DE = 3AE$ and $F$ the foot of the perpendicular from $D$ to the line $BE$.
a) Prove that $AF \perp FC$.
b) Determine the measure of the angle $AFB$.
2014 Contests, 1
Numbers $1$ through $2014$ are written on a board. A valid operation is to erase two numbers $a$ and $b$ on the board and replace them with the greatest common divisor and the least common multiple of $a$ and $b$.
Prove that, no matter how many operations are made, the sum of all the numbers that remain on the board is always larger than $2014$ $\times$ $\sqrt[2014]{2014!}$
2018 Harvard-MIT Mathematics Tournament, 10
Let $ABC$ be a triangle such that $AB=6,BC=5,AC=7.$ Let the tangents to the circumcircle of $ABC$ at $B$ and $C$ meet at $X.$ Let $Z$ be a point on the circumcircle of $ABC.$ Let $Y$ be the foot of the perpendicular from $X$ to $CZ.$ Let $K$ be the intersection of the circumcircle of $BCY$ with line $AB.$ Given that $Y$ is on the interior of segment $CZ$ and $YZ=3CY,$ compute $AK.$
2024 Korea Junior Math Olympiad, 7
Let $A_k$ be the number of pairs $(a_1, a_2, ..., a_{2k})$ for $k\leq 50$, where $a_1, a_2, ..., a_{2k}$ are all different positive integers that satisfy the following.
[b]$\cdot$[/b] $a_1, a_2, ..., a_{2k} \leq 100$
[b]$\cdot$[/b] For an odd number less or equal than $2k-1$, we have $a_i > a_{i+1}$
[b]$\cdot$[/b] For an even number less or equal than $2k-2$, we have $a_i < a_{i+1}$
Prove that $A_1 \leq A_2 \leq \cdots \leq A_{49}$.
2017 BMT Spring, 19
Let $T$ be the triangle in the $xy$-plane with vertices $(0, 0)$, $(3, 0)$, and $\left(0, \frac32\right)$. Let $E$ be the ellipse inscribed in $T$ which meets each side of $T$ at its midpoint. Find the distance from the center of $E$ to $(0, 0)$.
2018 IFYM, Sozopol, 2
$n > 1$ is an odd number and $a_1, a_2, . . . , a_n$ are positive integers such that $gcd(a_1, a_2, . . . , a_n) = 1$. If
$d = gcd (a_1^n + a_1.a_2. . . a_n, a_2^n + a_1.a_2. . . a_n, . . . , a_n^n + a_1.a_2. . . a_n) $
find all possible values of $d$.
2025 Austrian MO Regional Competition, 3
There are $6$ different bus lines in a city, each stopping at exactly $5$ stations and running in both directions. Nevertheless, for every two different stations there is always a bus line connecting these two stations. Determine the maximum number of stations in this city.
[i](Karl Czakler)[/i]