Skip to main content

2019 AMC 12B Problem 16

Problem 16 of 25IntermediateCounting & Probability

There are lily pads in a row numbered 00 to 11,11, in that order. There are predators on lily pads 33 and 6,6, and a morsel of food on lily pad 10.10. Fiona the frog starts on pad 0,0, and from any given lily pad, has a 12\dfrac12 chance to hop to the next pad, and an equal chance to jump 22 pads. What is the probability that Fiona reaches pad 1010 without landing on either pad 33 or pad 6?6?

Answer choices

Show solution

Solution

Let p(n)p(n) be the probability of landing on pad nn without first landing on pad 33 or 6.6. Each pad sends probability 12\dfrac12 to the next pad and 12\dfrac12 two pads ahead, and pads 33 and 66 pass nothing on. Then p(0)=1, p(1)=12, p(2)=34,p(0)=1,\ p(1)=\dfrac12,\ p(2)=\dfrac34, and (skipping 33) p(4)=38, p(5)=316,p(4)=\dfrac38,\ p(5)=\dfrac{3}{16}, then (skipping 66) p(7)=332,p(7)=\dfrac{3}{32},  p(8)=364,\ p(8)=\dfrac{3}{64},  p(9)=9128.\ p(9)=\dfrac{9}{128}. Finally p(10)=12p(8)+12p(9)=3128+9256=15256. \begin{gathered} p(10)=\dfrac12 p(8)+\dfrac12 p(9) \\ =\dfrac{3}{128}+\dfrac{9}{256} \\ =\dfrac{15}{256}. \end{gathered} Thus, A is the correct answer.

More practice

Concepts: recursive probability

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