What Are Mutually Exclusive Events?
The term "mutually exclusive" describes the relationship between events, not the likelihood of any single event. Two events can each be quite probable and still be mutually exclusive, provided they cannot happen together in one trial. The key question is always: can both A and B occur at the same time in the same experiment?
When the answer is no, the events are mutually exclusive and the intersection A ∩ B is the empty set ∅. Since no outcome belongs to both events, the probability of both events occurring together is zero: P(A ∩ B) = 0. This zero-intersection condition is what defines mutually exclusive events mathematically.
- Formal name: Also called disjoint events or non-overlapping events
- Intersection: A ∩ B = ∅, meaning no outcome belongs to both A and B
- Intersection probability: P(A ∩ B) = 0 — they cannot happen together
- Union rule: P(A ∪ B) = P(A) + P(B) — the special addition rule
- Venn diagram: Two circles with no overlap inside the sample space
- Not the same as: Independent events (completely different concept)
- Check: Ask "can A and B both happen at the same time?" If no → mutually exclusive
Set Notation for Mutually Exclusive Events
Probability theory uses set notation to describe events precisely. Here are the key symbols relevant to mutually exclusive events:
For mutually exclusive events, the intersection A ∩ B equals the empty set ∅. This notation means the two events share no outcomes whatsoever. In probability terms, P(A ∩ B) = 0: there is zero probability that both events happen on the same trial. The union A ∪ B covers all outcomes that belong to at least one of the two events, and its probability obeys the simplified addition rule P(A ∪ B) = P(A) + P(B).
Simple Examples of Mutually Exclusive Events
The clearest examples of mutually exclusive events come from single-trial experiments where the possible outcomes are distinct and non-overlapping by definition.
Example: Coin Toss
A fair coin is tossed once. Are "Heads" and "Tails" mutually exclusive?
Sample space: S = {Heads, Tails}. Only one outcome is possible per toss.
Define events: Event A = {Heads}, Event B = {Tails}.
Check intersection: A ∩ B = {} = ∅. A single coin toss cannot produce both Heads and Tails simultaneously.
Conclusion: P(A ∩ B) = 0. Therefore A and B are mutually exclusive.
Addition rule: P(Heads or Tails) = P(Heads) + P(Tails) = 0.5 + 0.5 = 1. This equals 1 because the two outcomes are complementary and together cover the entire sample space.
✅ Yes. Heads and Tails on a single coin toss are mutually exclusive because A ∩ B = ∅.
Example: Single Die Roll
A fair six-sided die is rolled once. Event A = Roll a 2. Event B = Roll a 5. Are A and B mutually exclusive?
Sample space: S = {1, 2, 3, 4, 5, 6}. Each roll produces exactly one outcome.
Events: A = {2}, B = {5}.
Intersection: A ∩ B = ∅. A single roll cannot show both 2 and 5.
Probabilities: P(A) = 1/6, P(B) = 1/6, P(A ∩ B) = 0.
Union: P(A ∪ B) = P(A) + P(B) = 1/6 + 1/6 = 2/6 = 1/3.
✅ Yes. Rolling a 2 and rolling a 5 on a single die roll are mutually exclusive. P(2 or 5) = 1/3 ≈ 0.333.
Example: Drawing a Card
One card is drawn from a standard 52-card deck. Event A = Card is an Ace. Event B = Card is a King. Are A and B mutually exclusive?
Events: A = {Ace of ♠, Ace of ♥, Ace of ♦, Ace of ♣}, B = {King of ♠, King of ♥, King of ♦, King of ♣}. Each set has 4 cards.
Intersection: A ∩ B = ∅. No card is simultaneously an Ace and a King.
Probabilities: P(A) = 4/52 = 1/13, P(B) = 4/52 = 1/13, P(A ∩ B) = 0.
Union: P(Ace or King) = 1/13 + 1/13 = 2/13 ≈ 0.154.
✅ Yes. Drawing an Ace and drawing a King on a single draw are mutually exclusive. P(Ace or King) = 2/13.
The Addition Rule for Mutually Exclusive Events
General rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B). For mutually exclusive events: since P(A ∩ B) = 0, this simplifies to P(A ∪ B) = P(A) + P(B). You may add probabilities directly only when the events cannot overlap.
The general addition rule in probability accounts for the possibility that events overlap. When outcomes belong to both A and B, simply adding P(A) and P(B) would count the overlapping outcomes twice, so the intersection is subtracted once:
P(A ∪ B) = probability of A or B
P(A ∩ B) = probability of both A and B
When events are mutually exclusive, P(A ∩ B) = 0, so the general rule simplifies directly to the special addition rule for mutually exclusive events:
P(A ∩ B) = 0
i.e., when A ∩ B = ∅
Only add probabilities directly when you have confirmed that the events cannot overlap. Using P(A ∪ B) = P(A) + P(B) for non-mutually-exclusive events double-counts the intersection and gives an incorrect result. Always check whether P(A ∩ B) = 0 first.
Three or More Mutually Exclusive Events
The addition rule extends naturally when three or more events are pairwise mutually exclusive. Events A, B, and C are pairwise mutually exclusive when every pair — A and B, A and C, B and C — has an empty intersection.
A ∩ B = ∅
Requires A ∩ C = ∅
Requires B ∩ C = ∅
More generally, for n pairwise mutually exclusive events:
A die is rolled. Event A = Roll a 1. Event B = Roll a 2. Event C = Roll a 3. Find P(A or B or C).
Check pairwise exclusivity: A ∩ B = ∅, A ∩ C = ∅, B ∩ C = ∅. On one roll, only one face shows — all three pairs are mutually exclusive.
Probabilities: P(A) = 1/6, P(B) = 1/6, P(C) = 1/6.
Apply rule: P(A ∪ B ∪ C) = 1/6 + 1/6 + 1/6 = 3/6 = 1/2.
✅ P(rolling 1, 2, or 3) = 1/2 = 0.5. The three events are pairwise mutually exclusive, so probabilities add directly.
Non-Mutually Exclusive Events: When Events Overlap
Not all events are mutually exclusive. When two events can share outcomes — that is, when A ∩ B ≠ ∅ — they are called overlapping or non-mutually exclusive events, and the general addition rule (with the intersection subtracted) must be used.
One card is drawn from a 52-card deck. Event A = Card is a Heart. Event B = Card is a King. Are A and B mutually exclusive? Find P(A or B).
Check intersection: The King of Hearts belongs to both A and B. Therefore A ∩ B = {King of Hearts} ≠ ∅. These events are not mutually exclusive.
Probabilities: P(A) = 13/52 = 1/4, P(B) = 4/52 = 1/13, P(A ∩ B) = 1/52.
Apply the general addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B) = 13/52 + 4/52 − 1/52 = 16/52 = 4/13.
Why subtract? If you added 13/52 + 4/52 = 17/52, you'd count the King of Hearts twice — once as a Heart and once as a King. Subtracting 1/52 corrects for this double-counting.
❌ Not mutually exclusive. P(Heart or King) = 4/13 ≈ 0.308. Always use the full general rule when events can overlap.
Venn Diagrams for Mutually Exclusive Events
Venn diagrams give an immediate visual check of whether events are mutually exclusive. The two circles represent the two events. If the circles do not overlap, the events are mutually exclusive. If they share a region, they are not.
A ∩ B = ∅ — circles do not touch. P(A ∩ B) = 0.
A ∩ B ≠ ∅ — circles overlap. P(A ∩ B) > 0. Use general addition rule.
A ∪ Aᶜ = S. Complementary events are mutually exclusive and cover all outcomes.
Figure: Left — mutually exclusive (disjoint) events with no overlap. Center — overlapping events with non-zero intersection. Right — complementary events covering the entire sample space S.
Mutually Exclusive vs Independent Events
Confusing mutually exclusive with independent. These are different concepts. Mutually exclusive means P(A ∩ B) = 0. Independent means P(A ∩ B) = P(A) × P(B). When both probabilities are positive, no event can be both mutually exclusive and independent at the same time.
Mutually exclusive events cannot happen together. Independent events can happen together, but knowledge of one occurring does not change the probability of the other. These are fundamentally different ideas, and mixing them up is one of the most frequent errors in probability.
| Concept | Can both occur? | Key condition | Main formula | Knowing A occurred changes P(B)? |
|---|---|---|---|---|
| Mutually Exclusive | No | P(A ∩ B) = 0 | P(A ∪ B) = P(A) + P(B) | Yes — if A occurred, P(B) = 0 |
| Independent | Yes, potentially | P(A ∩ B) = P(A)×P(B) | Multiplication rule | No — P(B|A) = P(B) |
| Complementary | No | A ∪ Aᶜ = S, A ∩ Aᶜ = ∅ | P(Aᶜ) = 1 − P(A) | Yes — always mutually exclusive |
| Overlapping | Yes | P(A ∩ B) > 0 | P(A ∪ B) = P(A)+P(B)−P(A∩B) | Depends on the specific events |
Why Mutually Exclusive Events with Positive Probability Are Dependent
Here is a brief proof showing that two mutually exclusive events with positive probability cannot be independent:
Suppose A and B are mutually exclusive: P(A ∩ B) = 0.
Suppose also that A and B are independent: P(A ∩ B) = P(A) × P(B).
Then: P(A) × P(B) = 0.
This means at least one of P(A) or P(B) must equal zero.
Therefore: two events with positive probability cannot be both mutually exclusive and independent. If P(A) > 0 and P(B) > 0, and A and B are mutually exclusive, they are necessarily dependent.
Intuitively this makes sense: if you know Event A has occurred, you immediately know Event B did not occur (since they cannot happen together). That information changes the probability of B, which is the definition of dependence.
Mutually Exclusive vs Complementary Events
Complementary events are a special case of mutually exclusive events. For any event A, its complement Aᶜ (read "A complement") is the set of all outcomes in the sample space that are not in A. By definition:
P(Aᶜ) = 1 − P(A)
P(A) + P(Aᶜ) = 1
All complementary events are mutually exclusive, but not all mutually exclusive events are complementary. The difference is coverage of the sample space:
| Property | Mutually Exclusive | Complementary |
|---|---|---|
| A ∩ B = ∅ | ✅ Always | ✅ Always |
| A ∪ B = S (cover all outcomes) | ❌ Not necessarily | ✅ Always |
| P(A) + P(B) = 1 | ❌ Not necessarily | ✅ Always |
| Example (die roll) | A={1}, B={2} — mutually exclusive, not complementary (P=1/6+1/6=1/3 ≠ 1) | A={1,2,3}, B={4,5,6} — both ME and complementary (P=1/2+1/2=1) |
Conditional Probability and Mutually Exclusive Events
Conditional probability measures the probability of one event given that another has already occurred. For any events A and B where P(B) > 0:
When A and B are mutually exclusive and P(B) > 0, the intersection probability is zero, so:
P(B | A) = 0 when P(A) > 0
This result confirms the dependent nature of mutually exclusive events with positive probability. Knowing Event B has occurred reduces the probability of Event A to zero — a dramatic change from its original probability P(A). This is only possible when the events are dependent.
Conditional probability P(A|B) is only defined when P(B) > 0. If P(B) = 0, the conditional probability is undefined. Always confirm that the conditioning event has positive probability before applying the formula.
More Worked Examples
Example: Spinner
A spinner is divided into 5 equal sections: Red, Blue, Green, Yellow, Purple. Event A = Spinner lands on Red. Event B = Spinner lands on Blue. Find P(Red or Blue).
Check: The spinner can only land on one colour per spin. A ∩ B = ∅. Events are mutually exclusive.
Probabilities: P(Red) = 1/5 = 0.20, P(Blue) = 1/5 = 0.20.
Union: P(Red or Blue) = 0.20 + 0.20 = 0.40.
✅ P(Red or Blue) = 2/5 = 0.40. The events are mutually exclusive — the spinner cannot land on two colours simultaneously.
Real-World Examples of Mutually Exclusive Events
Traffic Light
A traffic light being red, yellow, or green at one moment. These states are mutually exclusive — the light cannot simultaneously show red and green.
Exam Grades
A student receiving an A, B, C, D, or F on a single exam. Receiving an A and receiving a B on the same exam are mutually exclusive events.
Match Outcome
A football match ending in a win, draw, or loss for one team. These three outcomes are mutually exclusive for any single match.
Quality Control
A manufactured part classified as Pass, Fail, or Needs Rework. Each part receives exactly one classification — the categories are mutually exclusive.
Medical Test
A rapid diagnostic test returning Positive or Negative. Each test result falls into exactly one category — the results are mutually exclusive.
Survey Response
A survey question with a single-choice answer. Selecting "Strongly Agree" and "Strongly Disagree" on the same question are mutually exclusive.
Non-Mutually Exclusive Real-World Example
Not all seemingly distinct categories are mutually exclusive. Consider hiring a new employee:
A job applicant pool is screened. Event A = Applicant has a statistics degree. Event B = Applicant has over 5 years of experience. Are A and B mutually exclusive?
Check: Can an applicant have both a statistics degree and over 5 years of experience? Yes — A ∩ B ≠ ∅.
Conclusion: These events are not mutually exclusive. The general addition rule must be used: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
❌ Not mutually exclusive. A person can satisfy both conditions simultaneously. Never assume categories are mutually exclusive without confirming their intersection is empty.
Example: Complementary Events on a Die
A die is rolled. Event A = Roll an even number {2, 4, 6}. Find P(Aᶜ).
Event A: {2, 4, 6}. P(A) = 3/6 = 1/2.
Complement Aᶜ: {1, 3, 5} — all outcomes in S that are not in A.
Complement formula: P(Aᶜ) = 1 − P(A) = 1 − 1/2 = 1/2.
Check: A ∩ Aᶜ = ∅ ✓, A ∪ Aᶜ = {1,2,3,4,5,6} = S ✓. These are complementary (and mutually exclusive).
✅ P(Aᶜ) = P(odd number) = 1/2. A = {even} and Aᶜ = {odd} are complementary and therefore mutually exclusive.
Example: Probability Distribution on a Die
Show that all six outcomes of a fair die roll are mutually exclusive and that their probabilities sum to 1.
Events: A₁={1}, A₂={2}, A₃={3}, A₄={4}, A₅={5}, A₆={6}. Each outcome has probability 1/6.
Pairwise exclusivity: For any i ≠ j, Aᵢ ∩ Aⱼ = ∅. A single roll cannot simultaneously show two different faces.
Sum of probabilities: P(A₁) + P(A₂) + … + P(A₆) = 1/6 × 6 = 1. ✓
✅ The six outcomes are pairwise mutually exclusive and exhaustive. Their probabilities sum to 1, consistent with the axioms of probability. This is the foundation of all discrete probability distributions.
Example: Conditional Probability with Mutually Exclusive Events
A die is rolled. Event A = Roll a 4. Event B = Roll a 6. Given that B has occurred, what is P(A | B)?
Mutually exclusive check: A ∩ B = ∅. P(A ∩ B) = 0.
Apply formula: P(A | B) = P(A ∩ B) / P(B) = 0 / (1/6) = 0.
Interpretation: If we know the die showed 6, the probability it also showed 4 is zero — confirming these events are dependent (knowing one rules out the other).
✅ P(A | B) = 0. When events are mutually exclusive, knowing one occurred makes the other impossible.
Example: Finding a Missing Probability
Events A and B are mutually exclusive. P(A) = 0.35 and P(A ∪ B) = 0.60. Find P(B).
Since mutually exclusive: P(A ∪ B) = P(A) + P(B).
Rearrange: P(B) = P(A ∪ B) − P(A) = 0.60 − 0.35 = 0.25.
Verify: P(A) + P(B) = 0.35 + 0.25 = 0.60 = P(A ∪ B). ✓
✅ P(B) = 0.25. Working backwards from the addition rule is a common exam technique.
Example: Are These Events Mutually Exclusive?
One student is selected at random. Event A = Student studies mathematics. Event B = Student studies physics. Classify these events.
Intersection check: Can a student study both mathematics and physics? Yes — many students take both subjects. A ∩ B ≠ ∅.
Conclusion: These events are not mutually exclusive. To find P(A or B), the full general rule is needed: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
❌ Not mutually exclusive. Always identify whether events can co-occur before selecting the addition rule formula.
Mutually Exclusive Events Calculator
Enter the probabilities P(A), P(B), and P(A ∩ B) below. The calculator determines whether the events are mutually exclusive and computes P(A ∪ B) using the appropriate addition rule. All calculations are performed locally in your browser — no personal information is required.
Mutually Exclusive Events Calculator
P(A)=0.5, P(B)=0.5, P(A∩B)=0 → Coin toss (mutually exclusive). | P(A)=0.25, P(B)=0.077, P(A∩B)=0.019 → Heart or King (not mutually exclusive). | P(A)=0.167, P(B)=0.167, P(A∩B)=0 → Die: rolling a 2 or 5.
How to Determine Whether Events Are Mutually Exclusive
Define the Sample Space
List all possible outcomes of the experiment. For a die: S = {1, 2, 3, 4, 5, 6}. For a coin: S = {Heads, Tails}. A clear sample space prevents ambiguity about what outcomes are possible.
Define Each Event as a Subset of S
Write Event A and Event B as specific sets of outcomes. Event A = {outcomes satisfying condition A}. Event B = {outcomes satisfying condition B}. Be precise — vague definitions lead to incorrect classifications.
Find the Intersection A ∩ B
List the outcomes that appear in both A and B. Ask: "Is there any outcome that satisfies both condition A and condition B in the same trial?" If the intersection is empty — A ∩ B = ∅ — the events are mutually exclusive. If any outcome is shared, they are not.
Apply the Correct Formula
If A ∩ B = ∅: use P(A ∪ B) = P(A) + P(B). If A ∩ B ≠ ∅: use the general rule P(A ∪ B) = P(A) + P(B) − P(A ∩ B). Using the simplified formula when events overlap is a critical error that overstates the union probability.
Probability Formula Reference
| Formula | When to Use | Note |
|---|---|---|
| P(A ∪ B) = P(A) + P(B) − P(A ∩ B) | Always — the general addition rule | Works for all events regardless of overlap |
| P(A ∪ B) = P(A) + P(B) | Mutually exclusive events only | Simplified form when P(A ∩ B) = 0 |
| P(A ∩ B) = 0 | Confirming mutually exclusive | This is the defining condition |
| P(A ∪ B ∪ C) = P(A) + P(B) + P(C) | Three pairwise mutually exclusive events | Requires all three pairs to be ME |
| P(Aᶜ) = 1 − P(A) | Finding a complement | Complementary events are always ME |
| P(A | B) = P(A ∩ B) / P(B) | Conditional probability (P(B) > 0) | = 0 when A and B are mutually exclusive |
| P(A ∩ B) = P(A) × P(B) | Independent events only | Never applies to ME events with P>0 |
| Σ P(Aᵢ) = 1 | Pairwise ME exhaustive events | Foundation of probability distributions |
Common Mistakes with Mutually Exclusive Events
| Mistake | ❌ Incorrect Thinking | ✅ Correct Approach |
|---|---|---|
| ME = Independent | "These events can't happen together, so they must be independent." | Mutually exclusive and independent are different. ME events with P>0 are dependent, not independent. |
| Using wrong formula | Applying P(A∪B) = P(A) + P(B) when events overlap. | First verify A ∩ B = ∅. If events overlap, use the general rule with − P(A ∩ B). |
| Not checking intersection | "They sound different, so they must be mutually exclusive." | Always explicitly find A ∩ B. Two events can sound unrelated but still share outcomes (e.g., Heart and King). |
| ME = Complementary | "These two mutually exclusive events are therefore complements." | Not all ME events are complements. Only if A ∪ B = S do they qualify as complementary. |
| Confusing "and" vs "or" | "P(A and B) = P(A) + P(B) for ME events." | P(A and B) = P(A ∩ B) = 0 for ME events. P(A or B) = P(A ∪ B) = P(A) + P(B). |
| Events from different trials | "Rolling a 6 on the first die and rolling a 3 on the second die are mutually exclusive." | Mutually exclusive applies to events within the same trial. Events from different trials are typically independent, not mutually exclusive. |
| Unlikely ≠ Mutually Exclusive | "Both events are very unlikely, so they're probably mutually exclusive." | Probability of individual events is irrelevant. Only the intersection matters. Low-probability events can overlap. |
Practice Problems
Test your understanding with these 15 problems. Click "Show Solution" to reveal the worked answer.
A card is drawn from a standard 52-card deck. Event A = Card is red. Event B = Card is black. Are A and B mutually exclusive?
A fair die is rolled. Find the probability of rolling a 1 or a 6.
P(1 or 6) = P(1) + P(6) = 1/6 + 1/6 = 2/6 = 1/3 ≈ 0.333.
A card is drawn. Event A = Card is a diamond. Event B = Card is a face card (Jack, Queen, King). Are A and B mutually exclusive? Find P(A or B).
P(A) = 13/52, P(B) = 12/52, P(A ∩ B) = 3/52.
P(A ∪ B) = 13/52 + 12/52 − 3/52 = 22/52 = 11/26 ≈ 0.423.
A bag contains 3 red, 4 blue, and 5 green marbles. One marble is drawn. Find the probability of drawing red or blue or green.
P(Red) = 3/12, P(Blue) = 4/12, P(Green) = 5/12.
P(Red or Blue or Green) = 3/12 + 4/12 + 5/12 = 12/12 = 1. These events are exhaustive and pairwise mutually exclusive.
Events A and B are mutually exclusive. P(A) = 0.45 and P(A ∪ B) = 0.70. Find P(B).
P(B) = P(A ∪ B) − P(A) = 0.70 − 0.45 = 0.25.
P(A) = 0.38. Find P(Aᶜ). Are A and Aᶜ mutually exclusive?
Yes — A and Aᶜ are always mutually exclusive (A ∩ Aᶜ = ∅) and complementary (A ∪ Aᶜ = S, P(A) + P(Aᶜ) = 1).
A person is selected at random. Event A = Person is over 30 years old. Event B = Person is a university graduate. Are A and B mutually exclusive?
Events A and B are mutually exclusive. P(A) = 0.3, P(B) = 0.4. Find P(A | B).
P(A | B) = P(A ∩ B) / P(B) = 0 / 0.4 = 0.
If B has occurred, A is impossible.
True or False: If events A and B are mutually exclusive and both have probability greater than zero, then they are independent.
A spinner has 8 equal sections numbered 1–8. Find P(3 or 7 or 8).
P(3) = 1/8, P(7) = 1/8, P(8) = 1/8.
P(3 or 7 or 8) = 1/8 + 1/8 + 1/8 = 3/8 = 0.375.
A student writes: "P(Heart or Face Card) = 13/52 + 12/52 = 25/52." Identify the error and correct it.
Correction: P(Heart or Face Card) = 13/52 + 12/52 − 3/52 = 22/52 = 11/26 ≈ 0.423.
A traffic light cycles through Red (P = 0.45), Yellow (P = 0.10), and Green (P = 0.45). At a random moment, what is the probability of observing Red or Yellow?
P(Red or Yellow) = 0.45 + 0.10 = 0.55. Also verifiable: P(Red) + P(Yellow) + P(Green) = 0.45 + 0.10 + 0.45 = 1.0 ✓ (pairwise ME and exhaustive).
P(A) = 0.40, P(B) = 0.35, P(A ∪ B) = 0.75. Are A and B mutually exclusive?
Since P(A ∩ B) = 0, yes — A and B are mutually exclusive.
A discrete probability distribution has outcomes X = 0, 1, 2, 3, 4 with probabilities 0.10, 0.20, 0.35, 0.25, 0.10. Are the events {X=2} and {X=4} mutually exclusive? Find P(X=2 or X=4).
P(X=2 or X=4) = P(X=2) + P(X=4) = 0.35 + 0.10 = 0.45.
Events A, B, and C are pairwise mutually exclusive. P(A) = 0.20, P(B) = 0.35, P(C) = 0.15. Find P(at least one of A, B, C occurs).
P(A ∪ B ∪ C) = P(A) + P(B) + P(C) = 0.20 + 0.35 + 0.15 = 0.70.
Note: The probability that none of them occurs is 1 − 0.70 = 0.30 (using the complement rule).
Frequently Asked Questions
What are mutually exclusive events?
Two events are mutually exclusive if they cannot occur simultaneously in the same experiment or trial. Their intersection is empty: A ∩ B = ∅, so P(A ∩ B) = 0. Also called disjoint events. The defining question is: can both A and B happen in the same trial? If no, they are mutually exclusive.
What is the formula for mutually exclusive events?
The key formula is P(A ∪ B) = P(A) + P(B). This is the simplified version of the general addition rule, valid only when P(A ∩ B) = 0. For three pairwise mutually exclusive events: P(A ∪ B ∪ C) = P(A) + P(B) + P(C).
Are disjoint events the same as mutually exclusive events?
Yes. Disjoint events and mutually exclusive events are identical concepts. Both describe events whose intersection is the empty set. The terms are used interchangeably in probability and statistics.
Can mutually exclusive events be independent?
Only if at least one event has probability zero. If both P(A) > 0 and P(B) > 0, mutually exclusive events cannot be independent. The proof: independence requires P(A ∩ B) = P(A) × P(B), but mutual exclusivity requires P(A ∩ B) = 0. For the product P(A) × P(B) to equal zero with both factors positive is impossible. Therefore mutually exclusive events with positive probability are always dependent.
What is the difference between mutually exclusive and independent?
Mutually exclusive: events cannot occur together — P(A ∩ B) = 0. Independent: events can occur together, but one does not affect the probability of the other — P(A ∩ B) = P(A) × P(B). These are completely different properties. Mixing them up is one of the most common errors in probability.
What is the difference between mutually exclusive and complementary?
All complementary events are mutually exclusive, but not all mutually exclusive events are complementary. Complementary events also satisfy A ∪ Aᶜ = S — they cover the entire sample space and their probabilities sum to 1. Two mutually exclusive events that do not together cover all outcomes (e.g., rolling a 1 and rolling a 2 on a die) are mutually exclusive but not complementary.
What does P(A | B) equal when A and B are mutually exclusive?
When A and B are mutually exclusive and P(B) > 0: P(A | B) = P(A ∩ B) / P(B) = 0 / P(B) = 0. Knowing that B has occurred makes A impossible. This is why mutually exclusive events with positive probability are dependent.
Can three events be mutually exclusive?
Yes. Three events A, B, and C are pairwise mutually exclusive when every pair has an empty intersection: A ∩ B = ∅, A ∩ C = ∅, and B ∩ C = ∅. When all three pairs are mutually exclusive, P(A ∪ B ∪ C) = P(A) + P(B) + P(C).
What does pairwise mutually exclusive mean?
A collection of events is pairwise mutually exclusive when every pair of events from the collection has an empty intersection. This is stronger than simply requiring no common outcome across all events simultaneously — it requires that every individual pair of events cannot co-occur.
How do I identify mutually exclusive events in a word problem?
Ask: "Is there any outcome that satisfies both conditions at the same time in the same trial?" Define the sample space, write each event as a subset, and check whether A ∩ B is empty. If you cannot construct a single outcome belonging to both events, the events are mutually exclusive.
Are mutually exclusive events always dependent?
Yes, when both events have positive probability. If P(A) > 0 and P(B) > 0, then P(A | B) = 0 ≠ P(A), showing that the events are dependent. The zero-probability exception: if P(A) = 0, then the events can technically be both mutually exclusive and independent (P(A ∩ B) = 0 = P(A) × P(B) = 0), but this is a degenerate case of little practical interest.
What is the opposite of mutually exclusive events?
Non-mutually exclusive events (also called overlapping events) — events that can occur simultaneously, so A ∩ B ≠ ∅ and P(A ∩ B) > 0. For these events the general addition rule P(A ∪ B) = P(A) + P(B) − P(A ∩ B) must be used.
Why do you subtract the intersection in the addition rule?
The general rule subtracts P(A ∩ B) because outcomes in the intersection belong to both A and B. If you simply add P(A) + P(B), outcomes in the intersection get counted twice — once for A and once for B. Subtracting P(A ∩ B) once corrects this double-counting. When events are mutually exclusive, P(A ∩ B) = 0, so there is nothing to subtract.
Do probabilities of mutually exclusive events always sum to 1?
Not necessarily — only when the events are also exhaustive (covering the entire sample space). For example, rolling a 1 and rolling a 2 are mutually exclusive with P = 1/6 + 1/6 = 1/3 ≠ 1. When a set of pairwise mutually exclusive events covers all possible outcomes (pairwise ME and exhaustive), their probabilities sum to exactly 1. This is the foundation of discrete probability distributions.
Sources and Further Reading
- NIST/SEMATECH — e-Handbook of Statistical Methods: Probability. National Institute of Standards and Technology. itl.nist.gov
- Penn State STAT 414 — Foundations of Probability Theory. Penn State Eberly College of Science. online.stat.psu.edu
- OpenStax Introductory Statistics — Chapter 3: Probability Topics. openstax.org
- Wackerly, Mendenhall & Scheaffer — Mathematical Statistics with Applications, 7th ed. Duxbury Press. Chapters 2–3 cover event definitions, mutually exclusive events, and the addition rule.
- DeGroot & Schervish — Probability and Statistics, 4th ed. Pearson. Chapter 1: Introduction to Probability — rigorous treatment of event algebra, independence, and mutual exclusivity.