The probability Anna passes her driving test is 0.7. The probability Rob passes is 0.45. They take their tests on the same day (independently). What is the probability both pass?
📌 Quick Memory Independent events → just MULTIPLY. No adjusting needed because one result doesn't affect the other!
P(Anna passes AND Rob passes) = 0.7 × 0.45 = ?
09
IndependentTRAP ⚠
Anna passes with P = 0.7, Rob passes with P = 0.45. What is the probability that Anna passes but Rob fails?
📌 Quick Memory "Fails" = 1 − P(passes). Calculate the complement first, then multiply!
Kim plays 2 pickleball games. P(wins game 1) = 0.60. If he wins game 1 → P(wins game 2) = 0.68. If he loses game 1 → P(wins game 2) = 0.40.
What is the probability he ends 1 win and 1 loss (a 1-1 record)?
📌 Quick Memory CONDITIONAL probability → the 2nd branch probability CHANGES depending on what happened in the 1st branch. Draw the tree! Two different paths give 1W-1L: Win-Lose OR Lose-Win.
A factory has two machines. Machine A produces 60% of items; 4% are defective. Machine B produces the rest; 7% are defective. What is the probability a randomly chosen item is defective?
📌 Quick Memory Machine B produces 40% (= 100% − 60%). Apply the same weighted formula: sum of (share × defect rate).
A bag has 6 marbles: 2 red, 4 blue. Two are drawn. Which scenario gives a higher probability of getting 2 blue marbles — with replacement or without replacement?
📌 Quick Memory With replacement: same fraction both times. Without replacement: 2nd fraction's numerator AND total both drop → usually gives a different (often smaller) result. Calculate and compare!
With replacement: 46 × 46 = 1636 ≈ 0.444 Without replacement: 46 × 35 = 1230 = 0.400
14
TRAP ⚠Add vs Multiply
A coin is flipped twice. What is the probability of getting exactly one Head?
📌 Quick Memory "Exactly one" → list ALL paths that give 1 Head: HT and TH. Multiply along each path, then ADD the two paths.
A bag has 2 red, 3 blue, 5 green marbles (10 total). Two are drawn with replacement. What is the probability of getting at least one green?
📌 Quick Memory "At least one green" is HARD to count directly. Use complement: P(at least 1 green) = 1 − P(NO green). P(no green) = P(not green, not green).
A class has 3 boys and 5 girls. Two students are selected without replacement. What is the probability the second student is a girl given the first was a girl?
📌 Quick Memory "GIVEN that" = conditional probability. After one girl is picked, 4 girls remain out of 7 total. The condition already happened — just look at what's left!
P(2nd girl | 1st girl) = 47
17
Three EventsHARD ★
A fair coin is flipped 3 times. What is the probability of getting exactly 2 Heads?
📌 Quick Memory List ALL arrangements of 2H 1T: HHT, HTH, THH. Each has probability (½)³ = ⅛. Count the arrangements × single path probability.
Arrangements with 2 heads: HHT, HTH, THH → 3 ways Each probability: 12×12×12 = 18 Total = 3 × 18 = ?
18
Probability Sum CheckTRAP ⚠
A student says: "I drew a tree diagram and found P(RR) = 1/4, P(RB) = 1/4, P(BR) = 1/4, P(BB) = 1/3." What is wrong with this?
📌 Quick Memory ALL branches of a complete tree diagram MUST add up to exactly 1. If they don't, something is wrong — either a calculation error or a missing branch!
14 + 14 + 14 + 13 = 312+312+312+412 = 1312 ≠ 1
19
Multi-stepHARD ★
Box A has 4 red, 2 blue. Box B has 1 red, 5 blue. A box is chosen at random (50/50), then one marble is drawn. What is the probability of drawing a red marble?
📌 Quick Memory Two-stage tree: first pick the BOX, then pick the COLOR. P(red) = P(Box A)×P(red|A) + P(Box B)×P(red|B). This is the "weighted tree" again!
P(red) = 12×46 + 12×16 = 412 + 112 = ?
20
Final BossHARD ★★
A bag has 5 red and 3 blue marbles. Three marbles are drawn without replacement. What is the probability that all three are the same color?
📌 Quick Memory Three draws, no replace → multiply THREE fractions. Same color = P(RRR) + P(BBB). For blue: only 3 total so after 2 blues there's only 1 left!