Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 9-12 Data Analysis K-12 Math Probability Compound probability
Source: https://www.fatskills.com/basic-mathematics/chapter/9-12-data-analysis-k-12-math-probability-compound-probability

K-12 Math (US): 9-12 Data Analysis K-12 Math Probability Compound probability

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

Study Guide: Compound Probability (Grades 9–12, Math)



1. The Driving Question

You’re playing a board game where you need to roll two six-sided dice to move forward. Your friend says, "There are 11 possible sums—from 2 to 12—so each sum has a 1/11 chance." But when you play, some sums (like 7) seem to come up way more often than others (like 2). How do you actually calculate the probability of two (or more) things happening together—and why does it matter whether the events are independent or not?


2. The Core Idea — Built, Not Listed

Imagine you’re at a carnival, and there’s a game where you spin two wheels. The first wheel has 3 equal sections: red, blue, green. The second wheel has 4 equal sections: 1, 2, 3, 4. To win, you need blue on the first wheel AND an even number on the second. How do you find the chance of both things happening?

First, think of all possible outcomes. You could list them: - (red, 1), (red, 2), (red, 3), (red, 4) - (blue, 1), (blue, 2), (blue, 3), (blue, 4) - (green, 1), (green, 2), (green, 3), (green, 4)

There are 12 total outcomes. Only 2 of them win: (blue, 2) and (blue, 4). So the probability is 2/12 = 1/6.

This works because the two spins don’t affect each other—they’re independent. If the wheels were connected (like if spinning blue made the second wheel more likely to land on even numbers), the math changes. That’s the key: compound probability depends on whether events influence each other.


Key Vocabulary

  1. Independent events
  2. Definition: Two events where the outcome of one does not affect the probability of the other.
  3. Example: Flipping a coin and rolling a die—getting heads doesn’t change the chance of rolling a 3.
  4. College note: In statistics, independence is a formal assumption (e.g., in hypothesis testing). Real-world data often violates it (e.g., weather patterns are not independent day-to-day).

  5. Dependent events

  6. Definition: Two events where the outcome of one does affect the probability of the other.
  7. Example: Drawing two cards from a deck without replacement. If the first card is an ace, the chance the second is an ace drops from 4/52 to 3/51.
  8. College note: Dependence is modeled using conditional probability (P(A|B)), a cornerstone of Bayesian statistics.

  9. Sample space

  10. Definition: The set of all possible outcomes of a probability experiment.
  11. Example: For two coin flips, the sample space is {HH, HT, TH, TT}, not just "heads or tails."
  12. College note: In advanced probability, sample spaces can be infinite (e.g., continuous distributions like the normal curve).

  13. Multiplication rule

  14. Definition: For independent events, P(A and B) = P(A) × P(B).
  15. Example: Probability of rolling a 4 on a die and flipping heads: (1/6) × (1/2) = 1/12.
  16. College note: The rule generalizes to dependent events as P(A and B) = P(A) × P(B|A).

3. Assessment Translation

How This Appears on Assessments

  • SAT/ACT: Multiple-choice questions testing the multiplication rule, often with dice, cards, or spinners. Distractors might:
  • Add probabilities instead of multiplying (e.g., P(A or B) instead of P(A and B)).
  • Ignore dependence (e.g., treating "drawing two aces without replacement" as independent).
  • Misinterpret "at least one" (e.g., confusing P(at least one 6 in two rolls) with P(two 6s)).

  • AP Statistics: Free-response questions requiring:

  • Clear identification of independent vs. dependent events.
  • Calculation of probabilities with justification (e.g., "Since the draws are without replacement, the events are dependent").
  • Interpretation of results in context (e.g., "There is a 12% chance a randomly selected student is both left-handed and plays an instrument").

Proficient Student Response (AP-Style)

Prompt: A bag contains 5 red marbles and 3 blue marbles. Two marbles are drawn without replacement. What is the probability both are blue?

