Building the Organized List: Coin + Die
List (stage 1, stage 2) — coin first, die second.
| (H, 1) | (H, 2) | (H, 3) | (H, 4) | (H, 5) | (H, 6) |
|---|---|---|---|---|---|
| (T, 1) | (T, 2) | (T, 3) | (T, 4) | (T, 5) | (T, 6) |
12 outcomes ✓
Check-In: Sample Space for Two Coins
You flip two coins — call them Coin 1 and Coin 2.
- How many total outcomes should there be? Show your multiplication.
- List all outcomes using the (Coin 1, Coin 2) convention.
Two-Coins Answer: Four Ordered Outcomes
| Coin 2: H | Coin 2: T | |
|---|---|---|
| Coin 1: H | (H, H) | (H, T) |
| Coin 1: T | (T, H) | (T, T) |
{HH, HT, TH, TT} — HT ≠ TH
Tables Handle Larger Two-Stage Spaces
For two dice: each die has 6 outcomes → $6 \times 6 = $ 36 outcomes total.
Listing 36 pairs in a row is error-prone — a table is faster and complete.
Two-Dice Table: All 36 Pairs
All 36 pairs organized in one grid.
Using the Table to Find Doubles
- Doubles = pairs where both dice show the same number
- Favorable outcomes: (1,1), (2,2), (3,3), (4,4), (5,5), (6,6)
- Count: 6 favorable out of 36 total
Check-In: Find Sum = 7 in the Table
Using the two-dice table:
How many outcomes have a sum of 7?
List the pairs, then write the probability.
Check-In Answer: Sum = 7
Pairs that sum to 7:
(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)
Count: 6 favorable outcomes
When Tables Fall Short: 3+ Stages
Tables work for exactly 2 stages. For 3 or more stages, use a tree diagram.
Example: flip a coin three times.
- Each flip: 2 outcomes (H or T)
- Total:
outcomes - A 2-row table can't show this — we need branches
Tree Diagram: Three Coin Flips
8 paths from root to leaf = 8 total outcomes
Reading the Tree: Finding Outcomes
From the 3-coin tree, the 8 paths give us:
Sample space: {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}
Event: "at least 2 heads" — outcomes with H appearing 2 or 3 times:
→ {HHH, HHT, HTH, THH} — 4 paths
Building a Tree: Spinner and Coin
Spinner has 3 sections (R, B, G); coin has 2 outcomes (H, T) →
Draw the tree: 3 branches for the spinner, then split each into H and T.
Verify: 6 leaves at the bottom.
Choosing the Right Sample Space Tool
| Situation | Best tool |
|---|---|
| 2 stages, small sets | Organized list or table |
| 2 stages, same type | Table — fastest |
| 3+ stages | Tree diagram |
Always verify: total outcomes = product of stage counts.
Lesson 1 Key Takeaways and Warnings
- Compound event = 2+ stages; outcomes are combinations across stages
- Total outcomes =
— verify before computing probability - Tools: list, table (2 stages), tree (3+ stages)
- Label in stage order; count leaves in trees
Next Up: Probabilities and Simulation
Lesson 2 covers:
- Compute
from the sample space using favorable/total - Design and run simulations for complex compound events
The sample spaces you built today are the foundation.
Click to begin the narrated lesson
Find probabilities of compound events using organized lists, tables, tree diagrams, and simulation