Problem:
The circumference of a circle is divided into arcs, each of length . Initially, there are snakes, each of length , occupying every third arc. Every second, each snake independently moves either one arc left or one arc right, each with probability . If two snakes ever touch, they merge to form a single snake occupying the arcs of both of the previous snakes, and the merged snake moves as one snake. Compute the expected number of seconds until there is only one snake left.
Solution
Solution:
We solve the problem generally for snakes and arcs. Without loss of generality, fix the two snakes and that will eventually form the ends of the last snake. Note that and must be consecutive in the initial configuration; assume lies immediately clockwise from .
Let be the arclength between and (measuring clockwise from to ). As long as and , we know that and lie in different snakes and thus move independently. Therefore, we can consider to be on a random walk starting at , where...
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.