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

A coin is biased so that heads comes up thrice as likely as tails. For three independent tosses of a coin, what is the probability of getting at most two tails?

This question was previously asked in
NDA II 2019 GAT Previous Year Paper (17-Nov-2019)
The correct answer is

0.98

Understanding the Biased Coin Probability Problem

The problem asks for the probability of getting at most two tails in three independent tosses of a biased coin. First, we need to figure out the probabilities of getting a head (H) or a tail (T) with this biased coin.

Calculating Probabilities for a Biased Coin

We are told that heads comes up thrice as likely as tails. Let \(P(H)\) be the probability of getting a head and \(P(T)\) be the probability of getting a tail.

  • Given: \(P(H) = 3 \times P(T)\).
  • We also know that the sum of probabilities for all possible outcomes is 1: \(P(H) + P(T) = 1\).

Substitute the first equation into the second:

\(3 \times P(T) + P(T) = 1\)

\(4 \times P(T) = 1\)

\(P(T) = \frac{1}{4}\)

Now we can find \(P(H)\):

\(P(H) = 3 \times P(T) = 3 \times \frac{1}{4} = \frac{3}{4}\)

So, the probability of getting a tail is \(\frac{1}{4}\) and the probability of getting a head is \(\frac{3}{4}\).

Probability of "At Most Two Tails"

We are looking for the probability of getting "at most two tails" in three independent tosses. This means the number of tails can be 0, 1, or 2. The possible outcomes for three tosses are HHH, HHT, HTH, THH, HTT, THT, TTH, TTT.

Calculating the probability for each of these cases (0, 1, or 2 tails) and summing them up would be a bit lengthy. A simpler approach is to use the complementary event.

Using the Complementary Event

The complementary event to "at most two tails" (meaning 0, 1, or 2 tails) is "exactly three tails". If we find the probability of getting exactly three tails, we can subtract it from 1 to get the probability of getting at most two tails.

Let \(A\) be the event of getting at most two tails. Let \(A^c\) be the complementary event, getting exactly three tails.

\(P(A) = 1 - P(A^c)\)

Calculating Probability of Exactly Three Tails

Getting exactly three tails in three tosses means the outcome is TTT. Since the tosses are independent, the probability of this sequence is the product of the probabilities of each individual toss being a tail.

\(P(\text{TTT}) = P(T) \times P(T) \times P(T)\)

\(P(\text{TTT}) = \frac{1}{4} \times \frac{1}{4} \times \frac{1}{4}\)

\(P(\text{TTT}) = \frac{1 \times 1 \times 1}{4 \times 4 \times 4} = \frac{1}{64}\)

So, the probability of getting exactly three tails is \(\frac{1}{64}\).

Calculating Probability of At Most Two Tails

Now, we can find the probability of getting at most two tails:

\(P(\text{At most two tails}) = 1 - P(\text{Exactly three tails})\)

\(P(\text{At most two tails}) = 1 - \frac{1}{64}\)

To subtract, find a common denominator:

\(1 = \frac{64}{64}\)

\(P(\text{At most two tails}) = \frac{64}{64} - \frac{1}{64} = \frac{64 - 1}{64} = \frac{63}{64}\)

Converting to Decimal

The probability is \(\frac{63}{64}\). To compare this with the options, we convert the fraction to a decimal:

\(\frac{63}{64} \approx 0.984375\)

Rounding to two decimal places, this is approximately 0.98.

OutcomeNumber of TailsProbability
HHH0\((\frac{3}{4})^3 = \frac{27}{64}\)
HHT, HTH, THH1\(3 \times (\frac{3}{4})^2 \times \frac{1}{4} = 3 \times \frac{9}{16} \times \frac{1}{4} = \frac{27}{64}\)
HTT, THT, TTH2\(3 \times \frac{3}{4} \times (\frac{1}{4})^2 = 3 \times \frac{3}{4} \times \frac{1}{16} = \frac{9}{64}\)
TTT3\((\frac{1}{4})^3 = \frac{1}{64}\)

Summing probabilities for 0, 1, 2 tails: \(\frac{27}{64} + \frac{27}{64} + \frac{9}{64} = \frac{27+27+9}{64} = \frac{63}{64}\).

Final Probability Result

The probability of getting at most two tails in three independent tosses of the biased coin is \(\frac{63}{64}\), which is approximately 0.98.

Probability Revision Table

