IB Mathematics · Analysis & Approaches

Probability
Mastery Set

20 carefully crafted problems · Most commonly missed topics · Full explanations

20
Questions
7
Topics
★★★
IB Level
Score 0 / 20
01 Basic Probability Rules
⚡ Quick Memory Points

COMPLEMENT → P(A') = 1 − P(A)  |  OR-rule → P(A∪B) = P(A)+P(B)−P(A∩B)  |  MUTUALLY EXCLUSIVE → P(A∩B) = 0

Q 01 Medium Addition Rule

Events \(A\) and \(B\) are such that \(P(A) = 0.6\), \(P(B) = 0.5\), and \(P(A \cup B) = 0.8\).
Find \(P(A \cap B)\).

⚠️ Trap: Students often forget the intersection term and add probabilities directly.

A \(0.3\)
B \(0.1\)
C \(0.5\)
D \(0.2\)
Q 02 Tricky Complement

The probability that a student passes Mathematics is \(\frac{3}{5}\) and the probability that they pass Chemistry is \(\frac{2}{3}\). Assuming independence, find the probability that the student fails both subjects.

⚠️ Trap: "Fails both" ≠ 1 − P(passes both). You need P(fail Math) × P(fail Chem).

A \(\dfrac{2}{5}\)
B \(\dfrac{2}{15}\)
C \(\dfrac{2}{15}\) — wait, recalculate: \(\dfrac{1}{3} \times \dfrac{2}{5} = \dfrac{2}{15}\)
D \(\dfrac{4}{15}\)
02 Conditional Probability
⚡ Quick Memory Points

CONDITIONAL → \(P(A|B) = \frac{P(A \cap B)}{P(B)}\)  |  INDEPENDENT TEST → \(P(A|B) = P(A)\)  |  MULTIPLY RULE → \(P(A \cap B) = P(A|B) \cdot P(B)\)

Q 03 Hard Conditional Probability

In a class, 40% of students study French, 30% study Spanish, and 15% study both. A student is chosen at random. Given that the student studies French, what is the probability they also study Spanish?

A \(0.15\)
B \(0.50\)
C \(0.375\)
D \(0.30\)
Q 04 Tricky Independence Test

Events \(A\) and \(B\) satisfy \(P(A) = 0.4\), \(P(B) = 0.5\), and \(P(A \cap B) = 0.2\).
Are \(A\) and \(B\) independent? And find \(P(A|B)\).

⚠️ Trap: The condition \(P(A \cap B) = P(A) \cdot P(B)\) is the independence test — many forget to verify.

A Yes, independent; \(P(A|B) = 0.4\)
B Not independent; \(P(A|B) = 0.2\)
C Yes, independent; \(P(A|B) = 0.5\)
D Not independent; \(P(A|B) = 0.6\)
Q 05 Hard Tree Diagram / Bayes

A factory has two machines. Machine A produces 60% of items and Machine B produces 40%. Machine A has a 3% defect rate; Machine B has a 5% defect rate. An item is selected at random and found to be defective. What is the probability it came from Machine B?

⚠️ Classic Bayes' Theorem problem — most common IB exam type.

A \(0.40\)
B \(\approx 0.526\)
C \(0.05\)
D \(\approx 0.474\)
03 Venn Diagrams & Set Notation
⚡ Quick Memory Points

ONLY A → P(A) − P(A∩B)  |  EXACTLY ONE → P(A∪B) − P(A∩B)  |  NEITHER → 1 − P(A∪B)

Q 06 Hard Venn Diagram — 3 Sets

In a survey of 100 students: 45 play football (F), 38 play basketball (B), 20 play tennis (T). Also: \(|F \cap B| = 12\), \(|F \cap T| = 8\), \(|B \cap T| = 6\), \(|F \cap B \cap T| = 3\).
How many students play none of the three sports?

⚠️ Use inclusion-exclusion for three sets. Forgetting the triple intersection is the most common mistake.

A \(6\)
B \(10\)
C \(16\)
D \(20\)
Q 07 Tricky Set Algebra

\(P(A) = 0.5\), \(P(B) = 0.4\), \(P(A' \cap B') = 0.2\).
Find \(P(A \cap B)\).

⚠️ Key: \(P(A' \cap B') = P((A \cup B)') = 1 - P(A \cup B)\). Then use addition rule.

A \(0.10\)
B \(0.10\)
C \(0.20\)
D \(0.30\)
04 Discrete Random Variables
⚡ Quick Memory Points

E(X) = Σ x·P(X=x)  |  Var(X) = E(X²) − [E(X)]²  |  SD = √Var(X)  |  ∑P = 1 always!

Q 08 Medium Expected Value

A discrete random variable \(X\) has the following distribution:

\[ \begin{array}{|c|c|c|c|c|} \hline x & 1 & 2 & 3 & 4 \\ \hline P(X=x) & 0.1 & 0.3 & k & 0.2 \\ \hline \end{array} \]

Find \(k\), then calculate \(E(X)\).

⚠️ Always find the missing probability first using ΣP = 1.

A \(k = 0.4,\quad E(X) = 2.7\)
B \(k = 0.3,\quad E(X) = 2.5\)
C \(k = 0.4,\quad E(X) = 2.4\)
D \(k = 0.5,\quad E(X) = 2.9\)
Q 09 Hard Variance & SD

A random variable \(X\) has \(E(X) = 3\) and \(E(X^2) = 13\).
Find the standard deviation of \(X\).

⚠️ Trap: Many calculate \(E(X^2) - E(X)^2\) but forget to take the square root at the end.

A \(4\)
B \(2\)
C \(\sqrt{13}\)
D \(3\)
05 Binomial Distribution
⚡ Quick Memory Points

B(n,p) → fixed trials, 2 outcomes, constant p  |  P(X=r) = \(\binom{n}{r}p^r(1-p)^{n-r}\)  |  E(X)=np  |  Var=np(1−p)

Q 10 Medium Binomial Probability

A fair coin is tossed 8 times. Find the probability of getting exactly 5 heads.

A \(\dfrac{7}{64}\)
B \(\dfrac{14}{256}\)
C \(\dfrac{28}{256}\)
D \(\dfrac{56}{256} = \dfrac{7}{32}\)
Q 11 Hard Binomial — At Least

The probability that a student passes a quiz is \(0.7\). The quiz is taken 6 times.
Find \(P(X \geq 5)\), i.e. the probability of passing at least 5 times.

⚠️ Trap: "At least 5" means P(X=5) + P(X=6). Don't use complement unless "at least 1".

A \(0.118\)
B \(\approx 0.420\)
C \(0.302\)
D \(0.580\)
Q 12 Tricky Binomial — Find n

\(X \sim B(n, 0.2)\). Given that \(E(X) = 4\), find \(\text{Var}(X)\) and \(\text{SD}(X)\).

⚠️ Trap: SD ≠ Var. Always take the square root for standard deviation.

A Var = 4, SD = 2
B Var = 3.2, SD ≈ 1.789
C Var = 0.8, SD ≈ 0.894
D Var = 16, SD = 4
06 Normal Distribution
⚡ Quick Memory Points

STANDARDIZE → \(Z = \frac{X - \mu}{\sigma}\)  |  SYMMETRY → P(Z < −a) = P(Z > a)  |  INVERSE → given probability, find x value

Q 13 Medium Normal — Standardize

\(X \sim N(50, 16)\). Find \(P(X > 54)\).

⚠️ Note: \(N(\mu, \sigma^2)\) means variance = 16, so \(\sigma = 4\). IB always writes the variance, not the SD.

A \(0.8413\)
C \(0.2119\)
B \(0.1587\)
D \(0.5000\)
Q 14 Hard Normal — Inverse

\(X \sim N(\mu, 25)\). It is given that \(P(X < 60) = 0.9\).
Find \(\mu\).

⚠️ Trap: Find the z-value from the table, then back-solve for μ. Many students solve it the wrong direction.

A \(\mu = 63.2\)
B \(\mu = 55.6\)
C \(\mu \approx 53.59\)
D \(\mu = 50\)
Q 15 Hard Normal — Between Values

\(X \sim N(100, 225)\). Find \(P(85 < X < 115)\).

A \(0.500\)
B \(0.9974\)
C \(\approx 0.6827\)
D \(0.7580\)
07 Combined & Challenging
⚡ Quick Memory Points

TOTAL PROB → P(B) = P(B|A)P(A) + P(B|A')P(A')  |  WITH/WITHOUT REPLACEMENT → changes the denominator each pick

Q 16 Hard Without Replacement

A bag contains 5 red and 3 blue balls. Two balls are drawn without replacement.
Find the probability that both balls are the same colour.

⚠️ Most common error: Using 8×8 in denominator instead of 8×7.

A \(\dfrac{34}{64}\)
B \(\dfrac{13}{28}\)
C \(\dfrac{1}{2}\)
D \(\dfrac{15}{28}\)
Q 17 Tricky Mutually Exclusive vs Independent

Events \(C\) and \(D\) are mutually exclusive with \(P(C) = 0.3\) and \(P(D) = 0.4\).
Which of the following is TRUE?

⚠️ Key concept: Mutually exclusive events with non-zero probability CANNOT be independent.

A \(C\) and \(D\) are independent because \(P(C \cap D) = 0\)
B \(C\) and \(D\) are not independent; \(P(C \cup D) = 0.7\)
C \(P(C|D) = 0.3\) because they are independent
D \(P(C \cup D) = 0.58\)
Q 18 Hard Total Probability

Box 1 contains 4 red and 6 white balls. Box 2 contains 7 red and 3 white balls. A box is chosen at random, then a ball is drawn. Given the ball drawn is red, find the probability it came from Box 1.

A \(0.40\)
B \(0.55\)
C \(\dfrac{4}{11} \approx 0.364\)
D \(0.70\)
Q 19 Hard Combined Binomial + Normal

In a large population, 30% of people are left-handed. A random sample of 200 people is taken.
Using a normal approximation to the binomial, find \(P(X \geq 70)\), where \(X\) is the number of left-handed people.

⚠️ Apply continuity correction: \(P(X \geq 70)\) becomes \(P(X > 69.5)\).

A \(0.3015\)
B \(\approx 0.4404\)
C \(0.5596\)
D \(0.2119\)
Q 20 Hard Geometric Distribution

The probability of hitting a target with one shot is \(\frac{1}{4}\). Shots are fired independently until the target is hit. Find the probability that the target is hit on the 4th shot.

⚠️ Geometric distribution: first success on trial \(r\) = \((1-p)^{r-1} \cdot p\). Don't use binomial here!

A \(\dfrac{1}{64}\)
B \(\dfrac{27}{256}\)
C \(\dfrac{27}{256}\) — wait, let's be precise: \(\left(\frac{3}{4}\right)^3 \cdot \frac{1}{4} = \frac{27}{256}\)
D \(\dfrac{3}{64}\)

Final Result

Quiz Complete!

Loading your result...