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