Documents

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

We are given a positive integer rr and a rectangular board ABCDABCD with dimensions AB=20|AB| = 20, BC=12|BC| = 12. The rectangle is divided into a grid of 20×1220 \times 12 unit squares. The following moves are permitted on the board: one can move from one square to another only if the distance between the centers of the two squares is r\sqrt{r}. The task is to find a sequence of moves leading from the square with AA as a vertex to the square with BB as a vertex.

(a) Show that the task cannot be done if rr is divisible by 2 or 3.

(b) Prove that the task is possible when r=73r = 73.

(c) Can the task be done when r=97r = 97?

Problem 2

Let PP be a point inside triangle ABCABC such that

APBACB=APCABC.\angle APB - \angle ACB = \angle APC - \angle ABC.

Let D,ED, E be the incenters of triangles APB,APCAPB, APC, respectively. Show that AP,BD,CEAP, BD, CE meet at a point.

Problem 3

Let SS denote the set of nonnegative integers. Find all functions ff from SS to itself such that

f(m+f(n))=f(f(m))+f(n)m,nS.f(m + f(n)) = f(f(m)) + f(n) \qquad \forall m, n \in S.

Problem 4

The positive integers aa and bb are such that the numbers 15a+16b15a + 16b and 16a15b16a - 15b are both squares of positive integers. What is the least possible value that can be taken on by the smaller of these two squares?

Problem 5

Let ABCDEFABCDEF be a convex hexagon such that ABAB is parallel to DEDE, BCBC is parallel to EFEF, and CDCD is parallel to FAFA. Let RA,RC,RER_A, R_C, R_E denote the circumradii of triangles FAB,BCD,DEFFAB, BCD, DEF, respectively, and let PP denote the perimeter of the hexagon. Prove that

RA+RC+REP2.R_A + R_C + R_E \geq \frac{P}{2}.

Problem 6

Let p,q,np, q, n be three positive integers with p+q<np + q < n. Let (x0,x1,,xn)(x_0, x_1, \ldots, x_n) be an (n+1)(n + 1)-tuple of integers satisfying the following conditions:

(a) x0=xn=0x_0 = x_n = 0.

(b) For each ii with 1in1 \leq i \leq n, either xixi1=px_i - x_{i-1} = p or xixi1=qx_i - x_{i-1} = -q.

Show that there exist indices i<ji < j with (i,j)(0,n)(i, j) \neq (0, n), such that xi=xjx_i = x_j.