You flip a fair coin until either the pattern HHH or the pattern THH appears as three consecutive tosses. What is the probability that HHH appears first?
Reveal solutionHide solution
#Where can HHH appear?
Completing HHH means three heads in a row. Look at the toss immediately before the first of those three heads. Either it is the very start of the sequence, or it is a genuine earlier toss. If that earlier toss were itself a head, the run would have started sooner, so slide back to the first head of the maximal run; the toss before that one is again either the start or a tail.
#A tail seeds THH
If a tail sits just before the run of heads, then that tail followed by the first two of those heads already spells THH, which therefore lands before HHH is finished. So HHH can win only when its three heads occupy the very first three tosses.
#Count it
The other go to THH, which needs only a single tail anywhere to arm the run of heads that completes it. The two patterns are far from symmetric.