Skip to main content

Worked Solutions

Combinatorics — Worked Solutions (Preliminary Maths Extension 1)

By Patrick · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our Preliminary Maths Extension 1 course →

Worked examples for Preliminary Maths Extension 1 combinatorics. 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 — Permutations and combinations

Standard 4 marks

Question

A committee of $5$ is to be chosen from $7$ women and $4$ men.

(a) In how many ways can the committee be chosen if there are no restrictions?

(b) In how many ways can it be chosen if it must contain exactly $2$ men?

Solution

Choosing a committee is unordered, so use combinations $\binom{n}{r}$.

(a) Choose any $5$ from $11$: $\binom{11}{5} = \dfrac{11!}{5!\,6!} = 462$.

(b) Exactly $2$ men means $2$ from $4$ men and $3$ from $7$ women — multiply because the choices are independent.

$\binom{4}{2}\binom{7}{3} = 6 \times 35 = 210$.

Order never matters for a committee, so it's $\binom{n}{r}$, not $^nP_r$. Mixing those up is the classic slip.

Where the marks go

  • 1 mark: Recognises combinations and computes $\binom{11}{5} = 462$ for part (a)
  • 1 mark: Sets up part (b) as $\binom{4}{2}\binom{7}{3}$
  • 1 mark: Correct individual values $\binom{4}{2} = 6$ and $\binom{7}{3} = 35$
  • 1 mark: Correct final answer $210$

Key idea

Committees are unordered, so use $\binom{n}{r}$; independent choices multiply via the multiplication principle.

Example 2 — Pigeonhole principle

Challenging 3 marks

Question

Show that if $5$ integers are chosen, at least two of them must leave the same remainder when divided by $4$.

Solution

This is the pigeonhole principle. The remainders on division by $4$ are $0, 1, 2, 3$ — only $4$ possible values.

Treat the remainders as $4$ "boxes" and the $5$ integers as the "objects" to place in them.

With $5$ objects and only $4$ boxes, at least one box holds two or more objects.

Therefore at least two of the integers share the same remainder mod $4$. The reasoning is airtight: $5 > 4$, so they can't all be different.

Where the marks go

  • 1 mark: Identifies the $4$ possible remainders $0, 1, 2, 3$ as the pigeonholes
  • 1 mark: Treats the $5$ integers as objects placed into the $4$ remainder classes
  • 1 mark: Concludes via $5 > 4$ that two share a remainder

Key idea

Pigeonhole principle: with more objects than boxes, some box holds at least two — division by $4$ gives only $4$ remainder boxes.