I do not understand the solution to Example 1.11 on page 10.
There are r players, with player i initially having $n_i$ units,$n_i$>0 and i = 1,...,r. At each stage, two of the players are chosen to play a game, with the winner of the game receiving 1 units from the loser. Any player whose fortune drops to 0 is eliminated, and this continues until a single player has all n = $\sum_{i=1}^r n_i$ units, with that player designated as the victor. Assuming that the results of successive games are independent, and each game is equally likely to be won by either of its two players, find the probability that player i is the victor.
Here is my tuition.
- It seems there shall be more rounds than n for a player to be the victor.
- All players have the odds to be the victor. People with less units is more likely to lose, and people with more units is more likely to win.
Solution
To Begin, suppose that there are n players,with each player initially having 1 units. Consider player i. Each stage she plays will be equally likely to result in her either winning or losing 1 unit, with the results from each stage being independent. In addition, she will continue to play stages until her fortune becomes either 0 or N. Because this is the same for all players, it follows that each player has the same chance of being the victor. Consequently, each player has player probability $1/n$ of being the victor.
Now, suppose these n players are divided into r teams, with team i containing $n_i$ players,i = 1,...,r. That is, suppose players 1,...,$n_i$ constitute team 1, players $n_1 + 1$,...,$n_1+n_2$ constitute team 2 and so on. Then the probability that the victor is a member of team i is $n_i/n$. But because team i initially has a total of fortune of $n_i$ units, i = 1,...,r, and each game played by members of different teams results in the fortune of the winner's team increasing by 1 and the of the loser's team decreasing by 1, it is easy to see that the probability that the victor is from team i is exactly the desired probability. Moreover, our argument also shows that the results is true no matter how the choice of the players in each stage are made.
Thanks in advance