Question
Two dice are thrown. Let A = “sum is 7” and B = “first die shows 3”. Are events A and B (a) mutually exclusive? (b) independent? Explain with calculations.
(CBSE Class 10/11/12 pattern)
Solution — Step by Step
Total outcomes when two dice are thrown: .
Event A (sum is 7): →
Event B (first die shows 3): →
flowchart TD
A["Event Classification"] --> B{"A ∩ B = ∅ ?"}
B -->|"Yes"| C["Mutually Exclusive\nP(A ∩ B) = 0\nCannot happen together"]
B -->|"No"| D["Not Mutually Exclusive\nP(A ∩ B) > 0\nCan happen together"]
A --> E{"P(A ∩ B) = P(A)×P(B)?"}
E -->|"Yes"| F["Independent\nOne event doesn't\naffect the other"]
E -->|"No"| G["Dependent\nKnowing one changes\nprobability of other"]
= outcomes where sum is 7 AND first die is 3 = .
Since , events A and B are not mutually exclusive. They can occur simultaneously.
Since , events A and B are independent.
Knowing that the first die shows 3 does not change the probability of the sum being 7. Why? Because regardless of the first die value, exactly one out of six second-die values gives sum = 7.
Why This Works
Mutually exclusive and independent are two completely different concepts. Mutually exclusive means the events cannot both happen — they share no outcomes. Independent means the occurrence of one does not affect the probability of the other.
A crucial insight: mutually exclusive events are never independent (unless one has probability zero). If , then knowing A occurred tells you B definitely did not — that is maximum dependence, not independence.
Alternative Method — Venn Diagram Check
Draw two circles in the sample space. If the circles do not overlap → mutually exclusive. If the area of overlap equals the product of the two areas (relative to total) → independent. Both conditions are rarely satisfied simultaneously.
For CBSE Class 12, the addition theorem connects these: . For mutually exclusive events, this simplifies to . For independent events, . These two formulas cover most board exam problems.
Common Mistake
The most dangerous confusion: treating “mutually exclusive” and “independent” as the same thing. Students write for independent events, or for mutually exclusive events. These are opposite conditions. If events are mutually exclusive with non-zero probabilities, , so they are dependent. Always check the definitions separately.