Browse · MATH
Printjmc
counting and probability senior
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 where and are relatively prime positive integers, find
Solution
Let represent the probability that the bug is at its starting vertex after moves. If the bug is on its starting vertex after moves, then it must be not on its starting vertex after moves. At this point it has chance of reaching the starting vertex in the next move. Thus . , so now we can build it up: , , , , , , , , , , Thus the answer is
Final answer
683