Skip to main content

2025 AMC 12B Problem 20

Problem 20 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\dfrac{1}{2} and it disappears with probability 12.\dfrac{1}{2}. • 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,\dfrac{1}{4}, it moves to n1n-1 with probability 14,\dfrac{1}{4}, and it disappears with probability 12.\dfrac{1}{2}. What is the probability that the frog reaches 4?4?

Answer choices

Show solution

Solution

Let f(n)f(n) be the probability of reaching 44 from n.n. Then f(0)=12f(1),f(0) = \tfrac{1}{2} f(1), and for n=1,2,3,n = 1, 2, 3, f(n)=14f(n+1)+14f(n1),f(n) = \tfrac{1}{4} f(n+1) + \tfrac{1}{4} f(n-1), with f(4)=1.f(4) = 1. Solving upward gives f(2)=72f(1)f(2) = \tfrac{7}{2} f(1) and f(3)=13f(1);f(3) = 13 f(1); then 413f(1)=1+72f(1)4 \cdot 13 f(1) = 1 + \tfrac{7}{2} f(1) yields f(1)=297,f(1) = \tfrac{2}{97}, so f(0)=197.f(0) = \tfrac{1}{97}. Thus, the correct 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.