IB Mathematics · Grade 9

Probability & Combinatorics

20 essential questions · Multiple choice · Instant feedback

🎲 Probability
🔢 Permutations & Combinations
📊 Set Theory
🌳 Tree Diagrams
0 / 20
✓ 0  ✗ 0
🧠
⚡ Quick Memory Points
  • A ∪ B = A OR B (Union — everything in either)
  • A ∩ B = A AND B (Intersection — only the overlap)
  • A' = NOT A (Complement — everything outside A)
  • n(A ∪ B) = n(A) + n(B) − n(A ∩ B) ← don't double-count!
  • Mutually exclusive: A ∩ B = ∅, so P(A ∪ B) = P(A) + P(B)
Q1 Easy
In a class of 30 students, 18 study French (F), 14 study Spanish (S), and 8 study both. How many students study at least one of the two languages?
Q2 Easy
If $n(\xi) = 50$, $n(A) = 20$, $n(B) = 25$, and $n(A \cap B) = 10$, find $n(A' \cap B')$ (students in neither A nor B).
Q3 Medium
Sets $A = \{1, 2, 3, 4, 5\}$ and $B = \{3, 4, 5, 6, 7\}$. What is $n(A \cup B) - n(A \cap B)$?
🎯
⚡ Quick Memory Points
  • P(A) = favourable / total — always between 0 and 1
  • P(A) + P(A') = 1 → so P(A') = 1 − P(A)
  • Complementary shortcut: P(at least one) = 1 − P(none)
  • Independent: P(A∩B) = P(A) × P(B)
  • Mutually exclusive: P(A∩B) = 0, so P(A∪B) = P(A)+P(B)
Q4 Easy
A bag contains 4 red, 6 blue, and 2 green balls. One ball is drawn at random. What is the probability it is NOT blue?
Q5 Easy
$P(A) = 0.4$ and $P(B) = 0.5$. If A and B are mutually exclusive, find $P(A \cup B)$.
Q6 Medium
A fair die is rolled. What is the probability of getting a number that is even OR greater than 4?
Recall: A fair die has faces $\{1, 2, 3, 4, 5, 6\}$.
🔍
⚡ Quick Memory Points
  • P(A|B) = P(A∩B) / P(B) — "given B happened, what's P(A)?"
  • If independent: P(A|B) = P(A) — knowing B doesn't change A
  • Tree diagram tip: multiply along branches, add between branches
  • Conditional = restrict sample space to the given condition
Q7 Medium
$P(A) = 0.6$, $P(B) = 0.5$, $P(A \cap B) = 0.3$. Find $P(A \mid B)$.
Q8 Medium
A box has 5 red and 3 blue balls. Two balls are drawn without replacement. Find the probability both are red.
Q9 Hard
From a group of 10 students, 6 passed Math (M) and 7 passed English (E). 4 passed both. A student is selected at random and passed English. What is the probability they also passed Math?
🔤
⚡ Quick Memory Points
  • Order MATTERS → use Permutation nPr = n! / (n−r)!
  • All arrangements of n things: n! (n factorial)
  • With repeated letters: divide by each repeated letter's factorial
  • Memory: Permutation = Position matters (passwords, races, rankings)
  • 0! = 1 — memorise this!
Q10 Easy
How many ways can 5 different books be arranged on a shelf?
Q11 Medium
In how many ways can a President, Vice-President, and Secretary be chosen from a group of 8 people? (One person cannot hold two roles.)
Q12 Hard
How many distinct arrangements are there of the letters in the word BANANA?
🎴
⚡ Quick Memory Points
  • Order does NOT matter → use Combination nCr = n! / (r!(n−r)!)
  • Memory: Combination = Choosing a team/committee (no ranks)
  • nCr = nC(n−r) — symmetry shortcut: $\binom{10}{8} = \binom{10}{2} = 45$
  • nC0 = nCn = 1, nC1 = n
  • When to use nPr vs nCr: ask "does the order change the meaning?"
Q13 Easy
A committee of 3 students is to be chosen from a group of 7. In how many ways can this be done?
Q14 Medium
A team of 4 is chosen from 5 boys and 4 girls. How many teams have exactly 2 boys and 2 girls?
Q15 Hard
How many ways can you choose at least 2 items from a set of 4 distinct items?
⚠️
⚡ Common Traps & Fixes
  • "At least one" → use complement: 1 − P(none) (much faster!)
  • With vs without replacement: denominator changes each draw
  • AND → multiply probabilities; OR → add (and subtract overlap)
  • Independent ≠ mutually exclusive (they're opposite concepts!)
  • Tree diagram: always check branches sum to 1 at each node
Q16 Medium
A coin is flipped 3 times. What is the probability of getting at least one head?
Q17 Medium
Two independent events: $P(A) = \dfrac{1}{3}$ and $P(B) = \dfrac{1}{4}$. Find $P(A \cup B)$.
Q18 Hard
From a deck of 52 cards, two cards are drawn without replacement. What is the probability that both are aces?
A standard deck has 4 aces out of 52 cards.
Q19 Hard
A student takes a multiple-choice test with 5 questions, each having 4 options (exactly one correct). If the student guesses randomly, what is the probability of getting exactly 2 correct?
Use the binomial formula: $P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$
Q20 Hard
How many different 4-digit passwords can be formed using digits $\{1, 2, 3, 4, 5, 6\}$ if no digit may repeat and the password must be even?
🎉
Excellent Work!
18 / 20

You're crushing IB Math! Review the questions you missed above.