Introduction
In probability, events can have different types of relationships with each other. Two of the most important relationships are Mutually Exclusive and Exhaustive events. Understanding these helps to analyze how different outcomes interact within an experiment.
These concepts are widely used when adding probabilities or understanding combined events (like “either A or B happens”) in probability problems.
Pattern: Mutually Exclusive and Exhaustive Events
Pattern
Mutually Exclusive events cannot occur together, while Exhaustive events cover all possible outcomes.
- Mutually Exclusive: P(A ∩ B) = 0
- Exhaustive Events: P(A) + P(B) + ... = 1
Example: When tossing a coin, getting a Head and getting a Tail are mutually exclusive (cannot happen together), and together they are exhaustive because one of them must occur.
Step-by-Step Example
Question
When rolling a die, let event A = “getting an even number” and event B = “getting an odd number.” Are these events mutually exclusive and/or exhaustive?
Solution
-
Step 1: Define outcomes
A = {2, 4, 6} and B = {1, 3, 5}. -
Step 2: Check for intersection
A ∩ B = {} → empty set, so they are mutually exclusive. -
Step 3: Check for exhaustiveness
A ∪ B = {1, 2, 3, 4, 5, 6} → all possible outcomes of a die → exhaustive. -
Final Answer:
mutually exclusive and exhaustive. -
Quick Check:
P(A ∩ B) = 0 and P(A ∪ B) = 1 ✅
Quick Variations
1. Two cards drawn showing “red” and “black” suits → mutually exclusive but exhaustive.
2. Getting an even number vs getting a multiple of 3 on a die → not mutually exclusive (6 is common).
3. Rolling a die and checking for events A = {1,2,3}, B = {4,5,6} → exhaustive and mutually exclusive.
Trick to Always Use
- Step 1: Check intersection - if A ∩ B = ∅, they’re mutually exclusive.
- Step 2: Check union - if A ∪ B covers all outcomes, they’re exhaustive.
- Step 3: For mutually exclusive events, use P(A ∪ B) = P(A) + P(B).
Summary
Summary
In the Mutually Exclusive and Exhaustive Events pattern:
- Mutually exclusive → cannot occur together (P(A ∩ B) = 0).
- Exhaustive → one of the events must occur (sum of probabilities = 1).
- These concepts help simplify “either-or” probability problems.
- Always verify both intersection and union properties to classify events correctly.
