2002 AIME I Problema 8

Intenta el Problema 8 del 2002 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 2002 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).

8.

Halle el menor entero kk para el cual las condiciones

a1,a2,a3,a_1, a_2, a_3, \ldots es una sucesión no decreciente de enteros positivos

an=an1+an2a_n = a_{n-1} + a_{n-2} para todo n>2n \gt 2

a9=ka_9 = k

se satisfacen por más de una sucesión.

Find the smallest integer kk for which the conditions

a1,a2,a3,a_1, a_2, a_3, \ldots is a nondecreasing sequence of positive integers

an=an1+an2a_n = a_{n-1} + a_{n-2} for all n>2n \gt 2

a9=ka_9 = k

are satisfied by more than one sequence.

Respuesta: 748
Conceptos:recursiónFibonacciEcuación diofántica
Nivel de dificultad: 2650
Solución:

Iterando la recurrencia se obtiene a9=13a1+21a2,a_9 = 13a_1 + 21a_2, y la sucesión es no decreciente exactamente cuando 0<a1a20 \lt a_1 \le a_2 (todos los términos posteriores se acomodan por sí solos). Así que necesitamos el menor kk para el cual 13x+21y=k13x + 21y = k tiene dos soluciones con 0<xy.0 \lt x \le y.

Supongamos 13x+21y=13u+21v13x + 21y = 13u + 21v con x<u.x \lt u. Entonces 13(ux)=21(yv),13(u - x) = 21(y - v), así que uxu - x es un múltiplo positivo de 21.21. Por tanto ux+2122,u \ge x + 21 \ge 22, y como uv,u \le v, también v22,v \ge 22, lo que da k=13u+21v3422=748.k = 13u + 21v \ge 34 \cdot 22 = 748.

Recíprocamente k=748k = 748 funciona: (x,y)=(1,35)(x, y) = (1, 35) y (22,22)(22, 22) dan las sucesiones 1,1, 35,35, 36,36, 71,71, 107,107, 178,178, 285,285, 463,463, 748748 y 22,22, 22,22, 44,44, 66,66, 110,110, 176,176, 286,286, 462,462, 748.748. La respuesta es k=748.k = 748.

Iterating the recurrence gives a9=13a1+21a2,a_9 = 13a_1 + 21a_2, and the sequence is nondecreasing exactly when 0<a1a20 \lt a_1 \le a_2 (all later terms then take care of themselves). So we need the smallest kk for which 13x+21y=k13x + 21y = k has two solutions with 0<xy.0 \lt x \le y.

Suppose 13x+21y=13u+21v13x + 21y = 13u + 21v with x<u.x \lt u. Then 13(ux)=21(yv),13(u - x) = 21(y - v), so uxu - x is a positive multiple of 21.21. Hence ux+2122,u \ge x + 21 \ge 22, and since uv,u \le v, also v22,v \ge 22, giving k=13u+21v3422=748.k = 13u + 21v \ge 34 \cdot 22 = 748.

Conversely k=748k = 748 works: (x,y)=(1,35)(x, y) = (1, 35) and (22,22)(22, 22) give the sequences 1,1, 35,35, 36,36, 71,71, 107,107, 178,178, 285,285, 463,463, 748748 and 22,22, 22,22, 44,44, 66,66, 110,110, 176,176, 286,286, 462,462, 748.748. The answer is k=748.k = 748.

← Problema 7#7
Examen completo

El Problema 8 en otros años