ConceptDescriptionFormula/Example
Probability (P)A number representing the likelihood of an event.\(0 \le P(E) \le 1\)
Biased CoinA coin where \(P(H) \ne P(T)\).Here, \(P(H) = 3P(T)\).
Independent EventsThe outcome of one event does not affect the outcome of another.Coin tosses are typically independent.
Complementary Event (\(A^c\))The event that event A does not occur.\(P(A^c) = 1 - P(A)\)
"At most two tails"Means 0, 1, or 2 tails.The complement is "exactly three tails".

Additional Probability Information

Understanding probability requires identifying outcomes, events, and the sample space. For multiple independent trials, like coin tosses, we often use concepts like the binomial distribution, although for a small number of trials like three, direct calculation or using the complementary event is also straightforward.

  • Sample Space: The set of all possible outcomes. For three tosses, it's {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}. There are \(2^3 = 8\) possible outcomes.
  • Event: A subset of the sample space. "At most two tails" is the subset {HHH, HHT, HTH, THH, HTT, THT, TTH}.
  • Binomial Probability: For \(n\) independent trials, each with two outcomes (success/failure), where \(P(\text{success}) = p\) and \(P(\text{failure}) = 1-p\), the probability of getting exactly \(k\) successes is given by the formula: \(P(X=k) = \binom{n}{k} p^k (1-p)^{n-k}\). In this problem, we could define 'tail' as a success with \(p=1/4\).
    • \(P(\text{0 tails}) = \binom{3}{0} (\frac{1}{4})^0 (\frac{3}{4})^3 = 1 \times 1 \times \frac{27}{64} = \frac{27}{64}\)
    • \(P(\text{1 tail}) = \binom{3}{1} (\frac{1}{4})^1 (\frac{3}{4})^2 = 3 \times \frac{1}{4} \times \frac{9}{16} = \frac{27}{64}\)
    • \(P(\text{2 tails}) = \binom{3}{2} (\frac{1}{4})^2 (\frac{3}{4})^1 = 3 \times \frac{1}{16} \times \frac{3}{4} = \frac{9}{64}\)
    • \(P(\text{3 tails}) = \binom{3}{3} (\frac{1}{4})^3 (\frac{3}{4})^0 = 1 \times \frac{1}{64} \times 1 = \frac{1}{64}\)
  • The sum of probabilities for 0, 1, or 2 tails is \(\frac{27}{64} + \frac{27}{64} + \frac{9}{64} = \frac{63}{64}\), confirming the complementary method result.
Was this answer helpful?

Similar Questions

  1. A coin is biased so that heads comes up thrice as likely as tails. In four independent tosses of the coin, what is probability of getting exactly three heads ?

  2. Suppose that there is a chance for a newly constructed building to collapse, whether the design is faulty or not. The chance that the design is faulty is 10%. The chance that the building collapses is 95% if the design is faulty, otherwise it is 45%. If it is seen that the building has collapsed, then what is the probability that it is due to faulty design?

  3. In a class, there are n students including the students P and Q. What is the probability that P and Q sit together if seats are assigned randomly?

  4. Two dice are thrown simultaneously. What is the probability that the sum of the numbers appearing on them is a prime number?

  5. If the probability of simultaneous occurrence of two events A and B is p and the probability that exactly one of A, B occurs is q, then which of the following is/are correct/

    1) P(A̅) + P(B̅) = 2 – 2p – q

    2) P(A̅ ∩ B̅) = 1 – p – q

    Select the correct answer using the code given below:

  6. Consider the following in respect of two events A and B:

    1) P(A occurs but not B) = P(A) – P(B) if B ⊂ A

    2) P(A alone or B alone occurs) = P(A) + P(B) – P(A ∩ B)

    3) P(A ∪ B) = P(A) + P(B) if A and B are mutually exclusive

    Which of the above is/are correct?

  7. If A and B are two events such that 2P(A) = 3P(B), where 0 < P(A) < P(B) < 1, then which one of the following is correct?

  8. A box has ten chits numbered 0, 1, 2, 3, ……., 9. First, one chit is drawn at random and kept aside. From the remaining, a second chit is drawn at random. What is the probability that the second chit drawn is “9”?

  9. A bag contains 20 books out of which 5 are defective. If 3 of the books are selected at random and removed from the bag in succession without replacement, then what is the probability that all three books are defective?

  10. A machine has three parts, A, B and C, whose chances of being defective are 0.02, 0.10 and 0.05 respectively. The machine stops working if any one of the parts becomes defective. What is the probability that the machine will not stop working?


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?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
855 Attempts
4.6(131)
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