2012 AIME I Problema 11

A continuación está la solución preparada profesionalmente para el Problema 11 del 2012 AIME I, de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2012 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).

Conceptos:punto reticulararitmética modularparidadinvariante

Nivel de dificultad: 2990

11.

Una rana comienza en P0=(0,0)P_0 = (0, 0) y realiza una sucesión de saltos según la siguiente regla: desde Pn=(xn,yn),P_n = (x_n, y_n), la rana salta a Pn+1,P_{n+1}, que puede ser cualquiera de los puntos (xn+7,yn+2),(x_n + 7, y_n + 2), (xn+2,yn+7),(x_n + 2, y_n + 7), (xn5,yn10),(x_n - 5, y_n - 10), o (xn10,yn5).(x_n - 10, y_n - 5). Hay MM puntos (x,y)(x, y) con x+y100|x| + |y| \le 100 que pueden alcanzarse mediante una sucesión de tales saltos. Halla el residuo cuando MM se divide entre 1000.1000.

A frog begins at P0=(0,0)P_0 = (0, 0) and makes a sequence of jumps according to the following rule: from Pn=(xn,yn),P_n = (x_n, y_n), the frog jumps to Pn+1,P_{n+1}, which may be any of the points (xn+7,yn+2),(x_n + 7, y_n + 2), (xn+2,yn+7),(x_n + 2, y_n + 7), (xn5,yn10),(x_n - 5, y_n - 10), or (xn10,yn5).(x_n - 10, y_n - 5). There are MM points (x,y)(x, y) with x+y100|x| + |y| \le 100 that can be reached by a sequence of such jumps. Find the remainder when MM is divided by 1000.1000.

Solución:

Cada salto cambia x+yx + y en +9+9 o 15-15 y cambia xyx - y en ±5.\pm 5. Partiendo de (0,0),(0, 0), todo punto alcanzable tiene por tanto x+y=3jx + y = 3j y xy=5kx - y = 5k para enteros jj y k;k; además x=3j+5k2x = \frac{3j + 5k}{2} debe ser entero, así que jj y kk tienen la misma paridad. Como x+y=max(x+y,xy),|x| + |y| = \max(|x + y|,\, |x - y|), la condición x+y100|x| + |y| \le 100 se convierte en j33|j| \le 33 y k20.|k| \le 20.

Recíprocamente, todo punto así es alcanzable: un solo salto se mueve entre rectas vecinas xy=5kx - y = 5k (cambiando jj en 33 o 5,-5, lo que invierte su paridad), y las combinaciones de dos saltos trasladan en (9,9)(9, 9) o (15,15),(-15, -15), que se combinan, dos de las primeras más una de las segundas, en el desplazamiento (3,3),(3, 3), moviendo jj en 22 a lo largo de una recta fija. Juntas, estas alcanzan todo par (j,k)(j, k) de igual paridad.

Conteo: los jj pares (3333 valores) se emparejan con los kk pares (2121 valores), y los jj impares (3434 valores) con los kk impares (2020 valores), así que M=3321+3420=1373.M = 33 \cdot 21 + 34 \cdot 20 = 1373. El residuo es 373.373.

Each jump changes x+yx + y by +9+9 or 15-15 and changes xyx - y by ±5.\pm 5. Starting from (0,0),(0, 0), every reachable point therefore has x+y=3jx + y = 3j and xy=5kx - y = 5k for integers jj and k;k; moreover x=3j+5k2x = \frac{3j + 5k}{2} must be an integer, so jj and kk have the same parity. Since x+y=max(x+y,xy),|x| + |y| = \max(|x + y|,\, |x - y|), the condition x+y100|x| + |y| \le 100 becomes j33|j| \le 33 and k20.|k| \le 20.

Conversely, every such point is reachable: a single jump moves between neighboring lines xy=5kx - y = 5k (changing jj by 33 or 5,-5, which flips its parity), and two-jump combinations translate by (9,9)(9, 9) or (15,15),(-15, -15), which combine — two of the former plus one of the latter — into the shift (3,3),(3, 3), moving jj by 22 along a fixed line. Together these reach every pair (j,k)(j, k) of equal parity.

Counting: even jj (3333 values) pairs with even kk (2121 values), and odd jj (3434 values) with odd kk (2020 values), so M=3321+3420=1373.M = 33 \cdot 21 + 34 \cdot 20 = 1373. The remainder is 373.373.

← Problema 10#10Examen completoProblema 12#12 →

El Problema 11 en otros años