Response: 1. Identify dependence: Since the first marble is not replaced, the events are dependent.
2. First draw: P(blue) = 3/8.
3. Second draw: After one blue is removed, P(blue) = 2/7.
4. Multiply: P(both blue) = (3/8) × (2/7) = 6/56 = 3/28 ≈ 0.107.
5. Interpretation: There is about a 10.7% chance both marbles drawn are blue.

Why this is proficient: - Labels the events as dependent.
- Shows all steps with justification.
- Simplifies the fraction and provides a decimal approximation.
- Avoids common errors (e.g., treating the draws as independent).


4. Mistake Taxonomy

Mistake 1: Treating Dependent Events as Independent

Prompt: A deck has 52 cards. Two cards are drawn without replacement. What is the probability both are kings?

Common wrong answer: (4/52) × (4/52) = 16/2704 ≈ 0.0059.

Why it loses credit: - Ignores that the first draw changes the deck (now 51 cards, 3 kings left).
- Uses the multiplication rule for independent events incorrectly.

Correct approach: 1. First draw: P(king) = 4/52.
2. Second draw: P(king) = 3/51.
3. Multiply: (4/52) × (3/51) = 12/2652 = 1/221 ≈ 0.0045.



Mistake 2: Adding Instead of Multiplying

Prompt: A spinner has 4 equal sections (A, B, C, D). What is the probability of landing on A and then B in two spins?

Common wrong answer: 1/4 + 1/4 = 1/2.

Why it loses credit: - Confuses "and" (multiplication) with "or" (addition).
- Misapplies the addition rule for mutually exclusive events.

Correct approach: 1. P(A) = 1/4.
2. P(B) = 1/4.
3. Since spins are independent: (1/4) × (1/4) = 1/16.



Mistake 3: Misinterpreting "At Least One"

Prompt: A fair six-sided die is rolled twice. What is the probability of getting at least one 6?

Common wrong answer: 1/6 + 1/6 = 1/3.

Why it loses credit: - Double-counts the outcome (6, 6).
- Should use the complement rule: P(at least one 6) = 1 – P(no 6s).

Correct approach: 1. P(no 6 in one roll) = 5/6.
2. P(no 6 in two rolls) = (5/6) × (5/6) = 25/36.
3. P(at least one 6) = 1 – 25/36 = 11/36 ≈ 0.306.


5. Connection Layer

  1. Within math: Compound probability → combinatorics
  2. Why it matters: Counting outcomes (e.g., permutations, combinations) is how you determine the denominator in probability problems. For example, calculating P(two kings in a 5-card hand) requires combinations (52C5 and 4C2 × 48C3).

  3. Across subjects: Compound probability → genetics (biology)

  4. Why it matters: Punnett squares use the multiplication rule to predict the probability of inheriting traits (e.g., P(brown eyes and attached earlobes) = P(brown eyes) × P(attached earlobes) if the genes are independent).

  5. Outside school: Compound probability → sports analytics

  6. Why it matters: NBA teams use compound probability to calculate "and-1" chances (e.g., P(player makes the shot and gets fouled) = P(makes shot) × P(fouled | shot is made)). This informs play-calling strategies.

6. The Stretch Question

Question: You flip a fair coin 10 times. Which is more likely: getting exactly 5 heads, or getting at least 7 heads?

Pointer toward the answer: - The probability of exactly 5 heads is calculated using the binomial formula: (10C5) × (0.5)^10 ≈ 24.6%.
- For at least 7 heads, you’d sum the probabilities of 7, 8, 9, and 10 heads. Each of these is less likely than 5 heads individually, but their combined probability is higher (≈ 17.2%).
- This seems counterintuitive because we expect the "middle" outcome (5 heads) to be most likely—but the stretch is realizing that "at least 7" includes multiple outcomes, tipping the scales. Try calculating it for 20 flips to see the pattern!



ADVERTISEMENT