The Mystery of the Black Balls
Imagine you are standing in a room with a mysterious, opaque bag. You know it contains exactly six balls, but you have absolutely no idea how many are black and how many are white.
You reach in, pull out two balls, and to your surprise, both are black. This is the moment of truth where probability stops being just a set of abstract rules and starts being a detective story. We are going to use Bayes' Theorem to reverse-engineer the contents of that bag.
Defining the Hypotheses
Since we have already pulled out two black balls, we know for a fact that the bag must have contained at least two black balls. It could not have had zero or one.
Our possible hypotheses, which we will call Bi, represent the event that the bag contains exactly i black balls, where i∈{2,3,4,5,6}. These are our five mutually exclusive scenarios.
We are essentially asking: "Given that I saw this result, which of these five worlds is the most likely to be the one I am standing in?"
The Prior Probability
Before we drew the balls, we had no information. This is where the Principle of Indifference comes in.
We assume each of these five scenarios is equally likely. Thus, the prior probability P(Bi) for each i is 51. It is a clean, unbiased starting point for our investigation.
The Likelihood
Now, we consider the evidence E: the act of drawing two black balls. If the bag has i black balls, the probability of drawing two black balls is given by the hypergeometric distribution:
Since (26)=15, the likelihoods are 15(2i). This formula is the heart of our calculation and quantifies how "surprising" our evidence is under each hypothesis.
If i=6, the probability is 1 (certainty). If i=2, the probability is only 151.
Bayes' Theorem
We want to find the probability that the bag contains at least five black balls, given the evidence. This is P(B5∪B6∣E).
By Bayes' Theorem, this is:
P(B5∪B6∣E)=∑i=26P(E∣Bi)P(Bi)P(E∣B5)P(B5)+P(E∣B6)P(B6)
Since all P(Bi) are equal to 51, they cancel out beautifully. This leaves us with the ratio of the sum of the favorable likelihoods to the sum of all likelihoods.
The Calculation
Let's calculate the individual likelihoods:
P(E∣B2)=151,P(E∣B3)=153,P(E∣B4)=156,P(E∣B5)=1510,P(E∣B6)=1515
The sum of the numerator (the favorable cases) is:
The sum of the denominator (all possible cases) is:
The final ratio is:
Conclusion
And there you have it! The probability is 75.
It is a beautiful result that shows how we can update our beliefs with new evidence. We started with five equally likely possibilities, but the evidence of two black balls shifted the weight heavily toward the scenarios where the bag is packed with black balls.
This is the power of Bayesian thinking—it turns uncertainty into a precise, calculated insight.