Problem:
A bug starts at a vertex of an equilateral triangle. On each move, it randomly selects one of the two vertices where it is not currently located, and crawls along a side of the triangle to that vertex. Given that the probability that the bug moves to its starting vertex on its tenth move is m/n, where m and n are relatively prime positive integers, find m+n.
Solution:
If the bug is at the starting vertex after move n, the probability is 1 that it will move to a non-starting vertex on move n+1. If the bug is not at the starting vertex after move n, the probability is 1/2 that it will move back to its starting vertex on move n+1, and the probability is 1/2 that it will move to another nonstarting starting vertex on move n+1. Let pnβ be the probability that the bug isat the starting vertex after move n. Then pn+1β=0β
pnβ+21β(1βpnβ)=β21βpnβ+21β. This implies that pn+1ββ31β=β21β(pnββ31β). Since p0ββ31β=1β31β=2/3, conclude that pnββ31β=32ββ
(β21β)n. Therefore
pnβ=32ββ
(β21β)n+31β=31+(β1)n2nβ11ββ=3β
2nβ12nβ1+(β1)nβ
Substitute 10 for n to find that p10β=171/512, and m+n is 683β .
OR
A 10-step path can be represented by a 10-letter sequence consisting of only A 's and B 's, where A represents a move in the clockwise direction and B represents a move in the counterclockwise direction. Where the path ends depends on the number of A 's and B 's, not on their arrangement. Let x be the number of A 's, and let y be the number of B 's. Note that the bug will be home if and only if xβy is a multiple of 3 . After 10 moves, x+y=10. Then 2x=10+3k for some integer k, and so x=5+3j for some integer j. Thus the number of A 's must be 2,5 , or 8 , and the desired probability is
210(210β)+(510β)+(810β)β=512171β
OR
Let X be the bug's starting vertex, and let Y and Z be the other two vertices. Let xkβ,ykβ, and zkβ be the probabilities that the bug is at vertex X,Y, and Z, respectively, at move k, for kβ₯0. Then xk+1β=.5ykβ+.5zkβ,yk+1β=.5xkβ+.5zkβ, and zk+1β=.5xkβ+.5ykβ. This can be written as
β£β’β‘βxk+1βyk+1βzk+1βββ¦β₯β€β=β£β’β‘β0.5.5.50.5.5.50ββ¦β₯β€ββ£β’β‘βxkβykβzkβββ¦β₯β€β
Thus
β£β’β‘βx10βy10βz10βββ¦β₯β€β=β£β’β‘β0.5.5.50.5.5.50ββ¦β₯β€β10β£β’β‘β100ββ¦β₯β€β
and x10β=171/512.
The problems on this page are the property of the MAA's American Mathematics Competitions