year
stringdate
1961-01-01 00:00:00
2025-01-01 00:00:00
tier
stringclasses
5 values
problem_label
stringclasses
119 values
problem_type
stringclasses
13 values
exam
stringclasses
28 values
problem
stringlengths
87
2.77k
solution
stringlengths
834
13k
metadata
dict
problem_tokens
int64
50
903
solution_tokens
int64
500
3.93k
2005
T4
38
null
HMMT
In how many ways can the set of ordered pairs of integers be colored red and blue such that for all $a$ and $b$, the points $(a, b),(-1-b, a+1)$, and $(1-b, a-1)$ are all the same color?
16 Let $\varphi_{1}$ and $\varphi_{2}$ be $90^{\circ}$ counterclockwise rotations about $(-1,0)$ and $(1,0)$, respectively. Then $\varphi_{1}(a, b)=(-1-b, a+1)$, and $\varphi_{2}(a, b)=(1-b, a-1)$. Therefore, the possible colorings are precisely those preserved under these rotations. Since $\varphi_{1}(1,0)=(-1,2)$, th...
{ "problem_match": "\n38. ", "resource_path": "HarvardMIT/segmented/en-82-2005-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
59
612
2005
T4
41
null
HMMT
There are 42 stepping stones in a pond, arranged along a circle. You are standing on one of the stones. You would like to jump among the stones so that you move counterclockwise by either 1 stone or 7 stones at each jump. Moreover, you would like to do this in such a way that you visit each stone (except for the starti...
63 Number the stones $0,1, \ldots, 41$, treating the numbers as values modulo 42 , and let $r_{n}$ be the length of your jump from stone $n$. If you jump from stone $n$ to $n+7$, then you cannot jump from stone $n+6$ to $n+7$ and so must jump from $n+6$ to $n+13$. That is, if $r_{n}=7$, then $r_{n+6}=7$ also. It follo...
{ "problem_match": "\n41. ", "resource_path": "HarvardMIT/segmented/en-82-2005-feb-guts-solutions.jsonl", "solution_match": "\n## Solution: " }
100
808
2005
T4
42
null
HMMT
In how many ways can 6 purple balls and 6 green balls be placed into a $4 \times 4$ grid of boxes such that every row and column contains two balls of one color and one ball of the other color? Only one ball may be placed in each box, and rotations and reflections of a single configuration are considered different.
5184 In each row or column, exactly one box is left empty. There are $4!=24$ ways to choose the empty spots. Once that has been done, there are 6 ways to choose which two rows have 2 purple balls each. Now, assume without loss of generality that boxes $(1,1)$, $(2,2),(3,3)$, and $(4,4)$ are the empty ones, and that ro...
{ "problem_match": "\n42. ", "resource_path": "HarvardMIT/segmented/en-82-2005-feb-guts-solutions.jsonl", "solution_match": "\n## Solution: " }
70
641
2005
T4
6
null
HMMT
Let $k$ be an integer such that $k \mid a$ and $k \mid b$. Prove that if an $m \times n$ rectangle is ( $a, b$ )-tileable, then $2 k \mid m$ or $2 k \mid n$.
We prove the following lemma. Lemma. Let $k$ be a positive integer such that $k \mid a$ and $k \mid b$. Then an $m \times n$ rectangle is ( $a, b$ )-tileable if and only if an $m^{\prime} \times n^{\prime}$ rectangle is $\left(\frac{a}{k}, \frac{b}{k}\right)$-tileable for $\left\lfloor\frac{m}{k}\right\rfloor \leq m^{\...
{ "problem_match": "\n6. [40]", "resource_path": "HarvardMIT/segmented/en-82-2005-feb-team2-solutions.jsonl", "solution_match": "\nSolution: " }
62
657
2006
T4
5
Algebra
HMMT
Tim has a working analog 12 -hour clock with two hands that run continuously (instead of, say, jumping on the minute). He also has a clock that runs really slow-at half the correct rate, to be exact. At noon one day, both clocks happen to show the exact time. At any given instant, the hands on each clock form an angle ...
A tricky thing about this problem may be that the angles on the two clocks might be reversed and would still count as being the same (for example, both angles could be $90^{\circ}$, but the hour hand may be ahead of the minute hand on one clock and behind on the other). Let $x,-12 \leq x<12$, denote the number of hours...
{ "problem_match": "\n5. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-alg-solutions.jsonl", "solution_match": "\nSolution: " }
108
513
2006
T4
9
null
HMMT
Tim has a working analog 12 -hour clock with two hands that run continuously (instead of, say, jumping on the minute). He also has a clock that runs really slow-at half the correct rate, to be exact. At noon one day, both clocks happen to show the exact time. At any given instant, the hands on each clock form an angle ...
A tricky thing about this problem may be that the angles on the two clocks might be reversed and would still count as being the same (for example, both angles could be $90^{\circ}$, but the hour hand may be ahead of the minute hand on one clock and behind on the other). Let $x,-12 \leq x<12$, denote the number of hour...
{ "problem_match": "\n9. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-gen2-solutions.jsonl", "solution_match": "\nSolution: " }
108
508
2006
T4
18
null
HMMT
Cyclic quadrilateral $A B C D$ has side lengths $A B=1, B C=2, C D=3$ and $D A=4$. Points $P$ and $Q$ are the midpoints of $\overline{B C}$ and $\overline{D A}$. Compute $P Q^{2}$.
Construct $\overline{A C}, \overline{A Q}, \overline{B Q}, \overline{B D}$, and let $R$ denote the intersection of $\overline{A C}$ and $\overline{B D}$. Because $A B C D$ is cyclic, we have that $\triangle A B R \sim \triangle D C R$ and $\triangle A D R \sim$ $\triangle B C R$. Thus, we may write $A R=4 x, B R=2 x, C...
{ "problem_match": "\n18. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
73
522
2006
T4
23
null
HMMT
Let $a_{0}, a_{1}, a_{2}, \ldots$ be a sequence of real numbers defined by $a_{0}=21, a_{1}=35$, and $a_{n+2}=4 a_{n+1}-4 a_{n}+n^{2}$ for $n \geq 2$. Compute the remainder obtained when $a_{2006}$ is divided by 100 .
No pattern is evident in the first few terms, so we look for a formula for $a_{n}$. If we write $a_{n}=A n^{2}+B n+C+b_{n}$ and put $b_{n+2}=4 b_{n+1}-4 b_{n}$. Rewriting the original recurrence, we find $$ \begin{aligned} & A n^{2}+(4 A+B) n+(4 A+2 B+C)+b_{n+2} \\ & =4\left(A n^{2}+(2 A+B) n+(A+B+C)+b_{n+1}\right)-4\...
{ "problem_match": "\n23. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
96
576
2006
T4
26
null
HMMT
Let $a \geq b \geq c$ be real numbers such that $$ \begin{aligned} a^{2} b c+a b^{2} c+a b c^{2}+8 & =a+b+c \\ a^{2} b+a^{2} c+b^{2} c+b^{2} a+c^{2} a+c^{2} b+3 a b c & =-4 \\ a^{2} b^{2} c+a b^{2} c^{2}+a^{2} b c^{2} & =2+a b+b c+c a \end{aligned} $$ If $a+b+c>0$, then compute the integer nearest to $a^{5}$.
We factor the first and third givens, obtaining the system $$ \begin{aligned} a^{2} b c+a b^{2} c+a b c^{2}-a-b-c=(a b c-1)(a+b+c) & =-8 \\ a^{2} b+a^{2} c+b^{2} c+b^{2} a+c^{2} a+c^{2} b+3 a b c=(a b+b c+c a)(a+b+c) & =-4 \\ a^{2} b^{2} c+a b^{2} c^{2}+a^{2} b c^{2}-a b-b c-c a=(a b c-1)(a b+b c+c a) & =2 \end{aligne...
{ "problem_match": "\n26. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
156
699
2006
T4
30
null
HMMT
$A B C$ is an acute triangle with incircle $\omega$. $\omega$ is tangent to sides $\overline{B C}, \overline{C A}$, and $\overline{A B}$ at $D, E$, and $F$ respectively. $P$ is a point on the altitude from $A$ such that $\Gamma$, the circle with diameter $\overline{A P}$, is tangent to $\omega$. $\Gamma$ intersects $\o...
By the Law of Sines we have $\sin \angle A=\frac{X Y}{A P}=\frac{4}{5}$. Let $I, T$, and $Q$ denote the center of $\omega$, the point of tangency between $\omega$ and $\Gamma$, and the center of $\Gamma$ respectively. Since we are told $A B C$ is acute, we can compute $\tan \angle \frac{A}{2}=\frac{1}{2}$. Since $\angl...
{ "problem_match": "\n30. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
156
587
2006
T4
35
null
HMMT
A sequence is defined by $A_{0}=0, A_{1}=1, A_{2}=2$, and, for integers $n \geq 3$, $$ A_{n}=\frac{A_{n-1}+A_{n-2}+A_{n-3}}{3}+\frac{1}{n^{4}-n^{2}} $$ Compute $\lim _{N \rightarrow \infty} A_{N}$.
If we sum the given equation for $n=3,4,5, \ldots, N$, we obtain $$ \sum_{n=3}^{N} A_{n}=\sum_{n=3}^{N} \frac{A_{n-1}+A_{n-2}+A_{n-3}}{3}+\frac{1}{n^{4}-n^{2}} $$ This reduces dramatically to $$ A_{N}+\frac{2 A_{N-1}}{3}+\frac{A_{N-2}}{3}=A_{2}+\frac{2 A_{1}}{3}+\frac{A_{0}}{3}+\sum_{n=3}^{N} \frac{1}{n^{4}-n^{2}} $...
{ "problem_match": "\n35. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
101
550
2006
T4
37
null
HMMT
Compute $$ \sum_{n=1}^{\infty} \frac{2 n+5}{2^{n} \cdot\left(n^{3}+7 n^{2}+14 n+8\right)} $$
First, we manipulate using partial fractions and telescoping: $$ \begin{aligned} \sum_{n=1}^{\infty} \frac{2 n+5}{2^{n} \cdot\left(n^{3}+7 n^{2}+14 n+8\right)} & =\frac{1}{2} \cdot \sum_{n=1}^{\infty} \frac{1}{2^{n}}\left(\frac{2}{n+1}-\frac{1}{n+2}-\frac{1}{n+4}\right) \\ & =\frac{1}{4}-\frac{1}{2} \sum_{n=1}^{\infty...
{ "problem_match": "\n37. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
52
623
2006
T4
38
null
HMMT
Suppose $A B C$ is a triangle with incircle $\omega$, and $\omega$ is tangent to $\overline{B C}$ and $\overline{C A}$ at $D$ and $E$ respectively. The bisectors of $\angle A$ and $\angle B$ intersect line $D E$ at $F$ and $G$ respectively, such that $B F=1$ and $F G=G A=6$. Compute the radius of $\omega$.
Let $\alpha, \beta, \gamma$ denote the measures of $\frac{1}{2} \angle A, \frac{1}{2} \angle B, \frac{1}{2} \angle C$, respectively. We have $m \angle C E F=90^{\circ}-\gamma, m \angle F E A=90^{\circ}+\gamma, m \angle A F G=m \angle A F E=180^{\circ}-\alpha-\left(90^{\circ}+\gamma\right)=$ $\beta=m \angle A B G$, so $...
{ "problem_match": "\n38. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
101
640
2006
T4
41
null
HMMT
Let $\Gamma$ denote the circumcircle of triangle $A B C$. Point $D$ is on $\overline{A B}$ such that $\overline{C D}$ bisects $\angle A C B$. Points $P$ and $Q$ are on $\Gamma$ such that $\overline{P Q}$ passes through $D$ and is perpendicular to $\overline{C D}$. Compute $P Q$, given that $B C=20, C A=80, A B=65$.
Suppose that $P$ lies between $A$ and $B$ and $Q$ lies between $A$ and $C$, and let line $P Q$ intersect lines $A C$ and $B C$ at $E$ and $F$ respectively. As usual, we write $a, b, c$ for the lengths of $B C, C A, A B$. By the angle bisector theorem, $A D / D B=A C / C B$ so that $A D=\frac{b c}{a+b}$ and $B D=\frac{a...
{ "problem_match": "\n41. ", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-guts-solutions.jsonl", "solution_match": "\nSolution: " }
111
585
2006
T4
5
null
HMMT
With the same lawn and the same allowable mobot orientations as in the previous problem, let us call a formation "happy" if it is invariant under $120^{\circ}$ rotations. (A rotation applies both to the positions of the mobots and to their orientations.) An example of a happy formation for $n=2$ might be ![](https://cd...
If $n \equiv 1(\bmod 3)$, then there is a clump of grass at the center of the lawn; otherwise there are 3 blades of grass equally closest to the center. In the former case, whatever mobot mows this center blade of grass cannot possibly have a counterpart under a $120^{\circ}$ rotation: if this mobot starts in the cente...
{ "problem_match": "\n5. [25]", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-team1-solutions.jsonl", "solution_match": "\nSolution: " }
161
688
2006
T4
9
null
HMMT
Let $n \geq 3$ be a positive integer. Prove that given any $n$ angles $0<\theta_{1}, \theta_{2}, \ldots, \theta_{n}<$ $180^{\circ}$, such that their sum is $180(n-2)$ degrees, there exists a convex $n$-gon having exactly those angles, in that order.
We induct on $n$. The statement holds trivially for $n=3$, as all triangles are convex. Now, suppose that the statement is true for $n-1$, where $n \geq 4$. Let $\theta_{1}, \theta_{2}, \ldots, \theta_{n}$ be $n$ angles less than $180^{\circ}$ whose sum equals $180(n-2)$ degrees. The statement is clearly true if $n=4$ ...
{ "problem_match": "\n9. [40]", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-team1-solutions.jsonl", "solution_match": "\nSolution: " }
88
561
2006
T4
14
null
HMMT
A number $n$ is called bummed out if there is exactly one ordered pair of positive integers $(x, y)$ such that $$ \left\lfloor x^{2} / y\right\rfloor+\left\lfloor y^{2} / x\right\rfloor=n . $$ Find all bummed out numbers.
Suppose $n$ is bummed out. If $(a, b)$ is one solution for $(x, y)$ to the given equation $\left\lfloor x^{2} / y\right\rfloor+\left\lfloor y^{2} / x\right\rfloor=n$, then $(b, a)$ is another, so the unique solution $(a, b)$ better have the property that $a=b$ and $n=2 a \geq 2$. In particular, $n$ is an even positive ...
{ "problem_match": "\n14. [40]", "resource_path": "HarvardMIT/segmented/en-92-2006-feb-team1-solutions.jsonl", "solution_match": "\nSolution: " }
73
693
2005
T0
2
null
IMO
Let \(a_{1}\) , \(a_{2}\) , ... be a sequence of integers with infinitely many positive and negative terms. Suppose that for every positive integer \(n\) the numbers \(a_{1}\) , \(a_{2}\) , ..., \(a_{n}\) leave \(n\) different remainders upon division by \(n\) . Prove that every integer occurs exactly once in the seque...
Obviously every integer appears at most once (otherwise take \(n\) much larger). So we will prove every integer appears at least once. Claim — For any \(i < j\) we have \(|a_{i} - a_{j}| < j\) . Proof. Otherwise, let \(n = |a_{i} - a_{j}| \neq 0\) . Then \(i, j \in [1, n]\) and \(a_{i} \equiv a_{j} \pmod{n}\) , con...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2005-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2005/2, proposed by Nicholas de Bruijn (NLD) \n" }
87
551
2005
T0
3
null
IMO
Let \(x,y,z > 0\) satisfy \(x y z\geq 1\) . Prove that \[\frac{x^{5} - x^{2}}{x^{5} + y^{2} + z^{2}} +\frac{y^{5} - y^{2}}{x^{2} + y^{5} + z^{2}} +\frac{z^{5} - z^{2}}{x^{2} + y^{2} + z^{5}}\geq 0.\]
Negating both sides and adding 3 eliminates the minus signs: \[\sum_{\mathrm{cyc}}\frac{1}{x^{5} + y^{2} + z^{2}}\leq \frac{3}{x^{2} + y^{2} + z^{2}}.\] Thus we only need to consider the case \(x y z = 1\) Direct expansion and Muirhead works now! As advertised, once we show it suffices to analyze if \(x y z = 1\)...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2005-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2005/3, proposed by Hojoo Lee (KOR) \n" }
115
1,213
2005
T0
6
null
IMO
In a mathematical competition 6 problems were posed to the contestants. Each pair of problems was solved by more than \(\frac{2}{5}\) of the contestants. Nobody solved all 6 problems. Show that there were at least 2 contestants who each solved exactly 5 problems.
Assume not and at most one contestant solved five problems. By adding in solves, we can assume WLOG that one contestant solved problems one through five, and every other contestant solved four of the six problems. We split the remaining contestants based on whether they solved P6. Let \(a_{i}\) denote the number of c...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2005-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2005/6, proposed by Radu Gologan, Dan Schwartz (ROU) \n" }
59
1,943
2006
T0
5
null
IMO
Let \(P(x)\) be a polynomial of degree \(n > 1\) with integer coefficients and let \(k\) be a positive integer. Consider the polynomial \[Q(x) = P(P(\ldots P(P(x))\ldots))\] where \(P\) occurs \(k\) times. Prove that there are at most \(n\) integers \(t\) such that \(Q(t) = t\) .
First, we prove that: Claim (Putnam 2000 et al) — If a number is periodic under \(P\) then in fact it's fixed by \(P \circ P\) . Proof. Let \(x_{1}\) , \(x_{2}\) , ..., \(x_{n}\) be a minimal orbit. Then \[x_{i} - x_{i + 1} \mid P(x_{i}) - P(x_{i + 1}) = x_{i + 1} - x_{i + 2}\] and so on cyclically. If any of...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2006-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2006/5, proposed by Dan Schwarz (ROU) \n" }
89
703
2006
T0
6
null
IMO
Assign to each side \(b\) of a convex polygon \(P\) the maximum area of a triangle that has \(b\) as a side and is contained in \(P\) . Show that the sum of the areas assigned to the sides of \(P\) is at least twice the area of \(P\) .
We say a polygon in almost convex if all its angles are at most \(180^{\circ}\) . Note that given any convex or almost convex polygon, we can take any side \(b\) and add another vertex on it, and the sum of the labels doesn't change (since the label of a side is the length of the side times the distance of the farthe...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2006-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2006/6, proposed by Dušan Djukić (SRB) \n" }
62
1,216
2007
T0
1
null
IMO
Real numbers \(a_{1}\) , \(a_{2}\) , ..., \(a_{n}\) are fixed. For each \(1 \leq i \leq n\) we let \(d_{i} = \max \{a_{j} : 1 \leq j \leq i\} - \min \{a_{j} : i \leq j \leq n\}\) and let \(d = \max \{d_{i} : 1 \leq i \leq n\}\) . (a) Prove that for any real numbers \(x_{1} \leq \dots \leq x_{n}\) we have \[\max \...
Note that we can dispense of \(d_{i}\) immediately by realizing that the definition of \(d\) just says \[d = \max_{1 \leq i \leq j \leq n} (a_{i} - a_{j}).\] If \(a_{1} \leq \dots \leq a_{n}\) are already nondecreasing then \(d = 0\) and there is nothing to prove (for the equality case, just let \(x_{i} = a_{i}\) )...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2007-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2007/1, proposed by Michael Albert (NZL) \n" }
226
688
2007
T0
3
null
IMO
In a mathematical competition some competitors are (mutual) friends. Call a group of competitors a clique if each two of them are friends. Given that the largest size of a clique is even, prove that the competitors can be arranged into two rooms such that the largest size of a clique contained in one room is the same a...
Take the obvious graph interpretation \(G\) . We paint red any vertices in one of the maximal cliques \(K\) , which we assume has \(2r\) vertices, and paint the remaining vertices green. We let \(\alpha (\bullet)\) denote the clique number. Initially, let the two rooms \(A = K\) , \(B = G - K\) . Claim — We can mov...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2007-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2007/3, proposed by Vasily Astakhov (RUS) \n" }
77
920
2007
T0
6
null
IMO
Let \(n\) be a positive integer. Consider \[S = \{(x,y,z) \mid x,y,z \in \{0,1,\ldots ,n\} , x + y + z > 0\}\] as a set of \((n + 1)^{3} - 1\) points in the three- dimensional space. Determine the smallest possible number of planes, the union of which contains \(S\) but does not include \((0,0,0)\) .
The answer is \(3n\) . Here are two examples of constructions with \(3n\) planes: \(\cdot x + y + z = i\) for \(i = 1,\ldots ,3n\) \(\cdot x = i\) \(y = i\) \(z = i\) for \(i = 1,\ldots ,n\) Suppose for contradiction we have \(N< 3n\) planes. Let them be \(a_{i}x + b_{i}y + c_{i}z + 1 = 0\) for \(i = 1,\ldots ,N\...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2007-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2007/6, proposed by Gerhard Woeginger (NLD) \n" }
108
512
2008
T0
1
null
IMO
Let \(H\) be the orthocenter of an acute-angled triangle \(ABC\) . The circle \(\Gamma_{A}\) centered at the midpoint of \(\overline{BC}\) and passing through \(H\) intersects the sideline \(BC\) at points \(A_{1}\) and \(A_{2}\) . Similarly, define the points \(B_{1}\) , \(B_{2}\) , \(C_{1}\) , and \(C_{2}\) . Prove t...
. We show two solutions. \(\P\) First solution using power of a point. Let \(D\) , \(E\) , \(F\) be the centers of \(\Gamma_{A}\) , \(\Gamma_{B}\) , \(\Gamma_{C}\) (in other words, the midpoints of the sides). We first show that \(B_{1}\) , \(B_{2}\) , \(C_{1}\) , \(C_{2}\) are concyclic. It suffices to prove tha...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2008-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2008/1, proposed by Andrey Gavrilyuk (RUS) \n" }
153
774
2009
T0
3
null
IMO
Suppose that \(s_{1},s_{2},s_{3},\ldots\) is a strictly increasing sequence of positive integers such that the sub-sequences \(s_{s_{1}}\) , \(s_{s_{2}}\) , \(s_{s_{3}}\) , ...and \(s_{s_{1} + 1}\) , \(s_{s_{2} + 1}\) , \(s_{s_{3} + 1}\) , ...are both arithmetic progressions. Prove that the sequence \(s_{1}\) , \(s_{2}...
We present two solutions. \(\P\) First solution (Alex Zhai). Let \(s(n):= s_{n}\) and write \[s(s(n)) = Dn + A\] \[s(s(n) + 1) = D^{\prime}n + B.\] In light of the bounds \(s(s(n))\leq s(s(n) + 1)\leq s(s(n + 1))\) we right away recover \(D = D^{\prime}\) and \(A\leq B\) Let \(d_{n} = s(n + 1) - s(n)\) . Note t...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2009-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2009/3, proposed by Gabriel Carroll (USA) \n" }
142
976
2009
T0
4
null
IMO
Let \(A B C\) be a triangle with \(A B = A C\) . The angle bisectors of \(\angle C A B\) and \(\angle A B C\) meet the sides \(B C\) and \(C A\) at \(D\) and \(E\) , respectively. Let \(K\) be the incenter of triangle \(A D C\) . Suppose that \(\angle B E K = 45^{\circ}\) . Find all possible values of \(\angle C A B\) ...
Here is the solution presented in my book EGM0. Let \(I\) be the incenter of \(A B C\) , and set \(\angle D A C = 2x\) (so that \(0^{\circ}< x< 45^{\circ}\) ). From \(\angle A I E = \angle D I C\) , it is easy to compute \[\angle K I E = 90^{\circ} - 2x, \angle E C I = 45^{\circ} - x, \angle I E K = 45^{\circ}, \an...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2009-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2009/4, proposed by Hojoo Lee, Peter Vandendriessche, Jan Vonk (BEL) \n" }
108
962
2009
T0
5
null
IMO
Find all functions \(f\colon \mathbb{Z}_{>0}\to \mathbb{Z}_{>0}\) such that for positive integers \(a\) and \(b\) , the numbers \[a, f(b), f(b + f(a) - 1)\] are the sides of a non-degenerate triangle.
. The only function is the identity function (which works). We prove it is the only one. Let \(P(a,b)\) denote the given statement. Claim — We have \(f(1) = 1\) , and \(f(f(n)) = n\) . (In particular \(f\) is a bijection.) Proof. Note that \[P(1,b)\Rightarrow f(b) = f(b + f(1) - 1).\] Otherwise, the function ...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2009-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2009/5, proposed by Bruno Le Floch (FRA) \n" }
71
517
2010
T0
4
null
IMO
Let \(P\) be a point interior to triangle \(A B C\) (with \(C A\neq C B\) ). The lines \(A P\) , \(B P\) and \(C P\) meet again its circumcircle \(\Gamma\) at \(K\) , \(L\) , \(M\) , respectively. The tangent line at \(C\) to \(\Gamma\) meets the line \(A B\) at \(S\) . Show that from \(S C = S P\) follows \(M K = M L\...
## Problem sta We present two solutions using harmonic bundles. \(\P\) First solution (Evan Chen). Let \(N\) be the antipode of \(M\) , and let \(NP\) meet \(\Gamma\) again at \(D\) . Focus only on \(CDMN\) for now (ignoring the condition). Then \(C\) and \(D\) are feet of altitudes in \(\triangle MNP\) ; it is wel...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2010-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2010/4, proposed by Marcin Kuczma (POL) \n" }
110
684
2010
T0
5
null
IMO
Each of the six boxes \(B_{1}\) , \(B_{2}\) , \(B_{3}\) , \(B_{4}\) , \(B_{5}\) , \(B_{6}\) initially contains one coin. The following two types of operations are allowed: a) Choose a non-empty box \(B_{j}\) , \(1\leq j\leq 5\) , remove one coin from \(B_{j}\) and add two coins to \(B_{j + 1}\) ; b) Choose a non-em...
Each o First, \[(1,1,1,1,1,1) \to (0,3,1,0,3,1) \to (0,0,7,0,0,7)\] \[\to (0,0,6,2,0,7) \to (0,0,6,1,2,7) \to (0,0,6,1,0,11)\] \[\to (0,0,6,0,11,0) \to (0,0,5,11,0,0).\] and henceforth we ignore boxes \(B_{1}\) and \(B_{2}\) , looking at just the last four boxes; so we write the current position as \((5,11,0,0)\)...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2010-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2010/5, proposed by Netherlands \n" }
269
692
2010
T0
6
null
IMO
Let \(a_{1},a_{2},a_{3},\ldots\) be a sequence of positive real numbers, and \(s\) be a positive integer, such that \[a_{n} = \max \{a_{k} + a_{n - k}\mid 1\leq k\leq n - 1\} \mathrm{~for~all~}n > s.\] Prove there exist positive integers \(\ell \leq s\) and \(N\) , such that \[a_{n} = a_{\ell} + a_{n - \ell}\m...
Let \[w_{1} = \frac{a_{1}}{1},\quad w_{2} = \frac{a_{2}}{2},\quad \ldots ,\quad w_{s} = \frac{a_{s}}{s}.\] (The choice of the letter \(w\) is for "weight".) We claim the right choice of \(\ell\) is the one maximizing \(w_{\ell}\) . Our plan is to view each \(a_{n}\) as a linear combination of the weights \(w_{1},...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2010-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2010/6, proposed by Morteza Saghafiyan (IRN) \n" }
146
1,178
2011
T0
1
null
IMO
Given any set \(A = \{a_{1},a_{2},a_{3},a_{4}\}\) of four distinct positive integers, we denote the sum \(a_{1} + a_{2} + a_{3} + a_{4}\) by \(s_{A}\) . Let \(n_{A}\) denote the number of pairs \((i,j)\) with \(1\leq i< j\leq 4\) for which \(a_{i} + a_{j}\) divides \(s_{A}\) . Find all sets \(A\) of four distinct posit...
There are two curves of solutions, namely \(\{x,5x,7x,11x\}\) and \(\{x,11x,19x,29x\}\) , for any positive integer \(x\) , achieving \(n_{A} = 4\) (easy to check). We'll show that \(n_{A}\leq 4\) and equality holds only in one of the curves. Let \(A = \{a< b< c< d\}\) . Claim — We have \(n_{A}\leq 4\) with equality...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2011-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2011/1, proposed by Fernando Campos (MEX) \n" }
144
589
2011
T0
4
null
IMO
Let \(n > 0\) be an integer. We are given a balance and \(n\) weights of weight \(2^{0}\) , \(2^{1}\) , ..., \(2^{n - 1}\) . We are to place each of the \(n\) weights on the balance, one after another, in such a way that the right pan is never heavier than the left pan. At each step we choose one of the weights that ha...
The answer is \(a_{n} = (2n - 1)!!\) We refer to what we're counting as a valid \(n\) - sequence: an order of which weights to place, and whether to place them on the left or right pan. We use induction, with \(n = 1\) being obvious. Now consider the weight \(2^{0} = 1\) - If we delete it from any valid \(n\) -se...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2011-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2011/4, proposed by Morteza Saghafian (IRN) \n" }
136
709
2011
T0
5
null
IMO
Let \(f\colon \mathbb{Z}\to \mathbb{Z}_{>0}\) be a function such that \(f(m - n)\mid f(m) - f(n)\) for \(m,n\in \mathbb{Z}\) Prove that if \(m,n\in \mathbb{Z}\) satisfy \(f(m)\leq f(n)\) then \(f(m)\mid f(n)\)
\) Let \(P(m,n)\) denote the given assertion. First, we claim \(f\) is even. This is straight calculation: \[\bullet P(x,0)\Rightarrow f(x)\mid f(x) - f(0)\Rightarrow f(x)\mid M:= f(0).\] \[\bullet P(0,x)\Rightarrow f(-x)\mid M - f(x)\Rightarrow f(-x)\mid f(x).\mathrm{Analogously},f(x)\mid f(-x).\mathrm{So\] \[f(x)...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2011-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2011/5, proposed by Mahyar Sefidgaran (IRN) \n" }
92
680
2011
T0
6
null
IMO
Let \(A B C\) be an acute triangle with circumcircle \(\Gamma\) . Let \(\ell\) be a tangent line to \(\Gamma\) and let \(\ell_{a}\) , \(\ell_{b}\) , \(\ell_{c}\) be the lines obtained by reflecting \(\ell\) in the lines \(B C\) , \(C A\) , and \(A B\) , respectively. Show that the circumcircle of the triangle determine...
This is a hard problem with many beautiful solutions. The following solution is not very beautiful but not too hard to find during an olympiad, as the only major insight it requires is the construction of \(A_{2}\) , \(B_{2}\) , and \(C_{2}\) . ![md5:1373e93dbe1b167c20a29ddb75f0564b](1373e93dbe1b167c20a29ddb75f0564b....
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2011-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2011/6, proposed by Japan \n" }
134
1,411
2012
T0
3
null
IMO
The liar's guessing game is a game played between two players \(A\) and \(B\) . The rules of the game depend on two fixed positive integers \(k\) and \(n\) which are known to both players. At the start of the game \(A\) chooses integers \(x\) and \(N\) with \(1 \leq x \leq N\) . Player \(A\) keeps \(x\) secret, and ...
Call the players Alice and Bob. Part (a): We prove the following. Claim — If \(N\geq 2^{k} + 1\) , then in \(2k + 1\) questions, Bob can rule out some number in \(\{1,\ldots ,2^{k} + 1\}\) form being equal to \(x\) . Proof. First, Bob asks the question \(S_{0} = \{2^{k} + 1\}\) until Alice answers "yes" or until ...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2012-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2012/3, proposed by David Arthur (CAN) \n" }
352
1,567
2012
T0
4
null
IMO
Find all functions \(f: \mathbb{Z} \to \mathbb{Z}\) such that, for all integers \(a\) , \(b\) , \(c\) that satisfy \(a + b + c = 0\) , the following equality holds: \[f(a)^{2} + f(b)^{2} + f(c)^{2} = 2f(a)f(b) + 2f(b)f(c) + 2f(c)f(a).\]
arbitrary \(k\in \mathbb{Z}\) , we have (i) \(f(x) = k x^{2}\) (ii) \(f(x) = 0\) for even \(x\) , and \(f(x) = k\) for odd \(x\) , and (iii) \(f(x) = 0\) for \(x\equiv 0\) (mod 4), \(f(x) = k\) for odd \(x\) , and \(f(x) = 4k\) for \(x\equiv 2\) (mod 4). These can be painfully seen to work. (It's more natural t...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2012-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2012/4, proposed by Liam Baker (SAF) \n" }
103
703
2012
T0
6
null
IMO
Find all positive integers \(n\) for which there exist non-negative integers \(a_{1}, a_{2}, \ldots , a_{n}\) such that \[\frac{1}{2^{a_{1}}} + \frac{1}{2^{a_{2}}} + \dots + \frac{1}{2^{a_{n}}} = \frac{1}{3^{a_{1}}} + \frac{2}{3^{a_{2}}} + \dots + \frac{n}{3^{a_{n}}} = 1.\]
The answer is \(n\equiv 1,2\) (mod 4). To see these are necessary, note that taking the latter equation modulo 2 gives \[1 = \frac{1}{3^{a_{1}}} +\frac{2}{3^{a_{2}}} +\dots +\frac{n}{3^{a_{n}}}\equiv 1 + 2 + \ldots +n\pmod {2}.\] Now we prove these are sufficient. The following nice construction was posted on AOPs ...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2012-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2012/6, proposed by Dusan Djukic (SRB) \n" }
117
585
2013
T0
3
null
IMO
Let the excircle of triangle \(A B C\) opposite the vertex \(A\) be tangent to the side \(B C\) at the point \(A_{1}\) . Define the points \(B_{1}\) on \(C A\) and \(C_{1}\) on \(A B\) analogously, using the excircles opposite \(B\) and \(C\) , respectively. Suppose that the circumcenter of triangle \(A_{1}B_{1}C_{1}\)...
We ignore for now the given condition and prove the following important lemma. ## Lemma Let \((AB_{1}C_{1})\) meet \((ABC)\) again at \(X\) . From \(BC_{1} = B_{1}C\) follows \(XC_{1} = XB_{1}\) , and \(X\) is the midpoint of major arc \(\widehat{BC}\) . Proof. This follows from the fact that we have a spiral sim...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2013-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2013/3, proposed by Alexander A. Polyansky (RUS) \n" }
128
818
2013
T0
4
null
IMO
Let \(A B C\) be an acute triangle with orthocenter \(H\) , and let \(W\) be a point on the side \(\overline{{B C}}\) , between \(B\) and \(C\) . The points \(M\) and \(N\) are the feet of the altitudes drawn from \(B\) and \(C\) , respectively. Suppose \(\omega_{1}\) is the circumcircle of triangle \(B W N\) and \(X\)...
## Problem stae present two solutions, an elementary one and then an advanced one by moving points. \(\P\) First solution, classical. Let \(P\) be the second intersection of \(\omega_{1}\) and \(\omega_{2}\) ; this is the Miquel point, so \(P\) also lies on the circumcircle of \(AMN\) , which is the circle with diame...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2013-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2013/4, proposed by Warut Suksompong, Potcharapol Suteparuk (THA) \n" }
195
731
2013
T0
5
null
IMO
Suppose a function \(f\colon \mathbb{Q}_{>0}\to \mathbb{R}\) satisfies: (i) If \(x,y\in \mathbb{Q}_{>0}\) , then \(f(x)f(y)\geq f(xy)\) (ii) If \(x,y\in \mathbb{Q}_{>0}\) , then \(f(x + y)\geq f(x) + f(y)\) (iii) There exists a rational number \(a > 1\) with \(f(a) = a\) Prove that \(f(x) = x\) for all posi...
First, we dispense of negative situations by proving: Claim — For any integer \(n > 0\) , we have \(f(n) \geq n\) . Proof. Note by induction on (ii) we have \(f(nx) \geq nf(x)\) . Taking \((x,y) = (a,1)\) in (i) gives \(f(1) \geq 1\) , and hence \(f(n) \geq n\) . \(\square\) Claim — The \(f\) takes only positive ...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2013-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2013/5, proposed by Nikolai Nikolov (BGR) \n" }
139
520
2013
T0
6
null
IMO
Let \(n\geq 3\) be an integer, and consider a circle with \(n + 1\) equally spaced points marked on it. Consider all labellings of these points with the numbers \(0,1,\ldots ,n\) such that each label is used exactly once; two such labellings are considered to be the same if one can be obtained from the other by a rotat...
. First, here are half of the beautiful labellings up to reflection for \(n = 6\) , just for concreteness. ![md5:cd9fa7c41b32de12c2cc0d023875b22c](cd9fa7c41b32de12c2cc0d023875b22c.jpeg) Abbreviate "beautiful labelling of points around a circle" to ring. Moreover, throughout the solution we will allow degenerate ch...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2013-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2013/6, proposed by Alexander S. Golovanov and Mikhail A. Ivanov (RUS) \n" }
218
1,421
2014
T0
3
null
IMO
Convex quadrilateral \(A B C D\) has \(\angle A B C = \angle C D A = 90^{\circ}\) . Point \(H\) is the foot of the perpendicular from \(A\) to \(\overline{{B D}}\) . Points \(S\) and \(T\) lie on sides \(A B\) and \(A D\) , respectively, such that \(H\) lies inside triangle \(S C T\) and \[\angle C H S - \angle C S ...
) . First solution (mine). First we rewrite the angle condition in a suitable way. Claim — We have \(\angle A T H = \angle T C H + 90^{\circ}\) . Thus the circumcenter of \(\triangle C T H\) lies on \(\overline{{A D}}\) . Similarly the circumcenter of \(\triangle C S H\) lies on \(\overline{{A B}}\) . Proof. \[...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2014-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2014/3, proposed by ALi Zamani (IRN) \n" }
161
1,547
2014
T0
4
null
IMO
Let \(P\) and \(Q\) be on segment \(B C\) of an acute triangle \(A B C\) such that \(\angle P A B =\) \(\angle B C A\) and \(\angle C A Q = \angle A B C\) . Let \(M\) and \(N\) be points on \(\overline{{A P}}\) and \(\overline{{A Q}}\) , respectively, such that \(P\) is the midpoint of \(\overline{{A M}}\) and \(Q\) is...
. We give three solutions. \(\P\) First solution by harmonic bundles. Let \(\overline{BM}\) intersect the circumcircle again at \(X\) . ![md5:fa18d9847c58e109fb932f00db88746a](fa18d9847c58e109fb932f00db88746a.jpeg) The angle conditions imply that the tangent to \((ABC)\) at \(B\) is parallel to \(\overline{AP}\)...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2014-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2014/4, proposed by Giorgi Arabidze (GEO) \n" }
160
558
2014
T0
5
null
IMO
For every positive integer \(n\) , the Bank of Cape Town issues coins of denomination \(\frac{1}{n}\) . Given a finite collection of such coins (of not necessarily different denominations) with total value at most \(99 + \frac{1}{2}\) , prove that it is possible to split this collection into 100 or fewer groups, such t...
We'll prove the result for at most \(k - \frac{k}{2k + 1}\) with \(k\) groups. First, perform the following optimizations. If any coin of size \(\frac{1}{2m}\) appears twice, then replace it with a single coin of size \(\frac{1}{m}\) . If any coin of size \(\frac{1}{2m + 1}\) appears \(2m + 1\) times, group it into a...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2014-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2014/5, proposed by Gerhard Woeginger (LUX) \n" }
90
792
2015
T0
2
null
IMO
Find all positive integers \(a\) , \(b\) , \(c\) such that each of \(ab - c\) , \(bc - a\) , \(ca - b\) is a power of 2 (possibly including \(2^0 = 1\) ).
Fi Here is the solution of Telv Cohl, which is the shortest solution I am aware of. We will prove the only solutions are \((2,2,2)\) , \((2,2,3)\) , \((2,6,11)\) and \((3,5,7)\) and permutations. WLOG assume \(a \geq b \geq c > 1\) , so \(ab - c \geq ca - b \geq bc - a\) . We consider the following cases: - If \(...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2015-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2015/2, proposed by Dušan Djukić (SRB) \n" }
54
828
2015
T0
4
null
IMO
Triangle \(ABC\) has circumcircle \(\Omega\) and circumcenter \(O\) . A circle \(\Gamma\) with center \(A\) intersects the segment \(BC\) at points \(D\) and \(E\) , such that \(B\) , \(D\) , \(E\) , and \(C\) are all different and lie on line \(BC\) in this order. Let \(F\) and \(G\) be the points of intersection of \...
Since \(\overline{AO} \perp \overline{FG}\) for obvious reasons, we will only need to show that \(XF = XG\) , or that \(\angle KFG = \angle LGF\) . Let line \(FG\) meet \((BDF)\) and \((CGE)\) again at \(F_{2}\) and \(G_{2}\) . ![md5:c60ce49f3b2b98d97f3d046f5df0f67e](c60ce49f3b2b98d97f3d046f5df0f67e.jpeg) Claim — ...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2015-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2015/4, proposed by Silouanos Brazitikos and Evangelos Psychas (HEL) \n" }
222
575
2015
T0
5
null
IMO
Solve the functional equation \[f(x + f(x + y)) + f(xy) = x + f(x + y) + yf(x)\] for \(f: \mathbb{R} \to \mathbb{R}\) .
\) The answers are \(f(x)\equiv x\) and \(f(x)\equiv 2 - x\) . Obviously, both of them work. Let \(P(x,y)\) be the given assertion. We also will let \(S = \{t\mid f(t) = t\}\) be the set of fixed points of \(f\) From \(P(0,0)\) we get \(f(f(0)) = 0\) From \(P(0,f(0))\) we get \(2f(0) = f(0)^{2}\) and hence \(f(...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2015-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2015/5, proposed by Dorlir Ahmeti (ALB) \n" }
54
641
2015
T0
6
null
IMO
The sequence \(a_1, a_2, \ldots\) of integers satisfies the conditions: (i) \(1 \leq a_j \leq 2015\) for all \(j \geq 1\) , (ii) \(k + a_k \neq \ell + a_\ell\) for all \(1 \leq k < \ell\) . Prove that there exist two positive integers \(b\) and \(N\) for which \[\left|\sum_{j = m + 1}^{n}(a_{j} - b)\right| ...
give two equivalent solutions with different presentations, one with "arrows" and the other by "juggling". \(\P\) First solution (arrows). Consider the map \[f\colon k\mapsto k + a_{k}.\] This map is injective, so if we draw all arrows of the form \(k\mapsto f(k)\) we get a partition of \(\mathbb{N}\) into one or...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2015-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2015/6, proposed by Ross Atkins and Ivan Guo (AUS) \n" }
161
1,025
2016
T0
1
null
IMO
In convex pentagon \(A B C D E\) with \(\angle B > 90^{\circ}\) , let \(F\) be a point on \(\overline{{A C}}\) such that \(\angle F B C = 90^{\circ}\) . It is given that \(F A = F B\) \(D A = D C\) \(E A = E D\) , and rays \(\overline{{A C}}\) and \(\overline{{A D}}\) trisect \(\angle B A E\) . Let \(M\) be the midpoin...
Here is a "long" solution which I think shows where the "power" in the configuration comes from (it should be possible to come up with shorter solutions by cutting more directly to the desired conclusion). Throughout the proof, we let \[\theta = \angle FAB = \angle FBA = \angle DAC = \angle DCA = \angle EAD = \angle ...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2016-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2016/1, proposed by Art Waeterschoot (BEL) \n" }
190
872
2016
T0
2
null
IMO
Find all integers \(n\) for which each cell of \(n\times n\) table can be filled with one of the letters \(I\) \(M\) and \(o\) in such a way that: In each row and column, one third of the entries are \(I\) , one third are \(M\) and one third are \(o\) ; and in any diagonal, if the number of entries on the diagonal i...
Fin The answer is \(n\) divisible by 9. First we construct \(n = 9\) and by extension every multiple of 9. <table><tr><td>I</td><td>I</td><td>I</td><td>M</td><td>M</td><td>M</td><td>O</td><td>O</td><td>O</td></tr><tr><td>M</td><td>M</td><td>M</td><td>O</td><td>O</td><td>O</td><td>I</td><td>I</td><td>I</td></tr><t...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2016-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2016/2, proposed by Trevor Tao (AUS) \n" }
139
669
2016
T0
3
null
IMO
Let \(P = A_{1}A_{2}\ldots A_{k}\) be a convex polygon in the plane. The vertices \(A_{1}\) \(A_{2}\) ,..., \(A_{k}\) have integral coordinates and lie on a circle. Let \(S\) be the area of \(P\) . An odd positive integer \(n\) is given such that the squares of the side lengths of \(P\) are integers divisible by \(n\) ...
L . Solution by Jeck Lim: We will prove the result just for \(n = p^{e}\) where \(p\) is an odd prime and \(e \geq 1\) . The case \(k = 3\) is resolved by Heron's formula directly: we have \(S = \frac{1}{4} \sqrt{2(a^{2}b^{2} + b^{2}c^{2} + c^{2}a^{2}) - a^{4} - b^{4} - c^{4}}\) , so if \(p^{e} \mid \gcd (a^{2}, b^{2...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2016-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2016/3, proposed by Aleksandr Gaifullin (RUS) \n" }
115
845
2016
T0
5
null
IMO
The equation \[(x - 1)(x - 2)\ldots (x - 2016) = (x - 1)(x - 2)\ldots (x - 2016)\] is written on the board, with 2016 linear factors on each side. What is the least possible value of \(k\) for which it is possible to erase exactly \(k\) of these 4032 linear factors so that at least one factor remains on each side...
The answer is 2016. Obviously this is necessary in order to delete duplicated factors. We now prove it suffices to deleted 2 (mod 4) and 3 (mod 4) guys from the left- hand side, and 0 (mod 4), 1 (mod 4) from the right- hand side. Consider the 1008 inequalities \[(x - 1)(x - 4)< (x - 2)(x - 3)\] \[(x - 5)(x - 8)< (x...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2016-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2016/5, proposed by Russia \n" }
118
1,072
2017
T0
1
null
IMO
For each integer \(a_{0} > 1\) , define the sequence \(a_{0}\) , \(a_{1}\) , \(a_{2}\) , ..., by \[a_{n + 1} = \left\{ \begin{array}{ll}\sqrt{a_{n}} & \mathrm{if~}\sqrt{a_{n}} \mathrm{is~an~integer,}\\ a_{n} + 3 & \mathrm{otherwise} \end{array} \right.\] for each \(n \geq 0\) . Determine all values of \(a_{0}\) f...
F The answer is \(a_{0} \equiv 0\) (mod 3) only. \(\P\) First solution. We first compute the minimal term of any sequence, periodic or not. ## Lemma Let \(c\) be the smallest term in \(a_{n}\) . Then either \(c \equiv 2\) (mod 3) or \(c = 3\) . Proof. Clearly \(c \neq 1,4\) . Assume \(c \neq 2\) (mod 3). As \...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2017/1, proposed by Stephan Wagner (SAF) \n" }
161
1,151
2017
T0
3
null
IMO
A hunter and an invisible rabbit play a game in the plane. The rabbit and hunter start at points \(A_{0} = B_{0}\) . In the \(n\) th round of the game ( \(n \geq 1\) ), three things occur in order: (i) The rabbit moves invisibly from \(A_{n - 1}\) to a point \(A_{n}\) such that \(A_{n - 1}A_{n} = 1\) . (ii) The h...
No, the hunter cannot. We will show how to increase the distance in the following way: Claim — Suppose the rabbit is at a distance \(d \geq 1\) from the hunter at some point in time. Then it can increase its distance to at least \(\sqrt{d^{2} + \frac{1}{2}}\) in \(4d\) steps regardless of what the hunter already know...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2017/3, proposed by Gerhard Woeginger (AUT) \n" }
232
915
2017
T0
4
null
IMO
Let \(R\) and \(S\) be different points on a circle \(\Omega\) such that \(\overline{RS}\) is not a diameter. Let \(\ell\) be the tangent line to \(\Omega\) at \(R\) . Point \(T\) is such that \(S\) is the midpoint of \(\overline{RT}\) . Point \(J\) is chosen on minor arc \(RS\) of \(\Omega\) so that the circumcircle \...
First solution (elementary). First, note \[\angle RKA = \angle RKJ = \angle RSJ = \angle TSJ = \angle TAJ = \angle TAK\] so \(\overline{RK} \parallel \overline{AT}\) . Now, \(\overline{RA}\) is tangent at \(R\) iff \(\triangle KRS \sim \triangle RTA\) (oppositely), because both equate to \(- \angle RKS = \angle S...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2017/4, proposed by Charles Leytem (LUX) \n" }
171
633
2017
T0
6
null
IMO
An irreducible lattice point is an ordered pair of integers \((x, y)\) satisfying \(\gcd (x, y) = 1\) . Prove that if \(S\) is a finite set of irreducible lattice points then there exists a nonconstant homogeneous polynomial \(f(x, y)\) with integer coefficients such that \(f(x, y) = 1\) for each \((x, y) \in S\) .
## Problem state We present two solutions. \(\P\) First solution (Dan Carmon, Israel). We prove the result by induction on \(|S|\) , with the base case being Bezout's Lemma ( \(n = 1\) ). For the inductive step, suppose we want to add a given pair \((a_{m + 1},b_{m + 1})\) to \(\{(a_{1},\ldots ,a_{m}),(b_{1},\ldots...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2017/6, proposed by John Berman (USA) \n" }
91
1,505
2018
T0
1
null
IMO
Let \(\Gamma\) be the circumcircle of acute triangle \(A B C\) . Points \(D\) and \(E\) lie on segments \(A B\) and \(A C\) , respectively, such that \(A D = A E\) . The perpendicular bisectors of \(\overline{{B D}}\) and \(\overline{{C E}}\) intersect the minor arcs \(A B\) and \(A C\) of \(\Gamma\) at points \(F\) an...
## Problem ste present a synthetic solution from the IMO shortlist as well as a complex numbers approach. We also outline a trig solution (the one I found at IMO), and a fourth solution from Derek Liu. \(\P\) Synthetic solution (from Shortlist). Construct parallelograms \(AXFD\) and \(AEGY\) , noting that \(X\) and \...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2018-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2018/1, proposed by Silouanos Brazitikos, Vangelis Psyxas, Michael Sarantis (HEL) \n" }
122
1,634
2018
T0
2
null
IMO
Find all integers \(n\geq 3\) for which there exist real numbers \(a_{1},a_{2},\ldots ,a_{n}\) satisfying \[a_{i}a_{i + 1} + 1 = a_{i + 2}\] for \(i = 1,2,\ldots ,n\) , where indices are taken modulo \(n\)
The answer is \(3 \mid n\) , achieved by \((- 1, - 1,2, - 1, - 1,2,\ldots)\) . We present two solutions. \(\P\) First solution by inequalities. We compute \(a_{i}a_{i + 1}a_{i + 2}\) in two ways: \[a_{i}a_{i + 1}a_{i + 2} = [a_{i + 2} - 1]a_{i + 2} = a_{i + 2}^{2} - a_{i + 2}\] \[\qquad = a_{i}[a_{i + 3} - 1] = a_{...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2018-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2018/2, proposed by Patrik Bak (SVK) \n" }
85
889
2018
T0
5
null
IMO
Let \(a_{1}\) , \(a_{2}\) , ... be an infinite sequence of positive integers, and \(N\) a positive integer. Suppose that for all integers \(n\geq N\) , the expression \[\frac{a_{1}}{a_{2}} +\frac{a_{2}}{a_{3}} +\dots +\frac{a_{n - 1}}{a_{n}} +\frac{a_{n}}{a_{1}}\] is an integer. Prove that \((a_{n})\) is eventual...
L The condition implies that the difference \[S(n) = \frac{a_{n + 1} - a_{n}}{a_{1}} +\frac{a_{n}}{a_{n + 1}}\] is an integer for all \(n > N\) . We proceed by \(p\) - adic valuation only henceforth; fix a prime \(p\) . Then analyzing the \(\nu_{p}\) , we immediately get that for \(n > N\) : - If \(\nu_{p}(a_{n...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2018-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2018/5, proposed by Bayarmagnai Gombodorj (MNG) \n" }
127
885
2018
T0
6
null
IMO
A convex quadrilateral \(A B C D\) satisfies \(A B\cdot C D = B C\cdot D A\) . Point \(X\) lies inside \(A B C D\) so that \[\angle X A B = \angle X C D\quad \mathrm{and}\quad \angle X B C = \angle X D A.\] Prove that \(\angle B X A + \angle D X C = 180^{\circ}\)
solutions by inversion. The first is the official one. The second is a solution via inversion, completed by USA5 Michael Ren. Official solution by inversion. In what follows a convex quadrilateral is called quasi- harmonic if \(AB\cdot CD = BC\cdot DA\) . Claim — A quasi- harmonic quadrilateral is determined up to ...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2018-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2018/6, proposed by Tomasz Ciesla (POL) \n" }
101
2,314
2019
T0
2
null
IMO
In triangle \(A B C\) point \(A_{1}\) lies on side \(B C\) and point \(B_{1}\) lies on side \(A C\) . Let \(P\) and \(Q\) be points on segments \(A A_{1}\) and \(B B_{1}\) , respectively, such that \(\overline{{P Q}}\parallel \overline{{A B}}\) . Point \(P_{1}\) is chosen on ray \(P B_{1}\) beyond \(B_{1}\) such that \...
We present two solutions. First solution by bary (Evan Chen). Let \(P B_{1}\) and \(Q A_{1}\) meet line \(A B\) at \(X\) and \(Y\) . Since \(\overline{{X Y}}\parallel \overline{{P Q}}\) it is equivalent to show \(P_{1}X Y Q_{1}\) is cyclic (Reim's theorem). Note the angle condition implies \(P_{1}C X A\) and \(Q_{1...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2019-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2019/2, proposed by Anton Trygub (UKR) \n" }
204
1,297
2019
T0
3
null
IMO
A social network has 2019 users, some pairs of which are friends (friendship is symmetric). If \(A\) , \(B\) , \(C\) are three users such that \(A B\) are friends and \(A C\) are friends but \(B C\) is not, then the administrator may perform the following operation: change the friendships such that \(B C\) are friends,...
## Problem stateme We take the obvious graph formulation and call the move a toggle. Claim — Let \(G\) be a connected graph. Then one can toggle \(G\) without disconnecting the graph, unless \(G\) is a clique, a cycle, or a tree. Proof. Assume \(G\) is connected and not a tree, so it has a cycle. Take the smalles...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2019-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2019/3, proposed by Adrian Beker (HRV) \n" }
150
623
2019
T0
5
null
IMO
Let \(n\) be a positive integer. Harry has \(n\) coins lined up on his desk, which can show either heads or tails. He does the following operation: if there are \(k\) coins which show heads and \(k > 0\) , then he flips the \(k\) th coin over; otherwise he stops the process. (For example, the process starting with \(T ...
The answer is \[E_{n} = \frac{1}{2} (1 + \dots +n) = \frac{1}{4} n(n + 1)\] which is finite. We'll represent the operation by a directed graph \(G_{n}\) on vertices \(\{0,1\}^{n}\) (each string points to its successor) with 1 corresponding to heads and 0 corresponding to tails. For \(b\in \{0,1\}\) we let \(\over...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2019-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2019/5, proposed by David Altizio (USA) \n" }
139
917
2020
T0
2
null
IMO
Let \(a \geq b \geq c \geq d > 0\) be real numbers satisfying \(a + b + c + d = 1\) . Prove that \[(a + 2b + 3c + 4d)a^{a}b^{b}c^{c}d^{d}< 1.\]
By weighted AM- GM we have \[a^{a}b^{b}c^{c}d^{d}\leq \sum_{\mathrm{cyc}}\frac{a}{a + b + c + d}\cdot a = a^{2} + b^{2} + c^{2} + d^{2}.\] So, it is enough to prove that \[(a^{2} + b^{2} + c^{2} + d^{2})(a + 2b + 3c + 4d)\leq 1 = (a + b + c + d)^{3}.\] Expand both sides to get \[+a^{3} + b^{2}a +c^{2}a +d^{2}...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2020-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2020/2, proposed by Belarus \n" }
75
812
2020
T0
5
null
IMO
A deck of \(n > 1\) cards is given. A positive integer is written on each card. The deck has the property that the arithmetic mean of the numbers on each pair of cards is also the geometric mean of the numbers on some collection of one or more cards. For which \(n\) does it follow that the numbers on the cards are all ...
The assertion is true for all \(n\) . Setup (boilerplate). Suppose that \(a_{1},\ldots ,a_{n}\) satisfy the required properties but are not all equal. Let \(d = \gcd (a_{1},\ldots ,a_{n}) > 1\) then replace \(a_{1},\ldots ,a_{n}\) by \(\frac{a_{1}}{d},\ldots ,\frac{a_{n}}{d}\) . Hence without loss of generality we ma...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2020-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2020/5, proposed by Oleg Kosik (EST) \n" }
74
525
2020
T0
6
null
IMO
Consider an integer \(n > 1\) , and a set \(S\) of \(n\) points in the plane such that the distance between any two different points in \(S\) is at least 1. Prove there is a line \(\ell\) separating \(S\) such that the distance from any point of \(S\) to \(\ell\) is at least \(\Omega (n^{-1 / 3})\) . (A line \(\ell\...
C We present the official solution given by the Problem Selection Committee. Let's suppose that among all projections of points in \(S\) onto some line \(m\) , the maximum possible distance between two consecutive projections is \(\delta\) . We will prove that \(\delta \geq \Omega (n^{- 1 / 3})\) , solving the prob...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2020-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2020/6, proposed by Ting-Feng Lin, Hung-Hsun Hans Yu (TWN) \n" }
121
757
2021
T0
1
null
IMO
Let \(n \geq 100\) be an integer. Ivan writes the numbers \(n, n + 1, \ldots , 2n\) each on different cards. He then shuffles these \(n + 1\) cards, and divides them into two piles. Prove that at least one of the piles contains two cards such that the sum of their numbers is a perfect square.
We will find three cards \(a< b< c\) such that \[b + c = (2k + 1)^2\] \[c + a = (2k)^2\] \[a + b = (2k - 1)^2\] for some integer \(k\) . Solving for \(a\) , \(b\) , \(c\) gives \[a = \frac{(2k)^2 + (2k - 1)^2 - (2k + 1)^2}{2} = 2k^2 -4k\] \[b = \frac{(2k + 1)^2 + (2k - 1)^2 - (2k)^2}{2} = 2k^2 +1\] \[c = \frac{(2...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2021-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2021/1, proposed by Australia \n" }
84
593
2021
T0
3
null
IMO
Let \(D\) be an interior point of the acute triangle \(ABC\) with \(AB > AC\) so that \(\angle DAB = \angle CAD\) . The point \(E\) on the segment \(AC\) satisfies \(\angle ADE = \angle BCD\) , the point \(F\) on the segment \(AB\) satisfies \(\angle FDA = \angle DBC\) , and the point \(X\) on the line \(AC\) satisfies...
This solution was contributed by Abdullahi Kafi. Claim — Quadrilateral \(BCEF\) is cyclic. Proof. Let \(D'\) be the isogonal conjugate of the point \(D\) . The angle condition implies quadrilateral \(CEDD'\) and \(BFDD'\) are cyclic. By power of point we have \[AE\cdot AC = AD\cdot AD' = AF\cdot AB\] So \(BCEF\...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2021-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2021/3, proposed by Mykhailo Shtandenko (UKR) \n" }
159
1,013
2021
T0
6
null
IMO
Let \(m \geq 2\) be an integer, \(A\) a finite set of integers (not necessarily positive) and \(B_{1}, B_{2}, \ldots , B_{m}\) subsets of \(A\) . Suppose that, for every \(k = 1, 2, \ldots , m\) , the sum of the elements of \(B_{k}\) is \(m^{k}\) . Prove that \(A\) contains at least \(\frac{m}{2}\) elements.
L. If \(0\leq X< m^{m + 1}\) is a multiple of \(m\) , then write it in base \(m\) as \[X = \sum_{i = 1}^{m}c_{i}m^{i}\qquad c_{i}\in \{0,1,2,\ldots ,m - 1\}\] Then swapping the summation to over \(A\) through the \(B_{i}\) 's gives \[X = \sum_{i = 1}^{n}\left(\sum_{b\in B_{i}}b\right)c_{i} = \sum_{a\in A}f_{a}(...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2021-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2021/6, proposed by Austria \n" }
112
614
2022
T0
1
null
IMO
The Bank of Oslo issues two types of coin: aluminum (denoted \(A\) ) and bronze (denoted \(B\) ). Marianne has \(n\) aluminum coins and \(n\) bronze coins arranged in a row in some arbitrary initial order. A chain is any subsequence of consecutive coins of the same type. Given a fixed positive integer \(k \leq 2n\) , G...
Tsame type. Answer: \(n\leq k\leq \left\lceil \frac{3}{2} n\right\rceil\) Call a maximal chain a block. Then the line can be described as a sequence of blocks: it's one of: \[\underbrace{A\ldots A}_{e_1}\underbrace{B\ldots B}_{e_2}\underbrace{A\ldots A}_{e_3}\ldots \underbrace{A\ldots A}_{e_m}\mathrm{~for~odd~}m\...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2022-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2022/1, proposed by Baptiste Serraille (FRA) \n" }
249
589
2022
T0
2
null
IMO
Find all functions \(f\colon \mathbb{R}^{+}\to \mathbb{R}^{+}\) such that for each \(x\in \mathbb{R}^{+}\) , there is exactly one \(y\in \mathbb{R}^{+}\) satisfying \[x f(y) + y f(x)\leq 2.\]
The answer is \(f(x)\equiv 1 / x\) which obviously works (here \(y = x\) ). For the converse, assume we have \(f\) such that each \(x\in \mathbb{R}^{+}\) has a friend \(y\) with \(x f(y) + y f(x)\leq 2\) . By symmetry \(y\) is also the friend of \(x\) . Claim — In fact every number is its own friend. Proof. Assum...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2022-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2022/2, proposed by Merlijn Staps (NLD) \n" }
82
557
2022
T0
3
null
IMO
Let \(k\) be a positive integer and let \(S\) be a finite set of odd prime numbers. Prove that there is at most one way (up to rotation and reflection) to place the elements of \(S\) around the circle such that the product of any two neighbors is of the form \(x^{2} + x + k\) for some positive integer \(x\) .
We replace "positive integer \(x\) " with "nonnegative integer \(x\) ", and say numbers of the form \(x^{2} + x + k\) are good. We could also replace "nonnegative integer \(x\) " with "integer \(x\) " owing to the obvious map \(x \mapsto 1 - x\) . Claim — If \(p\) is an odd prime, there are at most two odd primes \(q...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2022-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2022/3, proposed by Ankan Bhattacharya (USA) \n" }
79
673
2022
T0
6
null
IMO
Let \(n\) be a positive integer. A Nordic square is an \(n\times n\) board containing all the integers from 1 to \(n^{2}\) so that each cell contains exactly one number. An uphill path is a sequence of one or more cells such that: a) the first cell in the sequence is a valley, meaning the number written is less than...
Lre. Answer: \(2n^{2} - 2n + 1\) Bound. The lower bound is the "obvious" one: - For any pair of adjacent cells, say \(a > b\) , one can extend it to a downhill path (the reverse of an uphill path) by walking downwards until one reaches a valley. This gives \(2n(n - 1) = 2n^{2} - 2n\) uphill paths of length \(\geq...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2022-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2022/6, proposed by Nikola Petrovic (SRB) \n" }
145
1,815
2023
T0
2
null
IMO
Let \(A B C\) be an acute-angled triangle with \(A B< A C\) . Let \(\Omega\) be the circumcircle of \(A B C\) . Let \(S\) be the midpoint of the arc \(C B\) of \(\Omega\) containing \(A\) . The perpendicular from \(A\) to \(B C\) meets \(B S\) at \(D\) and meets \(\Omega\) again at \(E\neq A\) . The line through \(D\) ...
## Problem statemlaim — We have \(LPS\) collinear. Proof. Because \(\angle LPB = \angle LDB = \angle CBD = \angle CBS = \angle SCB = \angle SPB\) . \(\square\) Let \(F\) be the antipode of \(A\) , so \(AMFS\) is a rectangle. Claim — We have \(PDF\) collinear. (This lets us erase \(L\) .) Proof. Because \(\angle...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2023-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2023/2, proposed by Tiago Mourão and Nuno Arala (POR) \n" }
194
924
2023
T0
3
null
IMO
For each integer \(k\geq 2\) , determine all infinite sequences of positive integers \(a_{1}\) , \(a_{2}\) , ... for which there exists a polynomial \(P\) of the form \[P(x) = x^{k} + c_{k - 1}x^{k - 1} + \dots +c_{1}x + c_{0},\] where \(c_{0}\) , \(c_{1}\) , ..., \(c_{k - 1}\) are non-negative integers, such tha...
## Problem stateme The answer is \(a_{n}\) being an arithmetic progression. Indeed, if \(a_{n} = d(n - 1) + a_{1}\) for \(d \geq 0\) and \(n \geq 1\) , then \[a_{n + 1}a_{n + 2}\dots a_{n + k} = (a_{n} + d)(a_{n} + 2d)\dots (a_{n} + kd)\] so we can just take \(P(x) = (x + d)(x + 2d)\dots (x + kd)\) . The conver...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2023-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2023/3, proposed by Ivan Chan (MAS) \n" }
166
1,283
2023
T0
4
null
IMO
Let \(x_{1}\) , \(x_{2}\) , ..., \(x_{2023}\) be pairwise different positive real numbers such that \[a_{n} = \sqrt{(x_{1} + x_{2} + \cdot \cdot \cdot + x_{n})\left(\frac{1}{x_{1}} +\frac{1}{x_{2}} +\cdot \cdot \cdot +\frac{1}{x_{n}}\right)}\] is an integer for every \(n = 1,2,\ldots ,2023\) . Prove that \(a_{202...
Note that \(a_{n + 1} > \sqrt{\sum_{1}^{n}x_{i}\sum_{1}^{n}\frac{1}{x_{i}}} = a_{n}\) for all \(n\) , so that \(a_{n + 1}\geq a_{n} + 1\) . Observe \(a_{1} = 1\) . We are going to prove that \[a_{2m + 1}\geq 3m + 1\qquad \mathrm{for~all~}m\geq 0\] by induction on \(m\) , with the base case being clear. We now pre...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2023-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2023/4, proposed by Merlijn Staps (NLD) \n" }
149
1,076
2023
T0
6
null
IMO
Let \(A B C\) be an equilateral triangle. Let \(A_{1}\) , \(B_{1}\) , \(C_{1}\) be interior points of \(A B C\) such that \(B A_{1} = A_{1}C\) , \(C B_{1} = B_{1}A\) , \(A C_{1} = C_{1}B\) , and \[\angle B A_{1}C + \angle C B_{1}A + \angle A C_{1}B = 480^{\circ}.\] Let \(A_{2} = \overline{BC_{1}} \cap \overline{C...
Lts. This is the second official solution from the marking scheme, also communicated to me by Michael Ren. Define \(O\) as the center of \(A B C\) and set the angles \[\alpha := \angle A_{1}C B = \angle C B A_{1}\] \[\beta := \angle A C B_{1} = \angle B_{1}A C\] \[\gamma := \angle C_{1}A B = \angle C_{1}B A\] so ...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2023-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2023/6, proposed by Ankan Bhattacharya, Luke Robitaille (USA) \n" }
275
2,141
2024
T0
2
null
IMO
For which pairs of positive integers \((a,b)\) is the sequence \[\gcd (a^{n} + b,b^{n} + a)\qquad n = 1,2,\ldots\] eventually constant?
The answer is \((a,b) = (1,1)\) only, which obviously works since the sequence is always 2. Conversely, assume the sequence \[x_{n}:= \gcd (a^{n} + b,b^{n} + a)\] is eventually constant. The main crux of the other direction is to consider \[M:= ab + 1.\] Remark (Motivation). The reason to consider the number is...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2024-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2024/2, proposed by Valentino Iverson (IDN) \n" }
51
773
2024
T0
3
null
IMO
Let \(a_{1}\) , \(a_{2}\) , \(a_{3}\) , ... be an infinite sequence of positive integers, and let \(N\) be a positive integer. Suppose that, for each \(n > N\) , the number \(a_{n}\) is equal to the number of times \(a_{n - 1}\) appears in the list \((a_{1},a_{2},\ldots ,a_{n - 1})\) . Prove that at least one of the se...
We present the solution from "gigamilkmen'tgeg" in https://aops.com/community/p31224483, with some adaptation from the first shortlist official solution as well. Set \(M:= \max (a_{1},\ldots ,a_{N})\) . \(\P\) Setup. We will visualize the entire process as follows. We draw a stack of towers labeled 1, 2, ..., each in...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2024-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2024/3, proposed by William Steinberg (AUS) \n" }
161
2,312
2024
T0
5
null
IMO
Turbo the snail is in the top row of a grid with 2024 rows and 2023 columns and wants to get to the bottom row. However, there are 2022 hidden monsters, one in every row except the first and last, with no two monsters in the same column. Turbo makes a series of attempts to go from the first row to the last row. On e...
Surprisingly the answer is \(n = 3\) for any grid size \(s\times (s - 1)\) when \(s\geq 4\) . We prove this in that generality. \(\P\) Proof that at least three attempts are needed. When Turbo first moves into the second row, Turbo could encounter a monster \(M_{1}\) right away. Then on the next attempt, Turbo must e...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2024-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2024/5, proposed by Chu Cheuk Hei (HKG) \n" }
228
1,840
2024
T0
6
null
IMO
A function \(f\colon \mathbb{Q}\to \mathbb{Q}\) is called aquaesulian if the following property holds: for every \(x,y\in \mathbb{Q}\) \[f(x + f(y)) = f(x) + y\quad \mathrm{or}\quad f(f(x) + y) = x + f(y).\] Show that there exists an integer \(c\) such that for any aquaesulian function \(f\) there are at most \(c...
We will prove that \[\{f(x) + f(-x)\mid x\in \mathbb{Q}\}\] contains at most 2 elements and give an example where there are indeed 2 elements. We fix the notation \(x\to y\) to mean that \(f(x + f(y)) = f(x) + y\) . So the problem statement means that either \(x\to y\) or \(y\to x\) for all \(x,y\) . In particula...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2024-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2024/6, proposed by Japan \n" }
146
992
2025
T0
1
null
IMO
A line in the plane is called sunny if it is not parallel to any of the \(x\) -axis, the \(y\) -axis, or the line \(x + y = 0\) . Let \(n \geq 3\) be a given integer. Determine all nonnegative integers \(k\) such that there exist \(n\) distinct lines in the plane satisfying both of the following: - for all positi...
y. The answer is 0, 1, or 3 sunny lines. In what follows, we draw the grid as equilateral instead of a right triangle; this has no effect on the problem statement but is more symmetric. We say a long line is one of the three lines at the edge of the grid, i.e. one of the (non- sunny) lines passing through \(n\) p...
{ "problem_match": "1. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 1.1\\) IMO 2025/1, proposed by Linus Tang (USA) \n" }
144
723
2025
T0
2
null
IMO
Let \(\Omega\) and \(\Gamma\) be circles with centres \(M\) and \(N\) , respectively, such that the radius of \(\Omega\) is less than the radius of \(\Gamma\) . Suppose \(\Omega\) and \(\Gamma\) intersect at two distinct points \(A\) and \(B\) . Line \(MN\) intersects \(\Omega\) at \(C\) and \(\Gamma\) at \(D\) , so th...
L . Throughout the solution, we define \[\alpha := \angle DCA = \angle BCD \Rightarrow \angle PAD = \angle CAB = 90^{\circ} - \alpha\] \[\beta := \angle ADC = \angle CDB \Rightarrow \angle CAP = \angle BAD = 90^{\circ} - \beta .\] Ignore the points \(H\) , \(M\) , \(N\) for now and focus on the remaining ones. ...
{ "problem_match": "2. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 1.2\\) IMO 2025/2, proposed by Tran Quang Hung (VNM) \n" }
208
1,618
2025
T0
3
null
IMO
A function \(f: \mathbb{N} \to \mathbb{N}\) is said to be bonza if \[f(a) \quad \text{divides} \quad b^{a} - f(b)^{f(a)}\] for all positive integers \(a\) and \(b\) . Determine the smallest real constant \(c\) such that \(f(n) \leq cn\) for all bonza functions \(f\) and all positive integers \(n\) .
The answer is \(c = 4\) Let \(P(a,b)\) denote the given statement \(f(a)\mid b^{a} - f(b)^{f(a)}\) Claim — We have \(f(n)\mid n^{n}\) for all \(n\) Proof. Take \(P(n,n)\) Claim — Unless \(f = \mathrm{id}\) , we have \(f(p) = 1\) for all odd primes \(p\) Proof. Consider any prime \(q\) with \(f(q) > 1\) . Then...
{ "problem_match": "3. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 1.3\\) IMO 2025/3, proposed by Lorenzo Sarria (COL) \n" }
106
870
2025
T0
4
null
IMO
An infinite sequence \(a_{1}, a_{2}, \ldots\) consists of positive integers has each of which has at least three proper divisors. Suppose that for each \(n \geq 1\) , \(a_{n+1}\) is the sum of the three largest proper divisors of \(a_{n}\) . Determine all possible values of \(a_{1}\) .
An) . The answer is \(a_{1} = 12^{e} \cdot 6 \cdot \ell\) for any \(e, \ell \geq 0\) with \(\gcd (\ell , 10) = 1\) . Let \(\mathbf{S}\) denote the set of positive integers with at least three divisors. For \(x \in \mathbf{S}\) , let \(\psi (x)\) denote the sum of the three largest ones, so that \(\psi (a_{n}) = a_{...
{ "problem_match": "4. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 2.1\\) IMO 2025/4, proposed by Paulius Aleknavičius (LIT) \n" }
83
1,478
2025
T0
5
null
IMO
Alice and Bazza are playing the inekolaty game, a two-player game whose rules depend on a positive real number \(\lambda\) which is known to both players. On the \(n\) th turn of the game (starting with \(n = 1\) ) the following happens: - If \(n\) is odd, Alice chooses a nonnegative real number \(x_{n}\) such that ...
he answer is that Alice has a winning strategy for \(\lambda >1 / \sqrt{2}\) , and Bazz a has a winning strategy for \(\lambda < 1 / \sqrt{2}\) . (Neither player can guarantee winning for \(\lambda = 1 / \sqrt{2}\) .) We divide the proof into two parts. \(\P\) Alice's strategy when \(\lambda \geq 1 / \sqrt{2}\) . C...
{ "problem_match": "5. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 2.2\\) IMO 2025/5, proposed by Massimiliano Foschi, Leonardo Franchi (ITA) \n" }
241
1,122
2025
T0
6
null
IMO
Consider a \(2025 \times 2025\) grid of unit squares. Matilda wishes to place on the grid some rectangular tiles, possibly of different sizes, such that each side of every tile lies on a grid line and every unit square is covered by at most one tile. Determine the minimum number of tiles Matilda needs to place so th...
The answer is \(2112 = 2025 + 2 \cdot 45 - 3\) . In general, the answer turns out to be \([n + 2 \sqrt{n} - 3]\) , but when \(n\) is not a perfect square the solution is more complicated. Remark. The 2017 Romanian Masters in Math asked the same problem where the tiles are replaced by sticks, i.e. \(1 \times k\) tiles...
{ "problem_match": "6. ", "resource_path": "IMO/segmented/en-IMO-2025-notes.jsonl", "solution_match": "## \\(\\S 2.3\\) IMO 2025/6, proposed by Zhao Yu Ma and David Lin Kewei (SGP) \n" }
97
1,430
1964
T0
6
null
IMO
6. (POL) Given a tetrahedron $A B C D$, let $D_{1}$ be the centroid of the triangle $A B C$ and let $A_{1}, B_{1}, C_{1}$ be the intersection points of the lines parallel to $D D_{1}$ and passing through the points $A, B, C$ with the opposite faces of the tetrahedron. Prove that the volume of the tetrahedron $A B C D$ ...
6. We shall prove that the statement is valid in the general case, for an arbitrary point $D_{1}$ inside $\triangle A B C$. Since $D_{1}$ belongs to the plane $A B C$, there are real numbers $a, b, c$ such that $(a+b+c) \overrightarrow{D D_{1}}=a \overrightarrow{D A}+b \overrightarrow{D B}+c \overrightarrow{D C}$. Sinc...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
161
695
1965
T0
3
null
IMO
3. (CZS) A tetrahedron $A B C D$ is given. The lengths of the edges $A B$ and $C D$ are $a$ and $b$, respectively, the distance between the lines $A B$ and $C D$ is $d$, and the angle between them is equal to $\omega$. The tetrahedron is divided into two parts by the plane $\pi$ parallel to the lines $A B$ and $C D$. C...
3. Let $d$ denote the distance between the lines $A B$ and $C D$. Being parallel to $A B$ and $C D$, the plane $\pi$ intersects the faces of the tetrahedron in a parallelogram $E F G H$. Let $X \in A B$ be a points such that $H X \| D B$. Clearly $V_{A E H B F G}=V_{A X E H}+$ $V_{X E H B F G}$. Let $M N$ be the common...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
143
541
1967
T0
18
null
IMO
18. (GBR 5) If $x$ is a positive rational number, show that $x$ can be uniquely expressed in the form $$ x=a_{1}+\frac{a_{2}}{2!}+\frac{a_{3}}{3!}+\cdots, $$ where $a_{1}, a_{2}, \ldots$ are integers, $0 \leq a_{n} \leq n-1$ for $n>1$, and the series terminates. Show also that $x$ can be expressed as the sum of recip...
18. In the first part, it is sufficient to show that each rational number of the form $m / n!, m, n \in \mathbb{N}$, can be written uniquely in the required form. We prove this by induction on $n$. The statement is trivial for $n=1$. Let us assume it holds for $n-1$, and let there be given a rational number $m / n$ !. ...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
143
542
1967
T0
29
null
IMO
29. (ITA 4) ${ }^{\mathrm{IMO} 4}$ The triangles $A_{0} B_{0} C_{0}$ and $A^{\prime} B^{\prime} C^{\prime}$ have all their angles acute. Describe how to construct one of the triangles $A B C$, similar to $A^{\prime} B^{\prime} C^{\prime}$ and circumscribing $A_{0} B_{0} C_{0}$ (so that $A, B, C$ correspond to $A^{\prim...
29. Let arc $l_{a}$ be the locus of points $A$ lying on the opposite side from $A_{0}$ with respect to the line $B_{0} C_{0}$ such that $\angle B_{0} A C_{0}=\angle A^{\prime}$. Let $k_{a}$ be the circle containing $l_{a}$, and let $S_{a}$ be the center of $k_{a}$. We similarly define $l_{b}, l_{c}, k_{b}, k_{c}, S_{b}...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
193
516
1967
T0
36
null
IMO
36. (POL 1) Prove that the center of the sphere circumscribed around a tetrahedron $A B C D$ coincides with the center of a sphere inscribed in that tetrahedron if and only if $A B=C D, A C=B D$, and $A D=B C$.
36. Suppose that the skew edges of the tetrahedron $A B C D$ are equal. Let $K$, $L, M, P, Q, R$ be the midpoints of edges $A B, A C, A D, C D, D B, B C$ respectively. Segments $K P, L Q, M R$ have the common midpoint $T$. We claim that the lines $K P, L Q$ and $M R$ are axes of symmetry of the tetrahedron $A B C D$. F...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
69
753
1967
T0
56
null
IMO
56. (USS 3) In a group of interpreters each one speaks one or several foreign languages; 24 of them speak Japanese, 24 Malay, 24 Farsi. Prove that it is possible to select a subgroup in which exactly 12 interpreters speak Japanese, exactly 12 speak Malay, and exactly 12 speak Farsi.
56. We shall prove by induction on $n$ the following statement: If in some group of interpreters exactly $n$ persons, $n \geq 2$, speak each of the three languages, then it is possible to select a subgroup in which each language is spoken by exactly two persons. The statement of the problem easily follows from this: it...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
80
519
1967
T0
59
null
IMO
59. (USS 6) On the circle with center $O$ and radius 1 the point $A_{0}$ is fixed and points $A_{1}, A_{2}, \ldots, A_{999}, A_{1000}$ are distributed in such a way that $\angle A_{0} O A_{k}=k$ (in radians). Cut the circle at points $A_{0}, A_{1}, \ldots, A_{1000}$. How many arcs with different lengths are obtained? ...
59. By the $\operatorname{arc} A B$ we shall always mean the positive $\operatorname{arc} A B$. We denote by $|A B|$ the length of arc $A B$. Let a basic arc be one of the $n+1$ arcs into which the circle is partitioned by the points $A_{0}, A_{1}, \ldots, A_{n}$, where $n \in \mathbb{N}$. Suppose that $A_{p} A_{0}$ an...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
128
1,121
1969
T0
3
null
IMO
3. Find conditions on the positive real number $a$ such that there exists a tetrahedron $k$ of whose edges $(k=1,2,3,4,5)$ have length $a$, and the other $6-k$ edges have length 1 . Second Day (July 11)
3. We have several cases: $1^{\circ} k=1$. W.l.o.g. let $A B=a$ and the remaining segments have length 1. Let $M$ be the midpoint of $C D$. Then $A M=B M=\sqrt{3} / 2(\triangle C D A$ and $\triangle C D B$ are equilateral) and $0<A B<A M+B M=\sqrt{3}$, i.e., $0<a<\sqrt{3}$. It is evident that all values of $a$ within t...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
67
577
1969
T0
4
null
IMO
4. Let $A B$ be a diameter of a circle $\gamma$. A point $C$ different from $A$ and $B$ is on the circle $\gamma$. Let $D$ be the projection of the point $C$ onto the line $A B$. Consider three other circles $\gamma_{1}, \gamma_{2}$, and $\gamma_{3}$ with the common tangent $A B: \gamma_{1}$ inscribed in the triangle $...
4. Let $O$ be the midpoint of $A B$, i.e., the center of $\gamma$. Let $O_{1}, O_{2}$, and $O_{3}$ respectively be the centers of $\gamma_{1}, \gamma_{2}$, and $\gamma_{3}$ and let $r_{1}, r_{2}, r_{3}$ respectively be the radii of $\gamma_{1}, \gamma_{2}$ and $\gamma_{3}$. Let $C_{1}, C_{2}$, and $C_{3}$ respectively ...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
154
1,484
1969
T0
6
null
IMO
6. Under the conditions $x_{1}, x_{2}>0, x_{1} y_{1}>z_{1}^{2}$, and $x_{2} y_{2}>z_{2}^{2}$, prove the inequality $$ \frac{8}{\left(x_{1}+x_{2}\right)\left(y_{1}+y_{2}\right)-\left(z_{1}+z_{2}\right)^{2}} \leq \frac{1}{x_{1} y_{1}-z_{1}^{2}}+\frac{1}{x_{2} y_{2}-z_{2}^{2}} $$
6. Define $u_{1}=\sqrt{x_{1} y_{1}}+z_{1}, u_{2}=\sqrt{x_{2} y_{2}}+z_{2}, v_{1}=\sqrt{x_{1} y_{1}}-z_{1}$, and $v_{2}=$ $\sqrt{x_{2} y_{2}}-z_{2}$. By expanding both sides of the equation we can easily verify $\left(x_{1}+x_{2}\right)\left(y_{1}+y_{2}\right)-\left(z_{1}+z_{2}\right)^{2}=\left(u_{1}+u_{2}\right)\left(v...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
145
975
1970
T0
1
null
IMO
1. (BEL 3) Consider a regular $2 n$-gon and the $n$ diagonals of it that pass through its center. Let $P$ be a point of the inscribed circle and let $a_{1}, a_{2}, \ldots, a_{n}$ be the angles in which the diagonals mentioned are visible from the point $P$. Prove that $$ \sum_{i=1}^{n} \tan ^{2} a_{i}=2 n \frac{\cos ^...
1. Denote respectively by $R$ and $r$ the radii of the circumcircle and incircle, by $A_{1}, \ldots, A_{n}, B_{1}, \ldots, B_{n}$, the vertices of the $2 n$-gon and by $O$ its center. Let $P^{\prime}$ be the point symmetric to $P$ with respect to $O$. Then $A_{i} P^{\prime} B_{i} P$ is a parallelogram, and applying cos...
{ "problem_match": null, "resource_path": "IMO/segmented/en-compendium.jsonl", "solution_match": null }
137
1,110