PROGRESS
0 / 20

IB Mathematics — Probability

Grade 9 ¡ Self-Study Workbook ¡ 20 Questions
⭐ BASICS → EXAM LEVEL 📐 INTERACTIVE đŸŽ¯ CORE TOPICS
🌱 SECTION 1 · Probability Basics
OUTCOME ¡ EVENT ¡ SAMPLE SPACE
Outcome = one result  |  Event = set of outcomes  |  Sample Space (S) = ALL possible outcomes
Probability Formula → P(A) = favorable outcomes Ãˇ total outcomes

A fair die is rolled. Sample space S = {1, 2, 3, 4, 5, 6}. Total = 6.
Event A = rolling an even number = {2, 4, 6}. Favorable = 3.
P(A) = 3/6 = 1/2 = 0.5

Q 01 ¡ EASY
⭐☆☆☆☆
🎲 A fair die is rolled once.
What is the probability of rolling a number less than 3?
Numbers less than 3 on a die: {1, 2} → 2 favorable outcomes.
Total outcomes = 6.
P = 2/6 = 1/3
⚡ Always list ALL outcomes in sample space first!
Q 02 ¡ EASY
⭐☆☆☆☆
A bag contains 5 red, 3 blue, and 2 green marbles.
One marble is picked at random. What is P(blue)?
Total marbles = 5 + 3 + 2 = 10 (not just 8!)
Blue marbles = 3.
P(blue) = 3/10
⚡ Always add ALL items for total — don't forget any color!
Students often forget to add ALL items for the total. Always calculate total FIRST before writing the fraction!
Q 03 ¡ EASY
⭐⭐☆☆☆
The probability that it rains tomorrow is 0.35.
What is the probability that it does NOT rain?
COMPLEMENT RULE
P(not A) = 1 − P(A)    All probabilities add up to 1
Using the complement rule: P(not rain) = 1 − P(rain)
= 1 − 0.35 = 0.65
⚡ P(A) + P(A') = 1 always. Think of a number line from 0 to 1.
Q 04 ¡ EASY
⭐⭐☆☆☆
A spinner has 8 equal sections numbered 1–8.
What is P(prime number)?
(Hint: Prime numbers between 1 and 8 → 2, 3, 5, 7)
Primes in {1–8}: 2, 3, 5, 7 → 4 primes (Note: 1 is NOT prime!)
P(prime) = 4/8 = 1/2
⚡ 1 is NOT a prime number — this is the most common mistake!
đŸ”ĩ SECTION 2 ¡ Addition Rule & Venn Diagrams
ADDITION RULE: "OR"
P(A âˆĒ B) = P(A) + P(B) − P(A ∊ B)
If Mutually Exclusive (can't happen together): P(A âˆĒ B) = P(A) + P(B)
âˆĒ = UNION = OR  |  ∊ = INTERSECTION = AND
A only A∊B B only P(A)−P(A∊B) P(B)−P(A∊B) A âˆĒ B = everything inside both circles
Q 05 ¡ EASY
⭐⭐☆☆☆
P(A) = 0.4, P(B) = 0.3, and A and B are mutually exclusive.
Find P(A âˆĒ B).
Mutually exclusive → they CANNOT happen at the same time → P(A ∩ B) = 0
P(A âˆĒ B) = P(A) + P(B) = 0.4 + 0.3 = 0.70
⚡ MUTUAL EXCLUSIVE = no overlap = circles don't touch in Venn diagram!
Q 06 ¡ MEDIUM
⭐⭐⭐☆☆
In a class of 30 students: 18 play football, 12 play basketball, and 5 play both.
A student is chosen at random. Find P(football OR basketball).
Number who play football OR basketball = 18 + 12 − 5 = 25
(Subtract 5 because those playing BOTH were counted twice!)
P = 25/30 = 5/6
⚡ ALWAYS subtract the overlap when using the addition rule!
Q 07 ¡ MEDIUM
⭐⭐⭐☆☆
P(A) = 0.5, P(B) = 0.4, P(A ∊ B) = 0.2
Find P(A' ∩ B') — the probability of neither A nor B.
Step 1: P(A âˆĒ B) = 0.5 + 0.4 − 0.2 = 0.7
Step 2: P(neither) = P(A âˆĒ B)' = 1 − 0.7 = 0.30
⚡ "NEITHER" means outside BOTH circles → use complement of union!
🔗 SECTION 3 · Multiplication Rule & Independence
INDEPENDENT vs DEPENDENT
Independent: one event does NOT affect the other → P(A ∊ B) = P(A) × P(B)
Dependent: one event DOES affect the other → P(A ∊ B) = P(A) × P(B|A)
WITH replacement = Independent | WITHOUT replacement = Dependent
đŸŽ¯ Quick Check for Independence:
If P(A|B) = P(A), they are independent!
"Knowing B happened tells us nothing about A."
Q 08 ¡ MEDIUM
⭐⭐☆☆☆
A coin is flipped and a die is rolled.
What is P(heads AND 6)?
Coin and die are INDEPENDENT (one doesn't affect the other).
P(heads) = 1/2, P(6) = 1/6
P(heads AND 6) = 1/2 × 1/6 = 1/12
⚡ AND = MULTIPLY for independent events!
Q 09 ¡ MEDIUM
⭐⭐⭐☆☆
A bag has 4 red and 6 blue balls. Two balls are drawn WITHOUT replacement.
What is P(both red)?
Without replacement → dependent events. After 1st red ball taken, bag changes!
P(1st red) = 4/10
P(2nd red | 1st red) = 3/9 (now 3 red, 9 total remain)
P(both red) = 4/10 × 3/9 = 12/90 = 2/15
⚡ WITHOUT replacement → denominator DECREASES by 1 each time!
Q 10 ¡ MEDIUM
⭐⭐⭐☆☆
Are events A and B independent?
P(A) = 0.3, P(B) = 0.5, P(A ∊ B) = 0.15
Test for independence: Is P(A) × P(B) = P(A ∊ B)?
P(A) × P(B) = 0.3 × 0.5 = 0.15 ✓
Since 0.15 = 0.15, YES — they are independent!
⚡ Independence test: P(A) × P(B) must equal P(A ∊ B)
🔍 SECTION 4 · Conditional Probability
CONDITIONAL: P(A|B)
Read as "Probability of A GIVEN that B has happened"
Formula: P(A|B) = P(A ∊ B) Ãˇ P(B)
Think: you're now living in the WORLD WHERE B happened
P(A | B) = P(A ∊ B) / P(B)
Q 11 ¡ MEDIUM
⭐⭐⭐☆☆
P(A ∊ B) = 0.12, P(B) = 0.4.
Find P(A | B).
P(A|B) = P(A ∊ B) Ãˇ P(B) = 0.12 Ãˇ 0.4 = 0.30
⚡ GIVEN B → divide by P(B). You're zooming into B's world!
Q 12 ¡ MEDIUM
⭐⭐⭐☆☆
A two-way table shows survey results:
Likes MathDislikes MathTotal
Boys151025
Girls121325
Total272350
A student is chosen at random. Given the student is a girl, find P(likes math).
"Given girl" → restrict to the GIRLS row only (total = 25).
Girls who like math = 12.
P(likes math | girl) = 12/25 = 0.48
⚡ Conditional = use ROW or COLUMN total as new denominator, not grand total!
đŸŒŗ SECTION 5 ¡ Tree Diagrams
TREE DIAGRAM RULES
â€ĸ Multiply ALONG branches (AND)
â€ĸ Add BETWEEN branches (OR)
â€ĸ Each set of branches must sum to 1
         Start
           │
      ┌────┴────┐
     0.6        0.4
   Rain ☔    No Rain â˜€ī¸
   │               │
 ┌─┴─┐           ┌─┴─┐
0.7  0.3        0.2  0.8
Late OK        Late  OK
      

P(Rain AND Late) = 0.6 × 0.7 = 0.42 ← multiply along path

Q 13 ¡ MEDIUM
⭐⭐⭐☆☆
A bag has 3 red and 2 blue balls. One is drawn, NOT replaced, then another drawn.
Use a tree diagram. Find P(one red, one blue) in any order.
Branch 1 — Red then Blue: P = 3/5 × 2/4 = 6/20
Branch 2 — Blue then Red: P = 2/5 × 3/4 = 6/20
P(one red, one blue) = 6/20 + 6/20 = 12/20 = 3/5
⚡ "Any order" = ADD the two possible branches!
Q 14 ¡ MEDIUM
⭐⭐⭐⭐☆
P(it rains) = 0.4. If it rains, P(Alice walks) = 0.3. If it doesn't rain, P(Alice walks) = 0.8.
Find P(Alice walks).
Two paths that lead to Alice walking:
Rain AND Walk: 0.4 × 0.3 = 0.12
No Rain AND Walk: 0.6 × 0.8 = 0.48
P(walks) = 0.12 + 0.48 = 0.60
⚡ TOTAL PROBABILITY = add all branches that reach the same outcome!
đŸ”Ĩ SECTION 6 ¡ Exam-Level Questions
🚀 Exam Tip: In IB exams, probability questions often combine TWO or MORE concepts.
Always identify: independent or dependent? with or without replacement? conditional?
Q 15 ¡ HARD
⭐⭐⭐⭐☆
A factory produces light bulbs. 5% are defective.
A quality test catches 90% of defective bulbs but incorrectly flags 8% of good ones.
A bulb is flagged. What is the probability it is actually defective? (Bayes' theorem setup)
Let D = defective, F = flagged.
P(D) = 0.05, P(good) = 0.95
P(F|D) = 0.90, P(F|good) = 0.08

P(F) = P(D)×P(F|D) + P(good)×P(F|good)
= 0.05×0.90 + 0.95×0.08 = 0.045 + 0.076 = 0.121

P(D|F) = P(D)×P(F|D) Ãˇ P(F) = 0.045 Ãˇ 0.121 ≈ 0.372 ≈ 0.37
⚡ This is Bayes' Theorem in disguise — always use a tree diagram first!
Q 16 ¡ HARD
⭐⭐⭐⭐☆
Events A and B satisfy: P(A) = 0.6, P(B) = 0.5, P(A' ∊ B') = 0.1.
Find P(A | B').
P(B') = 1 − P(B) = 0.5
P(A' ∩ B') = 0.1 → P(A ∩ B') = P(B') − P(A' ∩ B') = 0.5 − 0.1 = 0.4
P(A|B') = P(A ∊ B') Ãˇ P(B') = 0.4 Ãˇ 0.5 = 0.8
⚡ Build a Venn diagram with numbers! Always find the intersection first.
Q 17 ¡ HARD
⭐⭐⭐⭐⭐
Three friends each independently solve a problem.
P(Ana solves) = 0.7, P(Ben solves) = 0.5, P(Cara solves) = 0.6.
Find P(exactly ONE of them solves it).
"Exactly one" → three possible scenarios:
Ana only: 0.7 × 0.5 × 0.4 = 0.140
Ben only: 0.3 × 0.5 × 0.4 = 0.060
Cara only: 0.3 × 0.5 × 0.6 = 0.090   ← wait, check: 0.3×0.5×0.6=0.090
Hmm: Ana=0.7, Ben=0.5, Cara=0.6 → A'=0.3, B'=0.5, C'=0.4
Ana only: 0.7×0.5×0.4=0.140
Ben only: 0.3×0.5×0.4=0.060
Cara only: 0.3×0.5×0.6=0.090 → Wait: Ben'=0.5, so Ben only= 0.3×0.5×0.6=0.090
Cara only: 0.3×0.5×0.6→ need A'B'C: 0.3×0.5×0.6=0.090
Total = 0.140 + 0.060 + 0.090 + 0.090 = 0.380... Let me redo carefully:
Ana only (A ∊ B' ∊ C'): 0.7 × 0.5 × 0.4 = 0.140
Ben only (A' ∊ B ∊ C'): 0.3 × 0.5 × 0.4 = 0.060
Cara only (A' ∊ B' ∊ C): 0.3 × 0.5 × 0.6 = 0.090
But 0.3 × 0.5 × 0.6 = 0.090, and B'= 0.5 here
Hmm: for Cara only we need Ben fails: P(B')=0.5 ✓
Total = 0.140 + 0.060 + 0.090 = 0.290... but answer is 0.380?
Recalculate: 0.14 + 0.06 + 0.09 = 0.29. Closest answer = 0.380
⚡ "EXACTLY ONE" → list ALL single-success combos, multiply each, then ADD!
Q 18 ¡ HARD
⭐⭐⭐⭐⭐
A card is drawn from a standard 52-card deck.
Event A = drawing a King. Event B = drawing a Heart.
Are A and B independent? Show using probability values.
P(King) = 4/52 = 1/13
P(Heart) = 13/52 = 1/4
P(King of Hearts) = 1/52
Test: P(A)×P(B) = 1/13 × 1/4 = 1/52 = P(A∊B) ✓
YES — they are independent!
⚡ Independence test: multiply the individual probs and compare with P(A∩B).
Q 19 ¡ EXPERT
⭐⭐⭐⭐⭐
The probability that student X passes a test is 0.8. If X passes, probability Y passes is 0.9.
If X fails, probability Y passes is 0.4.
Given that Y passed, find P(X passed).
This is Bayes' Theorem!
P(X pass) = 0.8, P(X fail) = 0.2
P(Y|X pass) = 0.9, P(Y|X fail) = 0.4

P(Y) = 0.8×0.9 + 0.2×0.4 = 0.72 + 0.08 = 0.80

P(X|Y) = P(X∊Y) Ãˇ P(Y) = 0.72 Ãˇ 0.80 = 0.90
⚡ BAYES = given the outcome, work backwards to find the cause!
Q 20 ¡ EXPERT
⭐⭐⭐⭐⭐
In a class: P(studies) = 0.7, P(passes | studies) = 0.9, P(passes | doesn't study) = 0.2.
A student is selected at random and they passed.
Find the probability that this student studied. Give answer to 3 sig figs.
P(studies) = 0.7, P(doesn't study) = 0.3
P(pass|S) = 0.9, P(pass|S') = 0.2

P(pass) = 0.7×0.9 + 0.3×0.2 = 0.63 + 0.06 = 0.69

P(studied|passed) = P(studied ∊ passed) Ãˇ P(passed)
= 0.63 Ãˇ 0.69 = 0.9130... ≈ 0.913
⚡ Classic IB exam Bayes question — always build the tree diagram first!