MATH 2 • STATISTICS & PROBABILITY

Compound Event Probabilities — I can compute probabilities for compound events using counting results and interpret in context.

Learn to combine counting techniques with probability rules to analyze real-world situations involving multiple events.

Historical Context & Motivation

Humans have always been drawn to games of chance, but for most of history, predicting the outcomes of dice rolls, card draws, or coin flips was pure guesswork. The formal study of probability only began when mathematicians started counting outcomes systematically. The idea that you could quantify uncertainty was revolutionary — and it emerged from surprisingly practical questions about gambling, insurance, and fair division of stakes.

1654
The Pascal–Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters about the problem of points — how to fairly split a pot when a gambling game is interrupted. Their work laid the foundation for counting favorable outcomes.
1713
Bernoulli's Ars Conjectandi
Jacob Bernoulli published his masterwork on combinatorics and probability, formalizing the counting principles that power compound event calculations today.
1812
Laplace's Classical Definition
Pierre-Simon Laplace defined probability as the ratio of favorable outcomes to total outcomes, provided all outcomes are equally likely. This classical definition remains the starting point for computing compound event probabilities.
1933
Kolmogorov's Axioms
Andrey Kolmogorov placed probability on a rigorous mathematical foundation with three axioms, giving us the formal rules for combining probabilities of unions, intersections, and complements.

Today the central question remains the same one Pascal and Fermat explored: when an experiment involves more than one event happening together, how do we count and combine outcomes to find the probability? That is the heart of compound event probabilities, and it connects counting techniques you already know — like the multiplication principle — directly to real-world decision-making.

Core Principles & Definitions

Before diving into calculations, you need a clear vocabulary for compound events. A simple event is a single outcome — like rolling a 4 on one die. A compound event combines two or more simple events — like rolling a 4 on the first die and an even number on the second die. The way we connect these events — with "and" or "or" — determines which probability rule we use.

1

Sample Space

The set of all possible outcomes of an experiment. For two dice, the sample space has 6 × 6 = 36 equally likely outcomes.
2

Union ("or")

The event that at least one of two events occurs. Written A ∪ B. Use the Addition Rule to compute P(A ∪ B).
3

Intersection ("and")

The event that both events occur simultaneously. Written A ∩ B. Use the Multiplication Rule to compute P(A ∩ B).
4

Independent Events

Two events are independent if the occurrence of one does not change the probability of the other. Example: two separate coin flips.
5

Mutually Exclusive Events

Events that cannot happen at the same time. Their intersection is empty: P(A ∩ B) = 0. Example: rolling a 2 and a 5 on a single die.
KEY TAKEAWAY
Think of compound events like choosing a meal at a restaurant. If the menu says "pick a main AND a side," you multiply the options (intersection). If it says "pick soup OR salad," you add the options (union) — but you subtract any overlap if an item appears on both lists. The words "and" and "or" are your cues for which rule to apply.

Visual Explanation — Venn Diagram of Compound Events

This Venn diagram shows two events on a pair of dice: Event A (sum equals 7) and Event B (first die is even). The overlap region, shown in pink, represents outcomes satisfying both conditions. Notice how the Addition Rule subtracts this overlap to avoid double-counting.

The diagram above captures the most important idea in compound event probabilities: when two events share outcomes, you must account for the overlap. If you simply added the 6 outcomes in Event A to the 18 outcomes in Event B, you would count the 2 shared outcomes — (4, 3) and (6, 1) — twice. The Addition Rule corrects for this by subtracting P(A ∩ B). When events are mutually exclusive, the overlap is zero and the formula simplifies to just P(A) + P(B).

Mathematical Framework

The formulas for compound events all build on one foundation: probability equals the number of favorable outcomes divided by the total number of equally likely outcomes. Counting techniques — the multiplication principle, permutations, and combinations — help you determine those counts efficiently. Below are the key equations you will use.

