, each time jumping to an adjacent vertex. In how many ways can she get from to in moves, assuming that there is some plutonium on and Sally cannot jump there?
A frog, namely, Sally, is jumping about the vertices of a hexagon,As a bonus, can you generalise for jumps?
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.
Let c k be the number of ways leading from A to C , of length 2 k . Let b k be the number of ways of length 2 k − 1 leading from A to B . Since, in two jumps, there are two ways of returning from B to B and one way of getting to F , b k + 1 = 3 b k .
However, c k = b k , meaning that
c k + 1 = 3 c k when k > 0 . c 1 is still 1 , and by induction, the generalized formula is c k = 3 k − 1 .
We would like to express this in terms of n . As k is equal to half of n (the paths being of length n = 2 k ), we have that there are 3 2 n − 1 ways for an even n . It is impossible to reach C from A in an odd number of jumps.