Mutually exclusive and exhaustive events
Two important structural properties of events:
- Mutually exclusive: no overlap. Cannot both happen.
- Exhaustive: cover the whole sample space. At least one must happen.
When events are both mutually exclusive and exhaustive, they form a partition of .
Definitions
Mutually exclusive. Events are mutually exclusive iff .
For more than two events: are pairwise mutually exclusive iff for every .
Exhaustive. Events are exhaustive iff .
Partition. Events form a partition of if they are pairwise mutually exclusive and exhaustive.
Examples
On a die:
- , partition of (the finest one).
- , partition.
- , mutually exclusive but not exhaustive (missing ).
- , exhaustive but not mutually exclusive ( is in both).
Why these matter
Probability of a partition. If partition , then
Complement. and always partition (assuming ). So .
These observations are foundational.
Worked examples
Example 1. Roll a die. Let . Show they form a partition.
Pairwise intersections empty. Union is . Yes, partition.
Example 2. Two dice rolled. Let = "sum is " for . Are mutually exclusive? Exhaustive?
Each outcome has a unique sum, so the are mutually exclusive. Every outcome's sum is between and inclusive, so they are exhaustive. They form a partition of (of size ).
Example 3. Three coins tossed. Are "at least one head" and "at least one tail" mutually exclusive?
"At least one head" includes ( outcomes). "At least one tail" includes .
Intersection: . Not empty. So they are not mutually exclusive.
(Are they exhaustive? Union . Yes , together they cover everything.)
Example 4. A bag has red, blue, green, yellow balls. Define "red", "blue", "green or yellow". Partition?
Each ball is exactly one of red, blue, green, yellow. disjoint; disjoint from both. all balls . Yes, partition.
Example 5. Two events are such that , , . Are they mutually exclusive?
Mutually exclusive iff . But . So they are not mutually exclusive.
(Their intersection has probability .)
Try it yourself
- Roll a die. Are and mutually exclusive? Exhaustive?
- Toss two coins. Are "HH" and "at least one tail" mutually exclusive?
- Two dice. Are "doubles" and "sum even" mutually exclusive?
- List a partition of the sample space when a die is rolled.
- From are "multiple of " and "multiple of " mutually exclusive?
- Two events have . Find the minimum and maximum of .
- Two events are exhaustive. Show .
- Two events are such that . Are they mutually exclusive?
- Roll a die. Define events to form a partition of with three pieces.
- From define a partition.
- Three events have . Must they form a partition? (Hint: no , they might not be disjoint.)
- Are "even" and "prime" on a die mutually exclusive?
Pitfalls / Tricks
- "Mutually exclusive" and "exhaustive" are independent properties , a set of events can have either, both, or neither.
- A partition is a set of events that are both mutually exclusive and exhaustive.
- For a partition, the probabilities sum to .
- Insight. Partitions are the natural way to decompose a sample space , they let you compute probability by adding contributions from disjoint cases.