All Exams Test series for 1 year @ ₹349 only
Question

A fair coin is tossed till two heads occur in succession. What is the probability that the number of tosses required is less than 6?

This question was previously asked in
NDA 2 2024 GAT Question Paper (01-Sep-2024)
The correct answer is
19/32

Understanding the Coin Toss Problem

The question asks for the probability that it takes fewer than 6 tosses of a fair coin to get two consecutive heads (HH).

Let \(P(\text{tosses} < 6)\) denote this probability. This means the sequence HH must occur for the first time on toss 2, 3, 4, or 5.

A common approach for this type of problem is to use states to track the progress of the sequence. We can also use the complementary probability: \(P(\text{tosses} < 6) = 1 - P(\text{tosses} \ge 6)\). The event "tosses \(\ge 6\)" is equivalent to the event that HH has not occurred in the first 5 tosses.

Modeling the Coin Toss Sequence with States

We define the states based on the recent sequence of tosses:

  • State S0: The initial state, or the state where the last toss was Tails (T). This state signifies that the sequence HH has not yet been formed and the previous toss does not help in forming HH.
  • State S1: The state where the last toss was Heads (H), but the sequence HH has not yet occurred. This state means we are one step away from achieving HH.
  • State E: The success state, where the sequence HH has occurred. The process stops here.

Assuming a fair coin, the probability of tossing Heads (H) is \( P(H) = \frac{1}{2} \) and the probability of tossing Tails (T) is \( P(T) = \frac{1}{2} \). The transitions between states are:

  • If in state S0:
    • Toss T (prob 1/2): Remain in state S0.
    • Toss H (prob 1/2): Transition to state S1.
  • If in state S1:
    • Toss T (prob 1/2): Transition back to state S0.
    • Toss H (prob 1/2): Transition to the End state E (HH achieved).

Calculating Probability of Not Reaching HH by Toss 5

Let \(\pi_n\) be the probability of being in state S0 after \(n\) tosses without HH occurring.

Let \(\rho_n\) be the probability of being in state S1 after \(n\) tosses without HH occurring.

The probability of the process ending exactly at toss \(n\) (i.e., achieving HH for the first time at toss \(n\)) is given by the probability of being in state S1 after \(n-1\) tosses and then tossing H: \( p_n = \rho_{n-1} \times P(H) = \rho_{n-1} \times \frac{1}{2} \).

The probability of remaining in the game (not achieving HH yet) after \(n\) tosses is \(\pi_n + \rho_n\). The recurrence relations for \(\pi_n\) and \(\rho_n\) are:

\( \pi_n = (\pi_{n-1} + \rho_{n-1}) \times P(T) = (\pi_{n-1} + \rho_{n-1}) \times \frac{1}{2} \)

\( \rho_n = \pi_{n-1} \times P(H) = \pi_{n-1} \times \frac{1}{2} \)

We start at \(n=0\) with \(\pi_0 = 1\) (certainty of being in the initial state) and \(\rho_0 = 0\). Let's calculate the probabilities up to \(n=5\):

State Probabilities Over Tosses (Without HH)
Toss Count (n) Probability of State S0 (\(\pi_n\)) Probability of State S1 (\(\rho_n\)) Probability of Stopping at n (\(p_n = \rho_{n-1} \times 1/2\)) Total Probability (Not Stopped by n)
0 \(1\) \(0\) - \(1\)
1 \( (\pi_0 + \rho_0) \times \frac{1}{2} = (1+0) \times \frac{1}{2} = \frac{1}{2} \) \( \pi_0 \times \frac{1}{2} = 1 \times \frac{1}{2} = \frac{1}{2} \) \(0\) \( \pi_1 + \rho_1 = \frac{1}{2} + \frac{1}{2} = 1 \)
2 \( (\pi_1 + \rho_1) \times \frac{1}{2} = (\frac{1}{2}+\frac{1}{2}) \times \frac{1}{2} = \frac{1}{2} \) \( \pi_1 \times \frac{1}{2} = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} \) \( p_2 = \rho_1 \times \frac{1}{2} = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} \) \( \pi_2 + \rho_2 = \frac{1}{2} + \frac{1}{4} = \frac{3}{4} \)
3 \( (\pi_2 + \rho_2) \times \frac{1}{2} = (\frac{1}{2}+\frac{1}{4}) \times \frac{1}{2} = \frac{3}{8} \) \( \pi_2 \times \frac{1}{2} = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} \) \( p_3 = \rho_2 \times \frac{1}{2} = \frac{1}{4} \times \frac{1}{2} = \frac{1}{8} \) \( \pi_3 + \rho_3 = \frac{3}{8} + \frac{1}{4} = \frac{5}{8} \)
4 \( (\pi_3 + \rho_3) \times \frac{1}{2} = (\frac{3}{8}+\frac{1}{4}) \times \frac{1}{2} = \frac{5}{16} \) \( \pi_3 \times \frac{1}{2} = \frac{3}{8} \times \frac{1}{2} = \frac{3}{16} \) \( p_4 = \rho_3 \times \frac{1}{2} = \frac{1}{4} \times \frac{1}{2} = \frac{1}{8} \) \( \pi_4 + \rho_4 = \frac{5}{16} + \frac{3}{16} = \frac{8}{16} = \frac{1}{2} \)
5 \( (\pi_4 + \rho_4) \times \frac{1}{2} = (\frac{5}{16}+\frac{3}{16}) \times \frac{1}{2} = \frac{8}{16} \times \frac{1}{2} = \frac{1}{4} \) \( \pi_4 \times \frac{1}{2} = \frac{5}{16} \times \frac{1}{2} = \frac{5}{32} \) \( p_5 = \rho_4 \times \frac{1}{2} = \frac{3}{16} \times \frac{1}{2} = \frac{3}{32} \) \( \pi_5 + \rho_5 = \frac{1}{4} + \frac{5}{32} = \frac{8+5}{32} = \frac{13}{32} \)

