Skip to main content

2025 AMC 10B Problem 24

Problem 24 of 25HarderAlgebraCounting & Probability

A frog hops along the number line according to the following rules. It starts at 0.0. If it is at 0,0, then it moves to 11 with probability 12\tfrac12 and it disappears with probability 12.\tfrac12. For n=1,n = 1, 2,2, or 3,3, if it is at n,n, then it moves to n+1n + 1 with probability 14,\tfrac14, it moves to n1n - 1 with probability 14,\tfrac14, and it disappears with probability 12.\tfrac12. What is the probability that the frog reaches 4?4?

Answer choices

Show solution

Solution

Let pnp_n be the probability of reaching 44 from position n,n, with p4=1.p_4 = 1. The rules give p0=12p1,p_0 = \tfrac12 p_1, p1=14p0+14p2,p_1 = \tfrac14 p_0 + \tfrac14 p_2, p2=14p1+14p3,p_2 = \tfrac14 p_1 + \tfrac14 p_3, and p3=14p2+14.p_3 = \tfrac14 p_2 + \tfrac14. Work upward: p1=27p2p_1 = \tfrac27 p_2 and p2=726p3.p_2 = \tfrac{7}{26} p_3. These unwind to p3=2697,p_3 = \tfrac{26}{97}, p2=797,p_2 = \tfrac{7}{97}, p1=297,p_1 = \tfrac{2}{97}, and finally p0=197.p_0 = \tfrac{1}{97}. Therefore, the answer is E.

More practice

Concepts: random walk · recursive probability · system of equations

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.