AMC 10 · 2014 · #25
Grade 8 probabilityPick an answer.
AMC 10 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
There are eleven pads and one wandering frog, so instead of tracking every possible path we name one unknown per pad: s_N, the probability of escaping when currently on pad N (Tool #4, Introduce a Variable). One jump then links each s_N to its neighbors, turning the puzzle into a chain of equations. The board is mirror-symmetric about pad 5, so a change of focus (Tool #16) hands us s₅=1/2 for free. Solving the chain one pad at a time (Tool #7, Identify Subproblems) and then back-substituting (Tool #11, Work Backwards) pins down s₁.
Name the escape chance per pad
Let s_N be the chance of escaping from pad N. Both ends are certain: s₀ = 0 and s₁₀ = 1, and the target is s₁.
Giving every pad its own escape chance turns a random journey into a fixed list of unknown numbers.
6.EE.B.6Introduce A VariableLink each pad to its neighbors
Condition on one hop: s_N = N/10 s_N-1 + (10-N)/10 s_N+1, and clearing tenths gives 10 s_N = N s_N-1 + (10-N) s_N+1.
The chance of escaping now is just the weighted average of the escape chances one hop away.
The chance of escaping from a pad is the weighted average of the chances one hop away.
▸ Why?
The two hops are separate ways forward that never happen together, so their chances combine additively.
▸ Why?
Each is counted as heavily as it is likely, which is exactly a total shared over its weights.
Use symmetry at the middle pad
Pad 5 is dead center: down and up are both 5/10, and N ↦ 10-N mirrors the whole board, so s₅ = 1/2.
A perfectly balanced starting point can only give a fifty-fifty outcome.
7.SP.C.7Change Focus Count The ComplementClimb from the bottom
With s₀ = 0, N=1 gives 10 s₁ = 9 s₂, so s₁ = 9/10 s₂; feeding that into N=2 leaves s₃ = 41/40 s₂.
Each new equation trades one fresh unknown for the ones already written in terms of s₂.
8.EE.C.8Identify SubproblemsReach the known middle value
N=3 yields s₄ = 29/28 s₂; putting s₃, s₄ and s₅ = 1/2 into 10 s₄ = 4 s₃ + 6 s₅ leaves 219/35 s₂ = 3, so s₂ = 35/73.
Reaching pad 5's known 1/2 closes the chain and finally fixes a real number.
7.EE.B.4Introduce A VariableBack-substitute for pad 1
Back-substitute: s₁ = 9/10 · 35/73 = 63/146, the escape chance from pad 1 — choice (C).
Once s₂ is a number, one multiplication walks the answer back to pad 1.
7.EE.B.4Work BackwardsGive every pad its own escape chance, use the fair 1/2 at the middle pad, then walk the equations up from the bottom to pin down pad 1.
- Name the escape chance per pad
- Link each pad to its neighbors
- Use symmetry at the middle pad
- Climb from the bottom
- Reach the known middle value
- Back-substitute for pad 1