Adam, Bertrand, and Carissa toss a coin in sequence until one person wins by tossing the first head.
If the coin is fair, find the probability that Adam wins.
Can somebody tell me if I'm on the right track?
Adam can win on the first round if he rolls a head. Or he can win on the second round if all three of them roll tails and then he rolls a head. Or he can win on the third round if they roll tails six times and then he rolls a head.
P(Adam wins) $= .5 + .5^4 + .5^7 + \dots + .5^{3n-2}$ where $n=$ number of rounds.
Thoughts? Should I be getting a numeric answer here...?