2018 AIME I Problema 14

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

Nivel de dificultad: 3160

14.

Sea SP1P2P3EP4P5SP_1P_2P_3EP_4P_5 un heptágono. Una rana empieza a saltar en el vértice S.S. Desde cualquier vértice del heptágono excepto E,E, la rana puede saltar a cualquiera de los dos vértices adyacentes. Cuando llega al vértice E,E, la rana se detiene y permanece allí. Halle el número de sucesiones distintas de saltos de no más de 1212 saltos que terminan en E.E.

Let SP1P2P3EP4P5SP_1P_2P_3EP_4P_5 be a heptagon. A frog starts jumping at vertex S.S. From any vertex of the heptagon except E,E, the frog may jump to either of the two adjacent vertices. When it reaches vertex E,E, the frog stops and stays there. Find the number of distinct sequences of jumps of no more than 1212 jumps that end at E.E.

Solución:

Agrupe los vértices en clases A={S,P1},\mathcal{A} = \{S, P_1\}, B={P2,P5},\mathcal{B} = \{P_2, P_5\}, y C={P3,P4}.\mathcal{C} = \{P_3, P_4\}. Cada vértice de A\mathcal{A} se une a un vértice de A\mathcal{A} y a uno de B;\mathcal{B}; cada vértice de B\mathcal{B} se une a uno de A\mathcal{A} y a uno de C;\mathcal{C}; y cada vértice de C\mathcal{C} se une a uno de B\mathcal{B} y al vértice absorbente E.E. Por lo tanto, si an,a_n, bn,b_n, cnc_n cuentan los caminos de nn saltos desde SS que aún no han llegado a EE y terminan en cada clase, an+1=an+bn,bn+1=an+cn,cn+1=bn, \begin{aligned} &a_{n+1} = a_n + b_n, \\ &b_{n+1} = a_n + c_n, \\ &c_{n+1} = b_n, \end{aligned} y exactamente cnc_n caminos llegan a EE por primera vez en el salto n+1.n + 1.

Partiendo de (a0,b0,c0)=(1,0,0),(a_0, b_0, c_0) = (1, 0, 0), los valores de cnc_n para n=0,1,,11n = 0, 1, \ldots, 11 son 0,0, 0,0, 1,1, 1,1, 3,3, 4,4, 9,9, 14,14, 28,28, 47,47, 89,89, 155.155.

El número de sucesiones de a lo más 1212 saltos que terminan en EE es c0+c1++c11=351.c_0 + c_1 + \cdots + c_{11} = 351.

Group the vertices into classes A={S,P1},\mathcal{A} = \{S, P_1\}, B={P2,P5},\mathcal{B} = \{P_2, P_5\}, and C={P3,P4}.\mathcal{C} = \{P_3, P_4\}. Each vertex of A\mathcal{A} adjoins one vertex of A\mathcal{A} and one of B;\mathcal{B}; each vertex of B\mathcal{B} adjoins one of A\mathcal{A} and one of C;\mathcal{C}; and each vertex of C\mathcal{C} adjoins one of B\mathcal{B} and the absorbing vertex E.E. Hence if an,a_n, bn,b_n, cnc_n count the nn-jump paths from SS that have not yet reached EE and end in each class, an+1=an+bn,bn+1=an+cn,cn+1=bn, \begin{aligned} &a_{n+1} = a_n + b_n, \\ &b_{n+1} = a_n + c_n, \\ &c_{n+1} = b_n, \end{aligned} and exactly cnc_n paths reach EE for the first time on jump n+1.n + 1.

Starting from (a0,b0,c0)=(1,0,0),(a_0, b_0, c_0) = (1, 0, 0), the values of cnc_n for n=0,1,,11n = 0, 1, \ldots, 11 are 0,0, 0,0, 1,1, 1,1, 3,3, 4,4, 9,9, 14,14, 28,28, 47,47, 89,89, 155.155.

The number of sequences of at most 1212 jumps ending at EE is c0+c1++c11=351.c_0 + c_1 + \cdots + c_{11} = 351.

← Problema 13#13Examen completoProblema 15#15 →

El Problema 14 en otros años