Study Guide

Independent Events and Unions of Events

AP StatisticsΒ· 12 min read

1. Formal Definition of Independent Eventsβ˜…β˜…β˜†β˜†β˜†β± 3 min

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.

πŸ“˜ Definition

Independent Events

P(A∣B)=P(A)orP(B∣A)=P(B)P(A|B) = P(A) or P(B|A) = P(B)

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

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. 1

    Define the two events: A = first flip heads, B = second flip tails

  2. 2
    P(A)=0.5,P(B)=0.5P(A) = 0.5, P(B) = 0.5
  3. 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. 4
    P(B∣A)=0.5=P(B),soeventsareconfirmedindependentP(B|A) = 0.5 = P(B), so events are confirmed independent

2. General Addition Rule for Unions of Two Eventsβ˜…β˜…β˜…β˜†β˜†β± 4 min

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βˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)
πŸ”¬ Derivation
Goal:

Derive the general addition rule

Starting from:

All outcomes in A βˆͺ B belong to A, B, or the overlap A ∩ B

  1. 1

    If you sum P(A) and P(B), the overlapping region A ∩ B is counted twice

  2. 2

    Subtract one copy of the intersection probability to correct for double counting

Result:

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. 1

    Assign variables: A = plays sport, B = in club

  2. 2
    P(A)=0.35,P(B)=0.40,P(A∩B)=0.15P(A) = 0.35, P(B) = 0.40, P(A \cap B) = 0.15
  3. 3
    P(AβˆͺB)=0.35+0.40βˆ’0.15=0.60P(A \cup B) = 0.35 + 0.40 - 0.15 = 0.60
  4. 4

    Final result: 60% probability the student is in at least one of the two groups.

3. Combining Independence and Union Calculationsβ˜…β˜…β˜…β˜…β˜†β± 3 min

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βˆͺB)=P(A)+P(B)βˆ’P(A)Γ—P(B)for independent A,BP(A \cup B) = P(A) + P(B) - P(A) \times P(B) \quad \text{for independent } A,B
βœ“ Quick check

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

    Reveal answer
    0.6 β€”

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

4. Critical Distinction: Independent vs Mutually Exclusive Eventsβ˜…β˜…β˜…β˜†β˜†β± 2 min

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.

πŸ“ 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. 1

    Events A and B are mutually exclusive, so P(A ∩ B) = 0

  2. 2
    P(A)=1/6,P(A∣B)=0P(A) = 1/6, P(A|B) = 0
  3. 3

    Since 0 β‰  1/6, the events are NOT independent.

5. Common Pitfalls

Wrong move:

Treating mutually exclusive events as independent

Why:

Students incorrectly assume disjoint events have no relationship, but they are fully dependent because one event's occurrence eliminates the other.

Correct move:

For events with non-zero probability, explicitly confirm independence via conditional probability checks before using the product rule.

Wrong move:

Forgetting to subtract the intersection when calculating a union

Why:

Double counting overlapping outcomes leads to an overestimated probability greater than the true value.

Correct move:

Always apply the full general addition rule, even if you think events are disjoint, to avoid mistakes.

Wrong move:

Assuming independence without justification

Why:

AP graders deduct points for unproven independence claims, even if your final answer is correct.

Correct move:

Explicitly state the source of independence: random sampling, independent trials, or explicit problem statement.

Wrong move:

Confusing 'at least one' with 'exactly one' in union problems

Why:

You will incorrectly exclude outcomes where both events occur, leading to an undercount.

Correct move:

Use the general addition rule which includes overlapping outcomes automatically for 'at least one' prompts.

Wrong move:

Using the product rule for intersections of non-independent events

Why:

The product P(A)*P(B) only equals the intersection probability if events are independent.

Correct move:

Only use the product rule for intersections after you have verified independence holds.

6. Quick Reference Cheatsheet

Rule Name

Formula

Required Condition

General Addition Rule

No restrictions, works for all events

Independent Event Intersection

A and B are independent

Disjoint Event Union

A and B are mutually exclusive (disjoint)

Independence Check

Verifies no change in probability after conditioning

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ Section

    Independent vs disjoint comparison

  • 2022 Β· Free Response

    Union probability for survey data

  • 2021 Β· Form B FRQ

    Verify independence for two events

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.