The Illusion of Independence
A Probability Masterclass
Welcome, future engineers! Today, we are diving into one of the most subtle and beautiful topics in probability theory: the distinction between pairwise and mutual independence.
Many students walk into the exam hall thinking that if events are independent in pairs, they must be independent as a group. Today, we are going to shatter that misconception using a simple lot of bulbs.
Analyzing the Setup
Imagine you are standing in front of a bin containing 100 bulbs. 50 are defective, and 50 are perfectly fine. We are drawing two bulbs, one after the other, with replacement.
Because we replace the bulb, the universe resets after the first draw. The probability of drawing a defective bulb (D) is:
The probability of a non-defective bulb (ND) is also P(ND)=21.
To visualize this, let us construct a sample space grid. Since each draw has two outcomes, we have 2×2=4 total outcomes: (D,D),(D,ND),(ND,D), and (ND,ND).
Because the draws are independent, each outcome has a probability of:
This grid is our map. If you can see the grid, you can solve the problem.
Defining the Events
Let us define our players. Event A is 'the first bulb is defective'. Looking at our grid, this corresponds to the first row: (D,D) and (D,ND).
Summing their probabilities:
Event B is 'the second bulb is non-defective'. This corresponds to the second column: (D,ND) and (ND,ND).
Again, we find:
Finally, Event C is 'the two bulbs are both defective or both non-defective'. This is the diagonal of our grid: (D,D) and (ND,ND).
Summing these, we get:
The Pairwise Test
Now, let us test for pairwise independence. We check if P(X∩Y)=P(X)P(Y) for every pair.
For A and B: The intersection A∩B is the outcome (D,ND). Its probability is 41.
Since P(A)P(B)=21×21=41, they are independent.
For B and C: The intersection B∩C is the outcome (ND,ND). Its probability is 41.
Since P(B)P(C)=41, they are independent.
For C and A: The intersection C∩A is the outcome (D,D). Its probability is 41.
Since P(C)P(A)=41, they are independent.
We have proven that A,B, and C are pairwise independent. It feels like we are done, right? Not so fast.
The Mutual Independence Trap
This is where the JEE examiners love to catch you. For mutual independence, we need the following condition to hold:
Let us look at the intersection of all three: A∩B∩C. We need the first to be D, the second to be ND, AND both to be the same.
But if the first is D and the second is ND, they are clearly different! It is a logical contradiction. The intersection is the empty set, so:
However, the product of the individual probabilities is:
P(A)P(B)P(C)=21×21×21=81
Since $0
eq \frac{1}{8}$, the events are NOT mutually independent.
We have just witnessed a beautiful mathematical truth: pairwise independence is a local property that does not guarantee global independence. Keep this in your toolkit, and you will never fall for this trap again!