The probability that the process has not stopped (HH has not occurred) by the end of toss 5 is the sum of the probabilities of being in state S0 or S1 after 5 tosses.

\( P(\text{tosses} \ge 6) = \pi_5 + \rho_5 \)

From the table, \(\pi_5 = \frac{1}{4}\) and \(\rho_5 = \frac{5}{32}\).

\( P(\text{tosses} \ge 6) = \frac{1}{4} + \frac{5}{32} = \frac{8}{32} + \frac{5}{32} = \frac{13}{32} \)

Calculating the Final Probability

We want the probability that the number of tosses is less than 6, which is the complement of the probability that it is 6 or more.

\( P(\text{tosses} < 6) = 1 - P(\text{tosses} \ge 6) \)

Substituting the value we calculated:

\( P(\text{tosses} < 6) = 1 - \frac{13}{32} = \frac{32}{32} - \frac{13}{32} = \frac{19}{32} \)

Alternatively, we could sum the probabilities of stopping at tosses 2, 3, 4, and 5:

\( P(\text{tosses} < 6) = p_2 + p_3 + p_4 + p_5 \)

\( P(\text{tosses} < 6) = \frac{1}{4} + \frac{1}{8} + \frac{1}{8} + \frac{3}{32} = \frac{8}{32} + \frac{4}{32} + \frac{4}{32} + \frac{3}{32} = \frac{8+4+4+3}{32} = \frac{19}{32} \)

Conclusion

Both methods yield the same result. The probability that the number of tosses required is less than 6 is 19/32.

Was this answer helpful?

Similar Questions

  1. An edible oil is sold at the rates 150, 200, 250, 300 rupees per litre in four consecutive years. Assuming that an equal amount of money is spent on oil by a family in every year during these years, what is the average price of oil in rupees (approximately) per litre ?
  2. Let \(m = 77^n\). The index \(n\) is given a positive integral value at random. What is the probability that the value of \(m\) will have 1 in the units place ?
  3. What is \(P(A) + P(B) + P(C)\) equal to ?
  4. A, B, C are three mutually exclusive and exhaustive events associated with a random experiment. If \(3P(B) = 4P(A)\) and \(3P(C) = 2P(B)\), then what is \(P(A)\) equal to?
  5. A die has two faces with number 4, three faces with number 5 and one face with number 6. If the die is rolled once, then what is the probability of getting 4 or 5?
  6. A box contains 2 black, 4 yellow and 6 white balls. Three balls are drawn in succession with replacement. What is the probability that all three are of the same colour?
  7. The letters of the word ZOOLOGY are arranged in all possible ways. What is the probability that the consonants and vowels occur alternatively?
  8. A natural number \(x\) is chosen at random from the first 100 natural numbers. What is the probability that \(x^2 + x > 50\)?
  9. Two perfect dice are thrown. What is the probability that the sum of the numbers on the faces is neither 9 nor 10?
  10. What is the probability that the number selected is divisible by 6 ?

Important Questions from Probability

  1. Two dice are thrown simultaneously. What is the probability of getting the same number on both the dice?

  2. The probability of being 53 Sundays in year 2020 is-

  3. Three dice are thrown randomly. The probability of coming 3 in at least one die is

  4. The probability of having 53 Tuesdays in an ordinary year is:

  5. When two dice are tossed simultaneously, the probability that the sum of the numbers appearing on both the dice is 8 will be

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App