# Mutually Exclusive Events

> AP Statistics · AP Stats
> Source: https://www.owlsprep.com/study/ap-statistics-u11-mutually-exclusive-events/

This module covers the formal definition of mutually exclusive (disjoint) events, their Venn diagram representation, the specialized addition rule, and key distinctions from independent events that appear frequently on AP exams.

**Prerequisites:** [Basic probability set notation](https://www.owlsprep.com/study/ap-statistics-u11-basic-probability-rules/); [Venn diagram fundamentals](https://www.owlsprep.com/study/ap-statistics-u11-venn-diagrams/)

## Learning objectives

- Define mutually exclusive (disjoint) events and identify them in real-world scenarios
- Apply the specialized addition rule for mutually exclusive events to calculate union probabilities
- Distinguish mutually exclusive events from independent events to avoid common AP exam traps
- Interpret Venn diagram representations of disjoint event sets correctly

## Formal Definition of Mutually Exclusive Events

Mutually exclusive events, also called disjoint events, have no shared outcomes. On a single trial of a random experiment, it is impossible for two mutually exclusive events to both happen at the same time. For example, rolling a 2 and rolling a 5 on a single 6-sided die are mutually exclusive, as you cannot get both results with one roll.

**Mutually Exclusive Events** — Two events A and B are mutually exclusive if their intersection is the empty set, meaning there are no outcomes that satisfy both events.

*Notation:* $P(A \cap B) = 0$

*Example:* Drawing a red card and drawing a club from a standard 52-card deck are mutually exclusive, as clubs are all black.

> **info**
>
> The AP Statistics exam uses 'mutually exclusive' and 'disjoint' 100% interchangeably. There is no difference in meaning between the two terms for exam grading purposes.

**Worked example:** Identify which of the following pairs of events are mutually exclusive for a single roll of two standard 6-sided dice: Event A: Sum of dice is 7, Event B: At least one die shows a 3; Event C: Sum of dice is 12, Event D: Both dice show the same value.

1. Check the first pair: Can you get a sum of 7 with at least one 3? Yes, 3 + 4 = 7. So A and B share outcomes and are not mutually exclusive.
2. Check the second pair: Can you get a sum of 12 with both dice showing the same value? Yes, 6 + 6 = 12. This is a shared outcome, so C and D are not mutually exclusive.
3. Final conclusion: Neither pair of events is mutually exclusive.

**Check your understanding**

Test your understanding of the definition:

1. Which of the following event pairs is mutually exclusive?

   - Drawing a spade and drawing a face card from a deck
   - Rolling an even number and rolling a prime number on a 6-sided die
   - Flipping heads on a coin and rolling a 6 on a die
   - Scoring 90% on a test and scoring 70% on the same test

   *Why:* You cannot receive two different scores on the same test, so these events have no shared outcomes.

## Addition Rule for Mutually Exclusive Events

For any two mutually exclusive events, the probability that at least one of the events occurs is equal to the sum of their individual probabilities. This is a simplified version of the general addition rule that removes the intersection term, which is zero for disjoint events.

**Derivation:** Derive the addition rule for two mutually exclusive events

*Starting from:* General addition rule for any two events: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$

1. For mutually exclusive events, there are no shared outcomes, so the intersection probability is zero.
2. $$P(A \cap B) = 0$$
3. Substitute the zero value into the general addition rule to eliminate the subtracted term.

*Conclusion:* For mutually exclusive events: $P(A \cup B) = P(A) + P(B)$. This extends to any number of disjoint events, where the union probability is the sum of all individual event probabilities.

**Worked example:** A standard 52-card deck is shuffled, and one card is drawn at random. What is the probability the card is a heart or a spade?

1. First confirm the events are mutually exclusive: A card cannot be both a heart and a spade, so $P(heart \cap spade) = 0$.
2. Calculate individual probabilities: There are 13 hearts and 13 spades in 52 cards.
3. $$P(heart) = \frac{13}{52} = 0.25, \quad P(spade) = \frac{13}{52} = 0.25$$
4. Apply the disjoint addition rule:
5. $$P(heart \cup spade) = 0.25 + 0.25 = 0.5$$
6. Final result: The probability is 0.5, or 50%.

> **tip**
>
> For a complete partition of a sample space into 3+ mutually exclusive events, the sum of all individual probabilities must equal exactly 1. This is a quick way to check for calculation errors on AP FRQs.

## Venn Diagram Representation of Disjoint Events

Venn diagrams for mutually exclusive events show two or more completely separate circles with no overlapping region. The total area inside all circles represents the union of the events, and there is no shared area corresponding to the intersection.

| Event Type | Venn Diagram Feature | Intersection Value |
| --- | --- | --- |
| Mutually Exclusive Events | No overlapping area between circles | 0 |
| Non-Disjoint Events | Shared overlapping region between circles | Greater than 0 |

**Worked example:** A sample space of 100 students has 30 freshmen, 25 sophomores, 25 juniors, and 20 seniors. Draw a Venn diagram representation for the mutually exclusive class standing events and calculate the probability a randomly selected student is a junior or senior.

1. All four class standing events are mutually exclusive, so draw four separate non-overlapping circles inside the sample space rectangle.
2. Label each circle with its count: 30 for freshmen, 25 for sophomores, 25 for juniors, 20 for seniors.
3. $$P(junior) = \frac{25}{100} = 0.25, \quad P(senior) = \frac{20}{100} = 0.2$$
4. $$P(junior \cup senior) = 0.25 + 0.2 = 0.45$$

## Mutually Exclusive vs Independent Events

This is the most commonly tested trick distinction on the AP Statistics exam. Many students incorrectly assume mutually exclusive events are independent, but the opposite is almost always true.

**Comparing methods**

Compare the core properties of these two frequently confused event types:

- **Mutually Exclusive Events** — Cannot occur at the same time, $P(A \cap B) = 0$. If you know event A occurred, you know event B cannot occur.
  - Pros: Simplifies union probability calculation
  - Cons: Events are always dependent, except if one event has a probability of 0

- **Independent Events** — The occurrence of one event does not change the probability of the other, $P(A|B) = P(A)$. Events can easily share outcomes.
  - Pros: Simplifies joint probability calculation to $P(A) \times P(B)$
  - Cons: Cannot use the simplified disjoint addition rule

**Exam command terms**

Watch for these command terms in AP exam questions:

- **Disjoint events** — You are expected to state $P(A \cap B) = 0$ and use the simplified addition rule *(Given that events A and B are disjoint, calculate $P(A \cup B)$)*

- **Independent events** — You are expected to use the multiplication rule for joint probability *(Given that events A and B are independent, calculate $P(A \cap B)$)*

**Worked example:** Event A has $P(A) = 0.3$, Event B has $P(B) = 0.4$. The events are mutually exclusive. Are they independent?

1. For independence to hold, $P(A \cap B)$ must equal $P(A) \times P(B)$.
2. $$P(A) \times P(B) = 0.3 \times 0.4 = 0.12$$
3. Since the events are mutually exclusive, $P(A \cap B) = 0$.
4. 0 ≠ 0.12, so the events are NOT independent.

## Common pitfalls

- **Wrong:** Assuming mutually exclusive events are automatically independent
  - Why it fails: If A and B are disjoint, $P(A|B) = 0$, which cannot equal $P(A)$ unless $P(A) = 0$, so disjoint events are almost always dependent
  - Correct: Explicitly test $P(A \cap B) = P(A) \times P(B)$ to confirm independence, never assume
- **Wrong:** Applying the disjoint addition rule to non-disjoint events
  - Why it fails: You double count the shared overlapping outcomes, leading to a union probability that is too high
  - Correct: Always verify no outcomes satisfy both events before using $P(A \cup B) = P(A) + P(B)$
- **Wrong:** Calling two events mutually exclusive just because their probabilities sum to 1
  - Why it fails: Summing to 1 describes complementary events, which are a subset of disjoint events, but non-disjoint events can also sum to 1
  - Correct: First confirm no overlapping outcomes exist, then check if their sum equals 1 for complementary events
- **Wrong:** Treating 'mutually exclusive' and 'disjoint' as separate terms with different definitions
  - Why it fails: The AP exam uses both terms interchangeably, and you will lose points if you incorrectly define them as distinct
  - Correct: Recognize both terms refer to events with zero shared outcomes
- **Wrong:** Forgetting the disjoint addition rule extends to more than two events
  - Why it fails: Many students only apply the rule to pairs of events, and fail to sum probabilities for 3+ disjoint events that partition a sample space
  - Correct: Sum all individual event probabilities to get the union probability for any number of mutually exclusive events

## Cheatsheet

| Property | Mutually Exclusive (Disjoint) Events | Non-Disjoint Events |
| --- | --- | --- |
| Intersection Probability | $P(A \cap B) = 0$ | $P(A \cap B) > 0$ |
| Union Probability | $P(A \cup B) = P(A) + P(B)$ | $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ |
| Venn Diagram Structure | No overlapping circles | Circles share a region |
| Independence Possible | Only if at least one event has $P=0$ | Yes, for any positive probability values |

## What's next

Mastering mutually exclusive events is a foundational step to solving more complex AP probability problems, including general addition rule applications, conditional probability calculations, and probability distribution setup. This concept is tested in nearly every AP Stats exam’s multiple choice section, and frequently appears as a low-point-value FRQ part to lead into more complex multi-step probability questions. Next, you will build on this knowledge to learn the general addition rule for any two events, which removes the disjoint requirement and lets you calculate union probabilities for overlapping event sets. You will also explore complementary events, a special subset of mutually exclusive events that sum to a total probability of 1, which is a critical shortcut for many 'at least one' probability problems. Finally, you will practice distinguishing disjoint and independent events, one of the most commonly tested trick questions on the AP Stats exam.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-statistics-u11-mutually-exclusive-events/