CLASSICAL PROBABILITY
P(E) = (number of favorable outcomes) / (total outcomes in sample space)
E is any event. This applies when all outcomes are equally likely.
ADDITION RULE ("OR")
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Use this when you want the probability of A or B (or both). If A and B are mutually exclusive, P(A ∩ B) = 0 and the formula simplifies to P(A) + P(B).
MULTIPLICATION RULE ("AND" — INDEPENDENT)
P(A ∩ B) = P(A) × P(B)
Use this when A and B are independent — the outcome of one does not affect the other. Example: flipping a coin and rolling a die.
MULTIPLICATION RULE ("AND" — DEPENDENT)
P(A ∩ B) = P(A) × P(B | A)
P(B | A) is read "the probability of B given A." Use this when the first event changes the conditions for the second — for example, drawing cards without replacement.
COMPLEMENT RULE
P(A') = 1 − P(A)
A' (read "A complement") is the event that A does not occur. Sometimes computing the complement is easier than computing the event directly.
💡 When to Use Which Rule
Read the problem carefully. The word "or" signals the Addition Rule (union). The word "and" signals the Multiplication Rule (intersection). The phrase "at least one" often calls for the Complement Rule: compute the probability of none, then subtract from 1.

Classifying Compound Events — A Decision Flowchart

One of the biggest challenges students face is deciding which formula applies to a given problem. The flowchart below walks you through the decision process. Start at the top and follow the branches based on the structure of the problem.

Follow the diamond-shaped decision nodes from top to bottom. The key question is whether the problem uses "or" (union → Addition Rule) or "and" (intersection → Multiplication Rule). Then determine if events are mutually exclusive or independent to pick the correct version of that rule.
Quick-reference table for choosing the right compound probability formula
Scenario TypeKey WordsFormulaExample
Union — mutually exclusive"or", cannot overlapP(A) + P(B)Rolling a 2 or a 5 on one die
Union — not mutually exclusive"or", can overlapP(A) + P(B) − P(A∩B)Drawing a king or a heart from a deck
Intersection — independent"and", separate trialsP(A) × P(B)Flipping heads and rolling a 6
Intersection — dependent"and", without replacementP(A) × P(B|A)Drawing two aces without replacement
Complement"at least one", "not"1 − P(none)At least one head in 3 flips

Worked Example — Card Probabilities

A standard deck has 52 cards: 4 suits (hearts, diamonds, clubs, spades) with 13 ranks each. Suppose you draw one card at random. What is the probability that the card is a queen or a heart?

Finding P(Queen or Heart)
1
Step 1 — Identify the EventsLet A = drawing a queen and B = drawing a heart. These events are not mutually exclusive because the queen of hearts belongs to both events.
2
Step 2 — Choose the Correct FormulaThe word "or" tells us to use the Addition Rule. Since the events overlap, we need the full version: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
3
Step 3 — Count Favorable OutcomesThere are 4 queens in the deck, so P(A) = 4/52. There are 13 hearts, so P(B) = 13/52. Exactly 1 card is both a queen and a heart (the queen of hearts), so P(A ∩ B) = 1/52.
4
Step 4 — Substitute and CalculateP(A ∪ B) = 4/52 + 13/52 − 1/52 = 16/52 = 4/13.
P(queen or heart) = 4/13 ≈ 0.308, or about 30.8%.
5
Step 5 — Interpret in ContextIf you draw a single card, there is roughly a 31% chance it will be either a queen or a heart (or both). This makes intuitive sense: hearts alone account for a quarter of the deck, and the extra three non-heart queens add a bit more.
⚠️ Common Mistake
Forgetting to subtract the overlap leads to an answer of 17/52 instead of 16/52. Always ask yourself: "Can an outcome belong to both events?" If yes, you must subtract P(A ∩ B).

Strengths, Limitations & Common Pitfalls

Strengths vs. common pitfalls when computing compound event probabilities
StrengthLimitation / Pitfall
Works for any finite sample space with equally likely outcomes.Breaks down when outcomes are not equally likely (e.g., weighted dice).
Counting techniques scale to very large sample spaces.Miscounting — especially overlooking duplicate outcomes — is the most common source of error.
The Addition and Multiplication Rules handle both independent and dependent events.Students often assume independence when events are actually dependent (e.g., drawing without replacement).
The Complement Rule simplifies 'at least one' problems enormously.Forgetting that 'at least one' means 1 − P(none) leads to lengthy, error-prone direct counting.
KEY TAKEAWAY
Think of the Multiplication Rule for independent events like traffic lights on a road trip. The chance that both lights are green is the product of each light being green individually — because one light doesn't know what the other is doing. But if a second light is programmed to turn green only after the first turns red, the events are dependent, and you must factor in that dependency using P(B | A).

Connection to Advanced Probability

The counting-based approach you've learned here is powerful, but it is just the first step into a much larger world. In more advanced courses you will encounter situations where outcomes are not equally likely, sample spaces are infinite, or you need to update probabilities as new information arrives. The table below shows how the concepts in this lesson connect to what comes next.

How this lesson's concepts lead into advanced probability and statistics
This Lesson (Math 2)Advanced Extension
Classical probability with equally likely outcomesProbability distributions where outcomes have different weights (e.g., binomial, normal)
P(A ∩ B) = P(A) × P(B|A) for two eventsBayes' Theorem — reversing conditional probabilities to update beliefs with new evidence
Counting outcomes with multiplication principleAdvanced combinatorics — generating functions, inclusion-exclusion for 3+ events
"At least one" via complement ruleExpected value — computing averages over many compound events using probability

The reasoning skills you are building now — identifying events, classifying them as independent or dependent, and choosing the right formula — are the exact skills that power more advanced topics. Whether you go on to study Bayesian reasoning in AP Statistics, expected value in finance, or random variables in college-level probability, the foundation starts right here with compound events.

Practice Problems

PROBLEM 1CONCEPTUAL
Events A and B are mutually exclusive. Explain why P(A ∩ B) = 0, and describe what this means for the Addition Rule.
PROBLEM 2BASIC CALCULATION
A bag contains 5 red marbles, 3 blue marbles, and 2 green marbles. You draw one marble at random. What is the probability that it is red or green?
PROBLEM 3INTERMEDIATE
You roll a fair six-sided die twice. What is the probability that you get an even number on the first roll AND a number greater than 4 on the second roll?
PROBLEM 4APPLIED
A basketball player makes 80% of her free throws. In a game, she shoots 3 free throws (assume independence). What is the probability that she makes at least one?
PROBLEM 5CRITICAL THINKING
A jar contains 6 red and 4 blue chips. You draw two chips without replacement. Are the events "first chip is red" and "second chip is red" independent? Compute P(both red) and explain your reasoning.

Lesson Summary

Compound event probabilities involve finding the likelihood of combinations of two or more events. When events are connected by "or," you use the Addition Rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B). If the events are mutually exclusive, the overlap term is zero and you simply add. When events are connected by "and," you use the Multiplication Rule: P(A ∩ B) = P(A) × P(B) for independent events, or P(A) × P(B | A) for dependent events.

For "at least one" problems, the Complement Rule — P(at least 1) = 1 − P(none) — is your most efficient tool. Always start by defining your events, determining whether they overlap or influence each other, and then selecting the appropriate formula. Finally, interpret your answer in context: a probability is not just a number — it tells you how likely a real-world outcome is and supports informed decision-making.

Varsity Tutors • Math 2 • Compound Event Probabilities