Skip to main content
Back to Statistics & Probability
JEE Main 2020
Statistics & Probability
Probability
Medium

Question

A pack of cards has one card missing. Two cards are drawn randomly and are found to be spades. The probability that the missing card is not a spade, is :

Options

Solution

This problem requires a careful application of Bayes' Theorem, which allows us to update the probability of an event based on new evidence. Here, we are initially uncertain about a missing card, and then we gain new information by drawing two spades. We want to use this new information to revise our belief about the missing card's suit.

  1. Key Concepts and Formulas

    • Bayes' Theorem: For two events AA and BB, the conditional probability of AA given BB is: P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A) P(A)}{P(B)}
    • Law of Total Probability: If A1,A2,,AnA_1, A_2, \dots, A_n form a partition of the sample space (i.e., they are mutually exclusive and exhaustive), then the probability of an event BB is: P(B)=i=1nP(BAi)P(Ai)P(B) = \sum_{i=1}^{n} P(B|A_i)P(A_i)
    • Combinations: The number of ways to choose kk items from a set of nn items is given by C(n,k)=(nk)=n!k!(nk)!C(n, k) = \binom{n}{k} = \frac{n!}{k!(n-k)!}. This is used to calculate probabilities of drawing specific cards.
  2. Step-by-Step Solution

    Step 1: Define events and their prior probabilities. A standard deck of 52 cards has 13 spades (S) and 39 non-spades (NS). One card is missing.

    • Let MSM_S be the event that the missing card is a spade.

    • Let MNSM_{NS} be the event that the missing card is not a spade.

    • Let EE be the event that two cards drawn randomly from the remaining 51 cards are found to be spades.

    • Why: We first establish the initial probabilities of the missing card being a spade or not a spade. These are our prior probabilities before any new information (drawing cards) is considered.

    • Calculation: Since any of the 52 cards could be missing with equal probability: P(MS)=Number of spadesTotal cards=1352=14P(M_S) = \frac{\text{Number of spades}}{\text{Total cards}} = \frac{13}{52} = \frac{1}{4} P(MNS)=Number of non-spadesTotal cards=3952=34P(M_{NS}) = \frac{\text{Number of non-spades}}{\text{Total cards}} = \frac{39}{52} = \frac{3}{4}

    Step 2: Calculate the conditional probability of drawing two spades given the missing card is a spade, P(EMS)P(E | M_S).

    • Why: We need to determine the likelihood of observing our evidence (drawing two spades) under the hypothesis that the missing card is a spade.

    • Calculation: If the missing card is a spade (MSM_S), then the remaining deck has 521=5152-1 = 51 cards. The composition of this deck is:

      • Number of spades = 131=1213 - 1 = 12
      • Number of non-spades = 3939 (unchanged) The probability of drawing 2 spades from these 51 cards is: P(EMS)=(122)(512)=12×11251×502=12×1151×50=1322550=22425P(E | M_S) = \frac{\binom{12}{2}}{\binom{51}{2}} = \frac{\frac{12 \times 11}{2}}{\frac{51 \times 50}{2}} = \frac{12 \times 11}{51 \times 50} = \frac{132}{2550} = \frac{22}{425}

    Step 3: Calculate the conditional probability of drawing two spades given the missing card is not a spade, P(EMNS)P(E | M_{NS}).

    • Why: Similarly, we need the likelihood of observing our evidence (drawing two spades) under the alternative hypothesis that the missing card is not a spade.

    • Calculation: If the missing card is not a spade (MNSM_{NS}), then the remaining deck has 521=5152-1 = 51 cards. The composition of this deck is:

      • Number of spades = 1313 (unchanged)
      • Number of non-spades = 391=3839 - 1 = 38 The probability of drawing 2 spades from these 51 cards is: P(EMNS)=(132)(512)=13×12251×502=13×1251×50=1562550=26425P(E | M_{NS}) = \frac{\binom{13}{2}}{\binom{51}{2}} = \frac{\frac{13 \times 12}{2}}{\frac{51 \times 50}{2}} = \frac{13 \times 12}{51 \times 50} = \frac{156}{2550} = \frac{26}{425}

    Step 4: Calculate the total probability of drawing two spades, P(E)P(E), using the Law of Total Probability.

    • Why: Bayes' Theorem requires the marginal probability of the evidence, P(E)P(E), in its denominator. We calculate this by summing the probabilities of observing EE under each possible scenario for the missing card, weighted by their prior probabilities.

    • Calculation: P(E)=P(EMS)P(MS)+P(EMNS)P(MNS)P(E) = P(E | M_S) P(M_S) + P(E | M_{NS}) P(M_{NS}) P(E)=(22425)×(14)+(26425)×(34)P(E) = \left(\frac{22}{425}\right) \times \left(\frac{1}{4}\right) + \left(\frac{26}{425}\right) \times \left(\frac{3}{4}\right) P(E)=221700+781700=1001700=117P(E) = \frac{22}{1700} + \frac{78}{1700} = \frac{100}{1700} = \frac{1}{17}

    Step 5: Apply Bayes' Theorem to find the posterior probability P(MNSE)P(M_{NS} | E).

    • Why: We now use Bayes' Theorem to find the probability that the missing card is not a spade, given that we have observed two spades drawn. This is the question explicitly asked.

    • Calculation: P(MNSE)=P(EMNS)P(MNS)P(E)P(M_{NS} | E) = \frac{P(E | M_{NS}) P(M_{NS})}{P(E)} P(MNSE)=(26425)×(34)117P(M_{NS} | E) = \frac{\left(\frac{26}{425}\right) \times \left(\frac{3}{4}\right)}{\frac{1}{17}} P(MNSE)=781700117=781700×17P(M_{NS} | E) = \frac{\frac{78}{1700}}{\frac{1}{17}} = \frac{78}{1700} \times 17 P(MNSE)=78×171700=78×17100×17=78100=3950P(M_{NS} | E) = \frac{78 \times 17}{1700} = \frac{78 \times 17}{100 \times 17} = \frac{78}{100} = \frac{39}{50}

  3. Common Mistakes & Tips

    • Confusing Conditional Probabilities: A common error is to confuse P(AB)P(A|B) with P(BA)P(B|A). Always clearly define your events and what you are trying to find.
    • Incorrect Deck Composition: When a card is missing, the total number of cards and the count of specific suits change. Ensure these changes are correctly reflected in your combinations calculations.
    • Overlooking Law of Total Probability: Forgetting to calculate P(E)P(E) (the denominator in Bayes' Theorem) by considering all possible prior states (missing card is spade OR not spade) is a frequent mistake.
  4. Summary

    We used Bayes' Theorem to find the probability that the missing card is not a spade, given that two drawn cards were spades. We first established the prior probabilities of the missing card's suit. Then, we calculated the likelihood of drawing two spades under each hypothesis (missing spade vs. missing non-spade). Finally, we combined these using the Law of Total Probability to find the overall probability of drawing two spades and applied Bayes' Theorem to get the posterior probability. The calculated probability is 3950\frac{39}{50}.

  5. Final Answer The final answer is 3950\boxed{\frac{39}{50}} which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions