Skip to main content

Worked Solutions

Probability — Worked Solutions (Preliminary Maths Advanced)

By Nidhi · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our Preliminary Maths Advanced course →

Worked examples for Preliminary Maths Advanced probability. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Complementary and addition rules

Standard 3 marks

Question

A standard six-sided die is rolled once. Find the probability of rolling a number that is even or greater than $4$.

Solution

Use the addition rule: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.

Even numbers: $\{2, 4, 6\}$, so $P(\text{even}) = \frac{3}{6}$. Greater than $4$: $\{5, 6\}$, so $P(>4) = \frac{2}{6}$.

Overlap (even and $>4$): $\{6\}$, so $P(A \cap B) = \frac{1}{6}$.

$P = \frac{3}{6} + \frac{2}{6} - \frac{1}{6} = \frac{4}{6} = \frac{2}{3}$.

Subtract the overlap — counting $6$ twice is the classic mistake here.

Where the marks go

  • 1 mark: Correct individual probabilities $\frac{3}{6}$ and $\frac{2}{6}$
  • 1 mark: Identifies the overlap $P(A \cap B) = \frac{1}{6}$
  • 1 mark: Correct answer $\frac{2}{3}$

Key idea

For "or" use $P(A \cup B) = P(A) + P(B) - P(A \cap B)$, subtracting the overlap so shared outcomes are not double-counted.

Example 2 — Conditional probability

Standard 3 marks

Question

In a class of $30$ students, $18$ study Music and $12$ of those who study Music also study Drama. A student who studies Music is chosen at random. Find the probability that they also study Drama.

Solution

This is conditional probability: $P(D \mid M) = \dfrac{P(D \cap M)}{P(M)}$, but here the condition is given directly — we are already restricted to Music students.

Music students: $18$. Of those, studying Drama: $12$.

So $P(D \mid M) = \dfrac{12}{18} = \dfrac{2}{3}$.

Once you're told the student studies Music, your denominator is $18$, not $30$.

Where the marks go

  • 1 mark: Recognises conditional probability $P(D \mid M)$
  • 1 mark: Uses the restricted denominator of $18$ Music students
  • 1 mark: Correct answer $\frac{2}{3}$

Key idea

Conditional probability restricts the sample space: $P(D \mid M) = \frac{P(D \cap M)}{P(M)}$, so the denominator becomes the size of the conditioning group.