A and B toss a coin alternately till one of them tosses heads and wins the game, their respective probability of winning are
Reveal answer
Fill a bubble to check yourself
A and B toss a coin alternately till one of them tosses heads and wins the game, their respective probability of winning are
Let p = 1/2 be the probability of heads. A wins if they get heads on the 1st, 3rd, 5th... toss. P(A) = p + (1-p)^2 * p + (1-p)^4 * p = p / (1 - (1-p)^2) = (1/2) / (1 - 1/4) = (1/2) / (3/4) = 2/3. B wins the rest, so P(B) = 1 - 2/3 = 1/3.
Since A tosses first, A wins on the first toss with probability 1/2, on the third toss with probability (1/2)^3, on the fifth toss with probability (1/2)^5, and so on. Using the formula for the sum of an infinite geometric series, A's total probability of winning is (1/2) / (1 - 1/4) = 2/3. Since only one person can win, B's probability of winning is the remaining probability, which is 1 - 2/3 = 1/3.