All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Probability
Marble-Go-Round (Posted on 2004-12-28) Difficulty: 4 of 5
Consider N holes arranged in a circle on a wooden board. A marble is placed in one of them. You toss a fair coin to determine if you should move the marble one hole clockwise or one hole counterclockwise. You keep doing this until the marble has been in each hole at least once.

What is the probability that each of the N holes turns out to be the last hole visited by the marble? Number the holes 1 through N, clockwise starting with the hole in which the marble starts. Obviously the probability for hole 1 is zero, since it already has the marble and there are other holes to visit still.

No Solution Yet Submitted by neshal    
Rating: 3.2000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution solution (spoiler) | Comment 1 of 5

If n is even:

Use p(n) to signify the probability that the last hole to be visited will be hole n.

Consider various p(i) values conditional on whether the marble first moves CW or CCW. Start with p(3).  If the marble's first move is CW, then the conditional probability of 3 being the last hole visited would be p(2), as it would then have the same relative position to hole 2 (where the marble would be) as hole 2 has to hole 1 (where the marble starts).  On the other hand, if the marble initially went CCW, then the conditinal probability of 3 being the last hole would be p(4).  Since it's equally likely that the initial move would be CW or CCW, p(3) = (p(2)+p(4))/2.

Similar considerations make p(4)=(p(3)+p(5))/2, etc., that is, p(i)=(p(i-1)+p(i+1))/2.  Note that this does not work for i=2, as hole 2 is adjacent to the special hole 1.  This works until the route becomes shorter going in the other direction around the circle.  For even i, the last i for which it works is i = n/2+1, where p(n/2+1)=(p(n/2) + p(n/2 + 2))/2.  But p(n/2+2) = p(n/2) by symmetry.  But if that's the case, then p(n/2+1) must equal p(n/2), and tracking all the way back to p(2)=p(n), these must be equal as well.  Thus all the probabilities except p(1) must be equal, at 1/(n-1).

For example, when n=6,

p(2)=p(6)
p(3)=p(5)

p(3)=(p(2)+p(4))/2
p(4)=(p(3)+p(5))/2 = (p(3)+p(3))/2 = p(3)

p(3)=(p(2)+p(3))/2, so p(2)=p(3) and p(6)=p(3)
and we already knew that p(5)=p(3).

For odd n, it works similarly, such as for n=7:

p(2)=p(7)
p(3)=p(6)
p(4)=p(5)

p(3)=(p(2)+p(4))/2
p(4)=(p(3)+p(5))/2

the latter being also
p(4)=(p(3)+p(4))/2, so p(4)=p(3)
then p(3)=(p(2)+p(3))/2, so p(2) = p(3).

So all the probabilities except for the first hole, are equal to 1/(n-1).


  Posted by Charlie on 2004-12-28 20:15:47
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (10)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information