Problem:
In a small pond there are eleven lily pads in a row labeled 0 through 10. A frog is sitting on pad 1. When the frog is on pad N,0<N<10, it will jump to pad Nโ1 with probability 10Nโ and to pad N+1 with probability 1โ10Nโ. Each jump is independent of the previous jumps. If the frog reaches pad 0 it will be eaten by a patiently waiting snake. If the frog reaches pad 10 it will exit the pond, never to return. What is the probability that the frog will escape being eaten by the snake?
Answer Choices:
A. 7932โ
B. 384161โ
C. 14663โ
D. 167โ
E. 21โ
Solution:
First note that once the frog is on pad 5, it has probability 21โ of eventually being eaten by the snake, and a probability 21โ of eventually exiting the pond without being eaten. It is therefore necessary only to determine the probability that the frog on pad 1 will reach pad 5 before being eaten.
Consider the frog's jumps in pairs. The frog on pad 1 will advance to pad 3 with probability 109โโ
108โ=10072โ, will be back at pad 1 with probability 109โโ
102โ=10018โ, and will retreat to pad 0 and be eaten with probability 101โ. Because the frog will eventually make it to pad 3 or make it to pad 0 , the probability that it ultimately makes it to pad 3 is 10072โรท(10072โ+10010โ)=4136โ, and the probability that it ultimately makes it to pad 0 is 10010โรท(10072โ+10010โ)=415โ.
Similarly, in a pair of jumps the frog will advance from pad 3 to pad 5 with probability 107โโ
106โ=10042โ, will be back at pad 3 with probability 107โโ
104โ+103โโ
108โ= 10052โ, and will retreat to pad 1 with probability 103โโ
102โ=1006โ. Because the frog will ultimately make it to pad 5 or pad 1 from pad 3 , the probability that it ultimately makes it to pad 5 is 10042โรท(10042โ+1006โ)=87โ, and the probability that it ultimately makes it to pad 1 is 1006โรท(10042โ+1006โ)=81โ.
The sequences of pairs of moves by which the frog will advance to pad 5 without being eaten are
1โ3โ5,1โ3โ1โ3โ5,1โ3โ1โ3โ1โ3โ5
and so on. The sum of the respective probabilities of reaching pad 5 is then
4136โโ
87โ+4136โโ
81โโ
4136โโ
87โ+4136โโ
81โโ
4136โโ
81โโ
4136โโ
87โ+โฏ=8263โ(1+829โ+(829โ)2+โฏ)=8263โรท(1โ829โ)โ
=7363โ.
Therefore the requested probability is 21โโ
7363โ=14663โโ.
OR
For 1โคjโค5, let pjโ be the probability that the frog eventually reaches pad 10 starting at pad j. By symmetry p5โ=21โ. For the frog to reach pad 10 starting from pad 4 , the frog goes either to pad 3 with probability 52โ or to pad 5 with probability 53โ, and then continues on a successful sequence from either of these pads. Thus p4โ=52โp3โ+53โp5โ=52โp3โ+103โ. Similarly, to reach pad 10 starting from pad 3 , the frog goes either to pad 2 with probability 103โ or to pad 4 with probability 107โ. Thus p3โ=103โp2โ+107โp4โ, and substituting from the previous equation for p4โ gives p3โ=125โp2โ+247โ. In the same way, p2โ=51โp1โ+54โp3โ and after substituting for p3โ gives p2โ=103โp1โ+207โ. Lastly, for the frog to escape starting from pad 1 , it is necessary for it to get to pad 2 with probability 109โ, and then escape starting from pad 2. Thus p1โ=109โp2โ=109โ(103โp1โ+207โ), and solving the equation gives p1โ=14663โโ.
Note: This type of random process is called a Markov process.
The problems on this page are the property of the MAA's American Mathematics Competitions