The Mystery of the Missing Card
A Bayesian Journey
Imagine you are standing at a table with a standard deck of 52 cards. Suddenly, one card vanishes. You don't know what it is, but you know the deck is now incomplete.
From this mysterious, reduced deck of 51 cards, you draw two cards at random. To your surprise, both are spades.
The question that now haunts you is: what is the probability that the missing card was not a spade? This is a classic problem of inverse probability and a perfect gateway into the elegant world of Bayes' Theorem.
Phase 1
Defining the Hypotheses
In any probability problem, the first step is to define your universe. We have two mutually exclusive hypotheses regarding the missing card:
E1: The missing card is a spade.
E2: The missing card is not a spade.
A full deck has 13 spades and 39 non-spades. Thus, the prior probabilities are:
These represent our starting beliefs before observing the drawn cards.
Phase 2
The Evidence
Now, we introduce the evidence: the event A, which is drawing two spades from the remaining 51 cards. We must calculate the conditional probability of A occurring under each hypothesis.
If E1 is true (a spade is missing), there are only 12 spades left in the 51-card deck. The probability of drawing two spades is:
P(A∣E1)=51C212C2=127566
Conversely, if E2 is true (a non-spade is missing), all 13 spades remain. The probability of drawing two spades is:
P(A∣E2)=51C213C2=127578
Phase 3
The Bayesian Engine
We now invoke Bayes' Theorem to find P(E2∣A), the probability that the missing card was not a spade given that we drew two spades:
P(E2∣A)=P(E1)P(A∣E1)+P(E2)P(A∣E2)P(E2)P(A∣E2)
Substituting our values, we get:
P(E2∣A)=41×127566+43×12757843×127578
Notice the beauty of the algebra here: the term 4×12751 is common to all parts of the fraction and cancels out entirely. This leaves us with:
P(E2∣A)=66+3×783×78=66+234234=300234
Simplifying this by dividing both the numerator and denominator by 6, we arrive at our final answer:
Conclusion
Probability is often counter-intuitive, but Bayes' Theorem provides a rigorous path through the fog. By starting with our prior beliefs and updating them with the evidence of the two spades, we have successfully solved the mystery of the missing card.
Remember, in JEE, the math is just the language; the real skill is in visualizing the scenario and choosing the right theorem to unlock the solution.