, each time jumping to one of the adjacent vertices with equal probability. Let Sally start her daily workout in , and a mine be located in . Every second Sally must make her random jump (as described above). What is the probability that Sally will be alive after seconds, expressed as a decimal (and probably in scientific notation)?
A frog, namely, Sally, is jumping about the vertices of a hexagon,As a bonus, can you generalise for seconds?
This problem is a part of my froggy, soggy set .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since Sally can only be on D after an odd number of jumps, the probability that Sally is alive after 2 k seconds is equal to the probability of her being alive after 2 k − 1 seconds. Let the probability of this latter be P k . At this moment she can be located either at B or at F . In two jumps she has a probability of 4 1 of ending up on D and dying, and therefore a probability of 4 3 of landing elsewhere and surviving. This means that P k + 1 = 4 3 P k .
Induction:
As P 1 = 1 , we can show by induction that P k = ( 4 3 ) k − 1 , where n = 2 k − 1 , when n = 2 k and when k ≥ 1 .