Skip to main content

Worked Solutions

Combinatorics — Worked Solutions (HSC Maths Extension 1)

By Patrick · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Extension 1 course →

Worked examples for HSC 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 — Term in a binomial expansion

Standard 3 marks

Question

Find the coefficient of $x^6$ in the expansion of $\left(2x^2 + \dfrac{1}{x}\right)^9$.

Solution

General term: $T_{k+1} = \dbinom{9}{k}(2x^2)^{9-k}\left(\dfrac{1}{x}\right)^k$.

Power of $x$: $x^{2(9-k)}\cdot x^{-k} = x^{18 - 3k}$. Set $18 - 3k = 6 \Rightarrow k = 4$.

Coefficient: $\dbinom{9}{4} \cdot 2^{5} = 126 \cdot 32 = 4032$.

Find $k$ from the power of $x$ first — then the coefficient is just the binomial number times the power of 2.

Where the marks go

  • 1 mark: Writes the general term $\binom{9}{k}(2x^2)^{9-k}(x^{-1})^k$
  • 1 mark: Solves $18 - 3k = 6$ to get $k = 4$
  • 1 mark: Correct coefficient $4032$

Key idea

Use the general term $\binom{n}{k}a^{n-k}b^k$, find $k$ from the required power of $x$, then evaluate the constant factor.

Example 2 — Arrangements with a restriction

Standard 4 marks

Question

Seven different books, including a dictionary and a thesaurus, are arranged in a row on a shelf. In how many arrangements are the dictionary and thesaurus next to each other?

Solution

Treat the dictionary and thesaurus as one block. That leaves $6$ items to arrange: $6! = 720$.

Inside the block, the two books can swap: $2! = 2$.

Total $= 6! \times 2! = 720 \times 2 = 1440$.

The "items together" trick is always block them as one, arrange, then multiply by the internal orderings.

Where the marks go

  • 1 mark: Treats the two books as a single block
  • 1 mark: Arranges the 6 items: $6! = 720$
  • 1 mark: Accounts for the internal order: $2! = 2$
  • 1 mark: Correct total $1440$

Key idea

For items that must be together, bundle them into one block, arrange the resulting items, then multiply by the arrangements within the block.