Documents

YearFilenameLanguageSource
2024IMO-2024-problems-eng.pdfen
Problem 1

Determine all real numbers α\alpha such that, for every positive integer nn, the integer α+2α++nα\lfloor \alpha \rfloor + \lfloor 2\alpha \rfloor + \cdots + \lfloor n\alpha \rfloor is a multiple of nn. (Note that z\lfloor z \rfloor denotes the greatest integer less than or equal to zz. For example, π=4\lfloor -\pi \rfloor = -4 and 2=2.9=2\lfloor 2 \rfloor = \lfloor 2.9 \rfloor = 2.)

Problem 2

Determine all pairs (a,b)(a, b) of positive integers for which there exist positive integers gg and NN such that gcd(an+b,bn+a)=g\gcd(a^n + b, b^n + a) = g holds for all integers nNn \geq N. (Note that gcd(x,y)\gcd(x, y) denotes the greatest common divisor of integers xx and yy.)

Problem 3

Let a1,a2,a3,a_1, a_2, a_3, \ldots be an infinite sequence of positive integers, and let NN be a positive integer. Suppose that, for each n>Nn > N, ana_n is equal to the number of times an1a_{n-1} appears in the list a1,a2,,an1a_1, a_2, \ldots, a_{n-1}.

Prove that at least one of the sequences a1,a3,a5,a_1, a_3, a_5, \ldots and a2,a4,a6,a_2, a_4, a_6, \ldots is eventually periodic.

(An infinite sequence b1,b2,b3,b_1, b_2, b_3, \ldots is eventually periodic if there exist positive integers pp and MM such that bm+p=bmb_{m+p} = b_m for all mMm \geq M.)

Problem 4

Let ABCABC be a triangle with AB<AC<BCAB < AC < BC. Let the incentre and incircle of triangle ABCABC be II and ω\omega, respectively. Let XX be the point on line BCBC different from CC such that the line through XX parallel to ACAC is tangent to ω\omega. Similarly, let YY be the point on line BCBC different from BB such that the line through YY parallel to ABAB is tangent to ω\omega. Let AIAI intersect the circumcircle of triangle ABCABC again at PAP \neq A. Let KK and LL be the midpoints of ACAC and ABAB, respectively.

Prove that KIL+YPX=180\angle KIL + \angle YPX = 180^{\circ}.

Problem 5

Turbo the snail plays a game on a board with 2024 rows and 2023 columns. There are hidden monsters in 2022 of the cells. Initially, Turbo does not know where any of the monsters are, but he knows that there is exactly one monster in each row except the first row and the last row, and that each column contains at most one monster.

Turbo makes a series of attempts to go from the first row to the last row. On each attempt, he chooses to start on any cell in the first row, then repeatedly moves to an adjacent cell sharing a common side. (He is allowed to return to a previously visited cell.) If he reaches a cell with a monster, his attempt ends and he is transported back to the first row to start a new attempt. The monsters do not move, and Turbo remembers whether or not each cell he has visited contains a monster. If he reaches any cell in the last row, his attempt ends and the game is over.

Determine the minimum value of nn for which Turbo has a strategy that guarantees reaching the last row on the nthn^{\text{th}} attempt or earlier, regardless of the locations of the monsters.

Problem 6

Let Q\mathbb{Q} be the set of rational numbers. A function f ⁣:QQf\colon \mathbb{Q} \to \mathbb{Q} is called aquaesulian if the following property holds: for every x,yQx, y \in \mathbb{Q}, f(x+f(y))=f(x)+yorf(f(x)+y)=x+f(y).f(x + f(y)) = f(x) + y \quad \text{or} \quad f(f(x) + y) = x + f(y).

Show that there exists an integer cc such that for any aquaesulian function ff there are at most cc different rational numbers of the form f(r)+f(r)f(r) + f(-r) for some rational number rr, and find the smallest possible value of cc.