1985 AIME Problema 12

Intenta el Problema 12 del 1985 AIME 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 1985 AIME, o revisar la clave de respuestas.

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

12.

Sean A,A, B,B, C,C, y DD los vértices de un tetraedro regular cuyas aristas miden 11 metro. Un insecto parte del vértice AA y sigue esta regla: en cada vértice elige, con la misma probabilidad, una de las tres aristas que inciden en él y recorre esa arista hasta el vértice del otro extremo. Sea p=n729p=\frac{n}{729} la probabilidad de que el insecto esté en el vértice AA después de haber recorrido exactamente 77 metros. Halla n.n.

Let A,A, B,B, C,C, and DD be the vertices of a regular tetrahedron, each of whose edges measures 11 meter. A bug, starting from vertex A,A, observes the following rule: at each vertex it chooses one of the three edges meeting at that vertex, each edge being equally likely to be chosen, and crawls along that edge to the vertex at its opposite end. Let p=n729p=\frac{n}{729} be the probability that the bug is at vertex AA when it has crawled exactly 77 meters. Find the value of n.n.

Respuesta: 182
Conceptos:camino aleatoriorecursiónprobabilidad básica
Nivel de dificultad: 2260
Pista pequeña:

Sea pkp_k la probabilidad de estar en AA después de kk pasos

Let pkp_k be the probability of being at AA after kk steps

Pista grande:

Desde cualquier vértice distinto de A,A, la probabilidad de pasar a AA es 13\frac{1}{3}

From any vertex other than A,A, the probability of moving to AA is 13\frac{1}{3}

Solución:

Sea pkp_k la probabilidad de que el insecto esté en AA después de kk pasos. No puede permanecer en A,A, mientras que desde cualquier otro vértice pasa a AA con probabilidad 13.\frac{1}{3}. Por tanto, pk+1=1pk3,p0=1. p_{k+1}=\frac{1-p_k}{3},\qquad p_0=1. Al resolver esta recurrencia se obtiene pk=14+34(13)k. p_k=\frac14+\frac34\left(-\frac13\right)^k. Así, p7=143437=182729,p_7=\frac14-\frac{3}{4\cdot3^7}=\frac{182}{729}, por lo que n=182.n=182.

Let pkp_k be the probability that the bug is at AA after kk steps. It cannot stay at A,A, while from any other vertex it moves to AA with probability 13.\frac{1}{3}. Hence pk+1=1pk3,p0=1. p_{k+1}=\frac{1-p_k}{3},\qquad p_0=1. Solving this recurrence gives pk=14+34(13)k. p_k=\frac14+\frac34\left(-\frac13\right)^k. Thus p7=143437=182729,p_7=\frac14-\frac{3}{4\cdot3^7}=\frac{182}{729}, so n=182.n=182.

← Problema 11#11
Examen completo

El Problema 12 en otros años