2001 AIME I Problema 11

Intenta el Problema 11 del 2001 AIME I a continuación y luego compara tu respuesta con la solución preparada profesionalmente de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2001 AIME I, o revisar la clave de respuestas.

Todos los problemas se usan con el permiso legal oficial de la Mathematical Association of America (MAA).

11.

En un arreglo rectangular de puntos, con 55 filas y NN columnas, los puntos se numeran consecutivamente de izquierda a derecha comenzando por la fila superior. Así, la fila superior se numera de 11 a N,N, la segunda fila se numera de N+1N + 1 a 2N,2N, y así sucesivamente. Se seleccionan cinco puntos, P1,P_1, P2,P_2, P3,P_3, P4,P_4, y P5,P_5, de modo que cada PiP_i está en la fila i.i. Sea xix_i el número asociado a Pi.P_i. Ahora se renumera el arreglo consecutivamente de arriba abajo, comenzando por la primera columna. Sea yiy_i el número asociado a PiP_i después de renumerar.

Se encuentra que x1=y2,x_1 = y_2, x2=y1,x_2 = y_1, x3=y4,x_3 = y_4, x4=y5,x_4 = y_5, y x5=y3.x_5 = y_3. Halla el menor valor posible de N.N.

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.

Respuesta: 149
Conceptos:sistema de ecuacionesaritmética modular
Nivel de dificultad: 2990
Solución:

Sea PiP_i un punto de la columna ci.c_i. Entonces xi=(i1)N+cix_i = (i-1)N + c_i y yi=5(ci1)+i.y_i = 5(c_i - 1) + i. Las cinco condiciones se convierten en 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}

Al sustituir c1=5c23c_1 = 5c_2 - 3 en la segunda ecuación se obtiene N=24c219.N = 24c_2 - 19. Al eliminar c3c_3 y c4c_4 de las tres últimas ecuaciones se obtiene 124c5=89N+7.124 c_5 = 89N + 7. Sustituyendo N=24c219N = 24c_2 - 19 y reduciendo, 31534c2421,31 \mid 534 c_2 - 421, es decir, 7c218(mod31),7 c_2 \equiv 18 \pmod{31}, cuya menor solución positiva es c2=7.c_2 = 7.

Entonces N=24719=149,N = 24 \cdot 7 - 19 = 149, y al sustituir hacia atrás se obtienen las columnas válidas (c1,,c5)=(c_1, \ldots, c_5)= (32,7,141,88,107),(32, 7, 141, 88, 107), todas a lo sumo 149.149. En efecto, los pares correspondientes son (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), y (x5,y3)=(703,703).(x_5,y_3)=(703,703). Por tanto, el menor valor posible de NN es 149.149.

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.

← Problema 10#10
Examen completo

El Problema 11 en otros años