2025 AMC 12B Problem 20

Below is the professionally curated solution for Problem 20 of the 2025 AMC 12B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2025 AMC 12B solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:random walkrecursive probabilitysystem of equations

Difficulty rating: 2110

20.

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,2,n = 1, 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?

1101\dfrac{1}{101}

1100\dfrac{1}{100}

199\dfrac{1}{99}

198\dfrac{1}{98}

197\dfrac{1}{97}

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.

Problem 20 in Other Years