Analyzing the Setup
To understand the concept of independence, we consider two fair, six-faced dice, A and B. The total number of outcomes in our sample space is:
We visualize this as a 6×6 grid where the x-axis represents the outcome of die A and the y-axis represents the outcome of die B. Every point on this grid is an equally likely outcome.
Defining the Events
We define three specific events within this sample space:
1.
Event E1: Die
A shows a
4. This corresponds to the vertical column where
x=4. There are
6 such points, so:
P(E1)=366=61
2.
Event E2: Die
B shows a
2. This corresponds to the horizontal row where
y=2. There are
6 such points, so:
P(E2)=366=61
3.
Event E3: The sum of the numbers is odd. For a sum to be odd, we must have one odd number and one even number. Counting the points on our grid, we find
18 such outcomes, so:
P(E3)=3618=21
Testing Pairwise Independence
For any two events X and Y, they are independent if P(X∩Y)=P(X)P(Y). Let us verify this for our pairs.
For E1 and E2, the intersection E1∩E2 is the single point (4,2). The probability is P(E1∩E2)=361, which matches the product P(E1)P(E2)=61×61=361.
For
E1 and
E3, the intersection
E1∩E3 requires die
A=4 and the sum to be odd. Since
4 is even, die
B must be odd (
1,3,5), yielding
3 outcomes:
(4,1),(4,3),(4,5). Thus:
P(E1∩E3)=363=121
This matches the product P(E1)P(E3)=61×21=121. By symmetry, E2 and E3 are also pairwise independent.
The Trap
Mutual Independence
The events E1,E2, and E3 are mutually independent only if P(E1∩E2∩E3)=P(E1)P(E2)P(E3).
Let us calculate the triple intersection. E1 forces die A=4 and E2 forces die B=2. The only outcome in E1∩E2 is (4,2).
However, the sum of (4,2) is 6, which is even. Since E3 requires an odd sum, the intersection E1∩E2∩E3 is the empty set ∅, and its probability is 0.
Comparing this to the product of the individual probabilities:
P(E1)P(E2)P(E3)=61×61×21=721
Since $0
eq \frac{1}{72}$, the events are NOT mutually independent. This proves that pairwise independence does not imply mutual independence, a critical distinction for JEE Advanced mathematics.