What a Probability Model Contains
A probability model has two parts:
- Sample space — the complete set of all possible outcomes
- Probability assignment — a number between 0 and 1 for each outcome
Die example: sample space
Die Model: Outcomes and Probabilities
- Every outcome from 1 to 6 is listed — sample space is complete
- Each probability equals
— a number between 0 and 1 - Sum:
— the requirement is satisfied
Two Requirements for a Valid Model
Every probability model must satisfy both conditions:
Condition 1: Each probability is between 0 and 1 (inclusive)
Condition 2: All probabilities sum to exactly 1
Missing any outcome means the sum won't reach 1 — the model is incomplete.
Valid or Invalid? Four Candidate Models
| Outcomes | Probabilities | Sum | Verdict |
|---|---|---|---|
| Each |
1.00 | Valid | |
| Red, Blue, Green | 0.40, 0.35, 0.35 | 1.10 | Invalid — sum > 1 |
| A, B, C | 0.5, 0.3, 0.2 | 1.00 | Valid |
| H, T | 0.6, 0.5 | 1.10 | Invalid — sum > 1 |
Both invalid models fail Condition 2. The die and A/B/C models satisfy both conditions.
Check-In: Is This a Valid Probability Model?
A student proposes this model for a spinner with 4 sections:
Questions:
- Does each probability satisfy Condition 1?
- Does the sum satisfy Condition 2?
- Is this a valid probability model?
From Definition to Application: Uniform Models
We know what a probability model is.
Now: how do we assign probabilities?
- Simplest case: all outcomes are equally likely
- This is the uniform probability model
- Formula coming up — it builds directly on the die example
Uniform Models: When and How to Apply
Use when: all outcomes are equally likely — if
Always check: Are all outcomes equally likely?
| ✓ Uniform applies | ✗ Does not apply |
|---|---|
| Fair coin, fair die, shuffled deck | Biased die, unequal spinner |
Uniform Model: Visualizing Event Probability
Formula Card: Uniform Probability Model
Four-step process:
- Identify the sample space (list all outcomes)
- Confirm all outcomes are equally likely
- Count favorable outcomes (those in the event)
- Divide favorable by total
Worked Example: Prime Number on a Die
Event: rolling a prime on a fair six-sided die
- Sample space:
— equally likely ✓ - Favorable:
— 1 is not prime
Worked Example: Face Card from a Deck
Event: drawing a face card (J, Q, K) from a 52-card deck
- Sample space: 52 cards, equally likely ✓
- Favorable: 3 face ranks × 4 suits = 12 face cards
Guided Practice: Vowel from the Alphabet
Event: selecting a random letter from the alphabet and getting a vowel
Sample space:
Your turn:
- Count the favorable outcomes (vowels: A, E, I, O, U)
- Compute
as a fraction and decimal
Check-In: Even Number on a Die
A fair die is rolled. Find
- Sample space:
- Uniform model? (fair die — yes)
- Favorable outcomes:
What If Outcomes Are NOT Equally Likely?
The uniform model only works when all outcomes are equally likely.
Real-world examples where it fails:
- A thumbtack: lands point-up more often than point-down
- A spinner with unequal sections
- A loaded die that favors certain faces
We need a different approach — the non-uniform probability model.
Non-Uniform Probability Models: The Idea
A non-uniform probability model assigns different probabilities to outcomes.
- The two validity conditions still apply (each P in [0,1]; sum = 1)
- Probabilities are not equal — built from observed frequency data
- More data → more reliable estimates
Three Steps to Build a Non-Uniform Model
Step 1: Collect data — record outcome frequencies over many trials
Step 2: Compute relative frequencies — divide each count by the total
Step 3: Use relative frequencies as probability estimates; verify sum ≈ 1
Probabilities can be decimals (e.g., 0.35) — exact fractions not required.
Spinner Data Becomes a Probability Model
- Data from 200 spins converted to relative frequencies
- Each relative frequency becomes a probability estimate
- Sum check:
✓
Worked Example: Building a Loaded Die Model
A die is rolled 120 times. Frequencies: 1→15, 2→18, 3→25, 4→20, 5→22, 6→20.
| Outcome | Frequency | Probability |
|---|---|---|
| 1 | 15 | |
| 2 | 18 | |
| 3 | 25 | |
| 4 | 20 | |
| 5 | 22 | |
| 6 | 20 |
Sum = 1.000 ✓ — compare to uniform: each would be
Using the Loaded Die Model for Predictions
Event: rolling a number ≥ 5 (outcomes {5, 6})
Non-uniform model:
Uniform model (if die were fair):
The models give different answers because the die is biased.
Guided Practice: Build a Spinner Model
Spinner spun 200 times — Red: 70, Blue: 90, Yellow: 40
Your tasks:
- Convert each count to a relative frequency (÷ 200)
- Verify sum = 1
- Compute
- Compare to uniform model:
Check-In: When to Use a Non-Uniform Model
Which of these situations requires a non-uniform probability model?
A) Rolling a fair six-sided die and finding
B) Spinning a penny on a table and finding
C) Drawing a card from a well-shuffled standard deck
D) Selecting a student at random from an evenly-sized class roster
How Well Does Your Model Fit Reality?
We can build models. Now: how do we know if a model is good?
- A model predicts expected frequencies:
- Actual observations differ from predictions
- Comparison tells us: trust, investigate, or revise
Comparing Predicted to Observed Frequencies
Predicted frequency = probability × number of trials
Interpreting differences:
- Small differences → model probably fits
- Large differences → investigate: wrong model or random variation?
- More trials makes large differences more meaningful
Worked Example: Spinner Model Fits Well
Model:
| Outcome | Predicted | Observed | Diff |
|---|---|---|---|
| Red | 50 | 48 | −2 |
| Blue | 30 | 31 | +1 |
| Green | 20 | 21 | +1 |
→ Model fits well.
Worked Example: Spinner Model Fits Poorly
Same model — 100 spins, different trial.
| Outcome | Predicted | Observed | Diff |
|---|---|---|---|
| Red | 50 | 65 | +15 |
| Blue | 30 | 20 | −10 |
| Green | 20 | 15 | −5 |
→ Investigate.
Sample Size Changes How We Interpret Differences
- 60 rolls: max difference = 3 → within normal variation
- 600 rolls: max difference = 30 (30% deviation) → likely model mismatch
- Rule: more trials make large differences more meaningful
Guided Practice: Write a Model Verdict
Fair die claimed. In 60 rolls:
Fair model predicts 10 per face
Tasks:
- Find (observed − predicted) for each face
- Identify the maximum absolute difference
- Write a verdict: fits well, poorly, or uncertain?
Key Takeaways from Today's Lesson
A probability model = sample space + probability assignment (both conditions required).
Uniform model: use when outcomes are equally likely;
Non-uniform model: build from data when outcomes are not equally likely.
Five warnings:
- Every outcome must be listed — missing any makes the model incomplete
- Always ask "equally likely?" before using the uniform formula
- Probabilities can be decimals — don't force fractions that don't reduce
- The model predicts long-run behavior, not exact single-trial outcomes
- Non-uniform models need large samples to be reliable
Preview: Compound Events and Sample Spaces
Next lesson: 7.SP.C.8 — extend today's models to multi-step processes.
Coming up: compound events
- Drawing two cards in sequence
- Rolling two dice simultaneously
- Flipping a coin and rolling a die
Today's sample-space thinking is the foundation.
Click to begin the narrated lesson
Develop a probability model and use it to find probabilities of events