Documents

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

The Bank of Oslo issues two types of coin: aluminium (denoted AA) and bronze (denoted BB). Marianne has nn aluminium coins and nn 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 k2nk \leq 2n, Marianne repeatedly performs the following operation: she identifies the longest chain containing the kthk^{\text{th}} coin from the left, and moves all coins in that chain to the left end of the row. For example, if n=4n = 4 and k=4k = 4, the process starting from the ordering AABBBABAAABBBABA would be

AABBBABABBBAAABAAAABBBBABBBBAAAABBBBAAAA.AAB\underline{B}BABA \rightarrow BBB\underline{A}AABA \rightarrow AAA\underline{B}BBBA \rightarrow BBB\underline{B}AAAA \rightarrow BBB\underline{B}AAAA \rightarrow \cdots.

Find all pairs (n,k)(n,k) with 1k2n1 \leq k \leq 2n such that for every initial ordering, at some moment during the process, the leftmost nn coins will all be of the same type.

Problem 2

Let R+\mathbb{R}^+ denote the set of positive real numbers. Find all functions f:R+R+f: \mathbb{R}^+ \to \mathbb{R}^+ such that for each xR+x \in \mathbb{R}^+, there is exactly one yR+y \in \mathbb{R}^+ satisfying

xf(y)+yf(x)2.xf(y) + yf(x) \leq 2.

Problem 3

Let kk be a positive integer and let SS 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 SS around a circle such that the product of any two neighbours is of the form x2+x+kx^2 + x + k for some positive integer xx.

Problem 4

Let ABCDEABCDE be a convex pentagon such that BC=DEBC = DE. Assume that there is a point TT inside ABCDEABCDE with TB=TDTB = TD, TC=TETC = TE and ABT=TEA\angle ABT = \angle TEA. Let line ABAB intersect lines CDCD and CTCT at points PP and QQ, respectively. Assume that the points P,B,A,QP, B, A, Q occur on their line in that order. Let line AEAE intersect lines CDCD and DTDT at points RR and SS, respectively. Assume that the points R,E,A,SR, E, A, S occur on their line in that order. Prove that the points P,S,Q,RP, S, Q, R lie on a circle.

Problem 6

Let nn be a positive integer. A Nordic square is an n×nn \times n board containing all the integers from 1 to n2n^2 so that each cell contains exactly one number. Two different cells are considered adjacent if they share a common side. Every cell that is adjacent only to cells containing larger numbers is called a valley. An uphill path is a sequence of one or more cells such that:

(i) the first cell in the sequence is a valley,

(ii) each subsequent cell in the sequence is adjacent to the previous cell, and

(iii) the numbers written in the cells in the sequence are in increasing order.

Find, as a function of nn, the smallest possible total number of uphill paths in a Nordic square.