dabaobao
Martin and Joey are playing a coin game in which each player tosses a fair coin alternately. The player who gets a ‘Heads’ first wins. The maximum number of tosses allowed in a single game for any player is 6. What is the probability that the person who tosses first will win the game?
Veritas Prep Official Solution
Probability of getting ‘Heads’ on a single toss = 1/2
Probability of getting ‘Tails’ on a single toss = 1/2
The person who starts the game can win the game if one of the following scenarios plays out:
The first person tosses the coin and gets a ‘Heads’ right away. The first person wins!
The first person tosses the coin and gets a ‘Tails’. The second person gets ‘Tails’ too. The first person tosses again and gets a ‘Heads’. The first person wins!
The first person tosses the coin and gets a ‘Tails’. The second person gets ‘Tails’ too. The first person tosses again and gets a ‘Tails’ again. The second person gets ‘Tails’ again too. Finally, the first person tosses and this time, gets a ‘Heads’. The first person wins!
and so on…
In the worst case, the first person will have to toss 6 times to get a ‘Heads’. He and the second person would end up getting ‘Tails’ on five previous tosses.
Probability that the first person tosses the coin and gets a ‘Heads’ right away = 1/2
Probability that the first person tosses the coin and gets a ‘Tails’ (1/2), the second person gets ‘Tails’ (1/2) and then the first person gets a ‘Heads’(1/2) = (1/2)*(1/2)*(1/2) = (1/2)^3
Probability that the first person tosses the coin and gets a ‘Tails’ (1/2), the second person gets ‘Tails’ (1/2) , the first person tosses again and gets a ‘Tails’ again (1/2), the second person gets ‘Tails’ again (1/2) and finally, the first person tosses and this time, gets a ‘Heads’ (1/2) = (1/2)^5
and so on…
Probability that the first person will have to toss 6 times to get a ‘Heads’ = (1/2)^11
To get the probability of the first person winning, we just need to add all these probabilities now.
Probability that the first person will win = (1/2) + (1/2)^3 + (1/2)^5 + (1/2)^7 + (1/2)^9 + (1/2)^11 => ANSWER
On the same lines, can you find the probability that the person who tosses second wins? I hope you understand that it is very similar to what we have already discussed. The person who tosses second will win if one of the following happens:
The person who tosses first gets ‘Tails’ and then the person who tosses second gets ‘Heads’.
The person who tosses first gets ‘Tails’, the person who tosses second gets ‘Tails’, the person who tosses first gets ‘Tails’ again and the second person then gets ‘Heads’.
and so on…
Probability that the second person will win = (1/2)^2 + (1/2)^4 + (1/2)^6 + (1/2)^8 + (1/2)^10 + (1/2)^12