I try to solve some exercises from olympiads and I have difficulties with this one:
Consider a round table with 20 people. One of these players receive a book and chooses one of his neighbors and passes the book to him (with probability 1/2). The next player again chooses one of his neighbors (each with prob 1/2) and passes the book. The game ends until at least everyone received the book one time.
Every person has of course a probability for being the last one getting the book. Which player of the group has the highest prob. reiceiving the book as the last player?
Intuitively I would say the player which sits opposite to the player that receives the book first (Lets call him Player 1 and the opposite player is Player 11).
I first tried to analyze the situation for 4 players. Assume at the bottom is Player 1, right to him Player 2, opposite of Player 1 is Player 3 and left to Player 1 is Player 4.
I assume Player 1 receives the book first:
=> Player 2 as the last one: 1->4->3->2 Player 3 as the last one: 1->4->1->2->3 or 1->2->1->4->3 Player 4as the last one: 1->2->3->4
Therefore I would say Player 3 has the prob. which attains the maximum over the group. This is exactly the opposite player of Player 1.
How can I use my argument for the case of 4 Players to prove it for 20 Players?