# Independent Events and Unions of Events

> AP Statistics · AP 2024-2026 Statistics Syllabus
> Source: https://www.owlsprep.com/study/ap-statistics-u11-independent-events-and-unions-of/

We cover formal definitions of independent events, the general addition rule for unions, common misconfusions with disjoint events, and step-by-step AP-style problem solving.

**Prerequisites:** [Basic probability notation and conditional probability definitions](https://www.owlsprep.com/study/ap-statistics-u11-conditional-probability-intro/); [Mutually exclusive (disjoint) event core properties](https://www.owlsprep.com/study/ap-statistics-u11-disjoint-events-basics/)

## Learning objectives

- Distinguish independent events from mutually exclusive events correctly
- Apply the general addition rule to calculate union probabilities for any two events
- Verify independence using formal conditional probability definitions
- Solve AP exam-style problems that combine independence and union calculations

## Formal Definition of Independent Events

Two events are classified as independent if the occurrence of one event does not change the probability that the other event occurs. This is a core distinction from disjoint events, where the occurrence of one event guarantees the other cannot happen.

**Independent Events** — Events A and B are independent if the conditional probability of A given B equals the unconditional marginal probability of A, and vice versa.

*Notation:* P(A|B) = P(A) or P(B|A) = P(B)

*Example:* Rolling a 2 on a 6-sided die and drawing a king from a standard deck are independent events.

**Worked example:** A fair 2-sided coin is flipped twice. Show that the event 'first flip is heads' and 'second flip is tails' are independent.

1. Define the two events: A = first flip heads, B = second flip tails
2. $$P(A) = 0.5, P(B) = 0.5$$
3. Calculate P(B|A): the probability the second flip is tails given the first flip was heads. Since flips do not affect each other, this is still 0.5.
4. $$P(B|A) = 0.5 = P(B), so events are confirmed independent$$

> **tip**
>
> Never assume independence unless explicitly stated, or you can justify it with random sampling from a large population.

## General Addition Rule for Unions of Two Events

The union of two events A and B describes the scenario where A occurs, B occurs, or both occur. The general addition rule accounts for overlapping outcomes that would otherwise be double-counted if you simply added P(A) and P(B).

$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$

**Derivation:** Derive the general addition rule

*Starting from:* All outcomes in A ∪ B belong to A, B, or the overlap A ∩ B

1. If you sum P(A) and P(B), the overlapping region A ∩ B is counted twice
2. Subtract one copy of the intersection probability to correct for double counting

*Conclusion:* This formula works for all pairs of events, no restrictions required.

**Worked example:** In a high school, 35% of students play a sport, 40% are in a club, and 15% do both. Calculate the probability a randomly selected student plays a sport or is in a club.

1. Assign variables: A = plays sport, B = in club
2. $$P(A) = 0.35, P(B) = 0.40, P(A \cap B) = 0.15$$
3. $$P(A \cup B) = 0.35 + 0.40 - 0.15 = 0.60$$
4. Final result: 60% probability the student is in at least one of the two groups.

## Combining Independence and Union Calculations

When two events are confirmed to be independent, you can replace the intersection term in the general addition rule with the product of the two marginal probabilities, simplifying your calculation.

$$P(A \cup B) = P(A) + P(B) - P(A) \times P(B) \quad \text{for independent } A,B$$

**Exam command terms**

AP exam questions use specific command terms for these problems:

- **Show that events are independent** — You must explicitly calculate and compare P(A|B) to P(A), not just state it

- **Calculate the probability at least one event occurs** — This is a direct prompt to compute the union of the events

**Check your understanding**

Test your understanding before moving on:

1. If A and B are independent, P(A)=0.2, P(B)=0.5, what is P(A ∪ B)?

   - 0.7
   - 0.6
   - 0.1
   - 0.5

   *Why:* 0.2 + 0.5 - (0.2*0.5) = 0.6, you subtract the overlapping intersection term.

## Critical Distinction: Independent vs Mutually Exclusive Events

A very common AP exam trap is confusing independent events with mutually exclusive events. For non-zero probability events, these two properties cannot both be true at the same time.

> **warning**
>
> If two events are mutually exclusive, their intersection probability is 0, so P(A|B) = 0 which cannot equal P(A) if P(A) > 0. They are always dependent.

**Worked example:** A standard 6-sided die is rolled once. Event A = roll a 2, Event B = roll a 5. Are these events independent?

1. Events A and B are mutually exclusive, so P(A ∩ B) = 0
2. $$P(A) = 1/6, P(A|B) = 0$$
3. Since 0 ≠ 1/6, the events are NOT independent.

## Common pitfalls

- **Wrong:** Treating mutually exclusive events as independent
  - Why it fails: Students incorrectly assume disjoint events have no relationship, but they are fully dependent because one event's occurrence eliminates the other.
  - Correct: For events with non-zero probability, explicitly confirm independence via conditional probability checks before using the product rule.
- **Wrong:** Forgetting to subtract the intersection when calculating a union
  - Why it fails: Double counting overlapping outcomes leads to an overestimated probability greater than the true value.
  - Correct: Always apply the full general addition rule, even if you think events are disjoint, to avoid mistakes.
- **Wrong:** Assuming independence without justification
  - Why it fails: AP graders deduct points for unproven independence claims, even if your final answer is correct.
  - Correct: Explicitly state the source of independence: random sampling, independent trials, or explicit problem statement.
- **Wrong:** Confusing 'at least one' with 'exactly one' in union problems
  - Why it fails: You will incorrectly exclude outcomes where both events occur, leading to an undercount.
  - Correct: Use the general addition rule which includes overlapping outcomes automatically for 'at least one' prompts.
- **Wrong:** Using the product rule for intersections of non-independent events
  - Why it fails: The product P(A)*P(B) only equals the intersection probability if events are independent.
  - Correct: Only use the product rule for intersections after you have verified independence holds.

## Cheatsheet

| Rule Name | Formula | Required Condition |
| --- | --- | --- |
| General Addition Rule | $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ | No restrictions, works for all events |
| Independent Event Intersection | $P(A \cap B) = P(A) \times P(B)$ | A and B are independent |
| Disjoint Event Union | $P(A \cup B) = P(A) + P(B)$ | A and B are mutually exclusive (disjoint) |
| Independence Check | $P(A\|B) = P(A)$ | Verifies no change in probability after conditioning |

## What's next

Mastering independent events and union calculations is a foundational skill for almost all remaining AP Statistics probability topics, including binomial probability, significance testing, and confidence interval logic. You will see these rules referenced in every unit that uses probabilistic reasoning, so ensure you can distinguish disjoint and independent properties quickly to avoid losing easy points on the AP exam's free response section. Next, you will extend these rules to unions of three or more events, and learn the complementary shortcut for calculating 'at least one' probabilities that saves significant time during timed exams.

---

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-independent-events-and-unions-of/
