2001 AIME I Problem 11

Attempt Problem 11 of the 2001 AIME I below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2001 AIME I solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

11.

In a rectangular array of points, with 55 rows and NN columns, the points are numbered consecutively from left to right beginning with the top row. Thus the top row is numbered 11 through N,N, the second row is numbered N+1N + 1 through 2N,2N, and so forth. Five points, P1,P_1, P2,P_2, P3,P_3, P4,P_4, and P5,P_5, are selected so that each PiP_i is in row i.i. Let xix_i be the number associated with Pi.P_i. Now renumber the array consecutively from top to bottom, beginning with the first column. Let yiy_i be the number associated with PiP_i after renumbering.

It is found that x1=y2,x_1 = y_2, x2=y1,x_2 = y_1, x3=y4,x_3 = y_4, x4=y5,x_4 = y_5, and x5=y3.x_5 = y_3. Find the smallest possible value of N.N.

Answer: 149
Concepts:system of equationsmodular arithmetic
Difficulty rating: 2990
Solution:

Let PiP_i sit in column ci.c_i. Then xi=(i1)N+cix_i = (i-1)N + c_i and yi=5(ci1)+i.y_i = 5(c_i - 1) + i. The five conditions become c1=5c23,N+c2=5c14,2N+c3=5c41, \begin{aligned} c_1 &= 5c_2 - 3, \\ N + c_2 &= 5c_1 - 4, \\ 2N + c_3 &= 5c_4 - 1, \end{aligned} 3N+c4=5c5,4N+c5=5c32. \begin{aligned} 3N + c_4 &= 5c_5, \\ 4N + c_5 &= 5c_3 - 2. \end{aligned}

Substituting c1=5c23c_1 = 5c_2 - 3 into the second equation gives N=24c219.N = 24c_2 - 19. Eliminating c3c_3 and c4c_4 from the last three equations yields 124c5=89N+7.124 c_5 = 89N + 7. Substituting N=24c219N = 24c_2 - 19 and reducing, 31534c2421,31 \mid 534 c_2 - 421, i.e. 7c218(mod31),7 c_2 \equiv 18 \pmod{31}, whose smallest positive solution is c2=7.c_2 = 7.

Then N=24719=149,N = 24 \cdot 7 - 19 = 149, and back-substituting gives valid columns (c1,,c5)=(c_1, \ldots, c_5)= (32,7,141,88,107),(32, 7, 141, 88, 107), all at most 149.149. Indeed the corresponding pairs are (x1,y2)=(32,32),(x_1,y_2)=(32,32), (x2,y1)=(156,156),(x_2,y_1)=(156,156), (x3,y4)=(439,439),(x_3,y_4)=(439,439), (x4,y5)=(535,535),(x_4,y_5)=(535,535), and (x5,y3)=(703,703).(x_5,y_3)=(703,703). So the smallest possible NN is 149.149.

← Problem 10#10
Full Exam

Problem 11 in Other Years