Skip to main content

2019 AMC 10B Problem 21

Problem 21 of 25HarderAlgebraCounting & Probability

Debra flips a fair coin repeatedly, keeping track of how many heads and how many tails she has seen in total, until she gets either two heads in a row or two tails in a row, at which point she stops flipping. What is the probability that she gets two heads in a row but she sees a second tail before she sees a second head?

Answer choices

Show solution

Solution

Before the final repeated flip, the sequence must alternate. If it starts with HH, the second head necessarily occurs before the second tail, so a successful sequence must start with TT. To see a second tail before ending with HHHH, it must begin THTTHT. Thus the successful sequences are THTHH,THTHTHH,THTHH,THTHTHH,\ldots: exactly one sequence of each odd length at least 55. Their total probability is 125+127+=1321114=124. \begin{gathered} \frac1{2^5}+\frac1{2^7}+\cdots\\ =\frac1{32}\cdot\frac1{1-\frac14}\\ =\frac1{24}. \end{gathered} Thus, the answer is B .

More practice

Concepts: basic probability · geometric sequence

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.