By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
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?
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.
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).
Dependent events
College note: Dependence is modeled using conditional probability (P(A|B)), a cornerstone of Bayesian statistics.
Sample space
College note: In advanced probability, sample spaces can be infinite (e.g., continuous distributions like the normal curve).
Multiplication rule
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:
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).
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.
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.
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.
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).
Across subjects: Compound probability → genetics (biology)
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).
Outside school: Compound probability → sports analytics
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!
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.