← Combinatorics (ME-A1)

NSWMaths Extension 1Syllabus dot point

How do we expand (a+b)n(a + b)^n, and what does Pascal's triangle reveal about the coefficients?

State and use the binomial theorem, identify general and specific terms, and relate it to Pascal's triangle

A focused answer to the HSC Maths Extension 1 dot point on the binomial theorem. The expansion of (a+b)n(a + b)^n using binomial coefficients, the general term Tk+1T_{k + 1}, applications to coefficient finding and approximation, and Pascal's triangle, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to expand (a+b)n(a + b)^n using the binomial theorem, identify the general term and specific powered terms, find coefficients including independent (constant) terms, and use Pascal's triangle for small nn.

The answer

The binomial theorem

For any non-negative integer nn,

(a+b)n=βˆ‘k=0n(nk)anβˆ’kbk.(a + b)^n = \sum_{k = 0}^{n} \binom{n}{k} a^{n - k} b^k.

Each term has a coefficient (nk)\binom{n}{k} and powers of aa and bb that sum to nn.

Expanded form for small IMATH_15

(a+b)2=a2+2ab+b2,(a + b)^2 = a^2 + 2 a b + b^2,

(a+b)3=a3+3a2b+3ab2+b3,(a + b)^3 = a^3 + 3 a^2 b + 3 a b^2 + b^3,

(a+b)4=a4+4a3b+6a2b2+4ab3+b4,(a + b)^4 = a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4,

(a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5.(a + b)^5 = a^5 + 5 a^4 b + 10 a^3 b^2 + 10 a^2 b^3 + 5 a b^4 + b^5.

The coefficients 1,2,11, 2, 1; 1,3,3,11, 3, 3, 1; 1,4,6,4,11, 4, 6, 4, 1; 1,5,10,10,5,11, 5, 10, 10, 5, 1 form the rows of Pascal's triangle.

The general term

The (k+1)(k + 1)-th term in the expansion of (a+b)n(a + b)^n is

Tk+1=(nk)anβˆ’kbk.T_{k + 1} = \binom{n}{k} a^{n - k} b^k.

So T1=anT_1 = a^n (with k=0k = 0), T2=nanβˆ’1bT_2 = n a^{n - 1} b, and the last term is Tn+1=bnT_{n + 1} = b^n.

The general term is the workhorse for HSC problems: "find the coefficient of xkx^k" or "find the term independent of xx".

Pascal's triangle

Each row of Pascal's triangle gives the coefficients of (a+b)n(a + b)^n for that nn. The entries on the edges are 11; each interior entry is the sum of the two above it (Pascal's rule (nk)=(nβˆ’1kβˆ’1)+(nβˆ’1k)\binom{n}{k} = \binom{n - 1}{k - 1} + \binom{n - 1}{k}).

Row nn (starting from n=0n = 0):

  • IMATH_34 : 11
  • IMATH_36 : 1,11, 1
  • IMATH_38 : 1,2,11, 2, 1
  • IMATH_40 : 1,3,3,11, 3, 3, 1
  • IMATH_42 : 1,4,6,4,11, 4, 6, 4, 1
  • IMATH_44 : 1,5,10,10,5,11, 5, 10, 10, 5, 1
  • IMATH_46 : IMATH_47

Sum identities

βˆ‘k=0n(nk)=2n\sum_{k = 0}^{n} \binom{n}{k} = 2^n. (Set a=b=1a = b = 1.)

βˆ‘k=0n(βˆ’1)k(nk)=0\sum_{k = 0}^{n} (-1)^k \binom{n}{k} = 0 for nβ‰₯1n \ge 1. (Set a=1a = 1, b=βˆ’1b = -1.)

βˆ‘k=0nk(nk)=n 2nβˆ’1\sum_{k = 0}^{n} k \binom{n}{k} = n \, 2^{n - 1}. (Differentiate (1+x)n(1 + x)^n and set x=1x = 1.)

These identities show up regularly in HSC proofs.

Finding specific terms

**Coefficient of xkx^k in (ax+b)n(a x + b)^n**: (nk)akbnβˆ’k\binom{n}{k} a^k b^{n - k} (chosen so the xx-power is kk).

**Term independent of xx**: set the power of xx in Tk+1T_{k + 1} to 00 and solve for kk.

**Approximation (1+x)nβ‰ˆ1+nx+(n2)x2+…(1 + x)^n \approx 1 + n x + \binom{n}{2} x^2 + \dots for small xx**: use the first few terms only.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q223 marksFind the coefficient of x4x^4 in the expansion of (2x+3)7(2 x + 3)^7.
Show worked answer β†’

General term: Tk+1=(7k)(2x)7βˆ’k(3)kT_{k + 1} = \binom{7}{k} (2 x)^{7 - k} (3)^k.

For x4x^4: 7βˆ’k=47 - k = 4, so k=3k = 3.

T4=(73)(2x)4(3)3=35β‹…16x4β‹…27=35β‹…432x4=15 120 x4T_4 = \binom{7}{3} (2 x)^4 (3)^3 = 35 \cdot 16 x^4 \cdot 27 = 35 \cdot 432 x^4 = 15 \, 120 \, x^4.

Coefficient: 15 12015 \, 120.

Markers reward the general term, identifying the right kk, and the arithmetic.

2020 HSC Q224 marksFind the term independent of xx in the expansion of (xβˆ’2x2)9\left( x - \frac{2}{x^2} \right)^9.
Show worked answer β†’

General term: Tk+1=(9k)x9βˆ’k(βˆ’2x2)k=(9k)(βˆ’2)kx9βˆ’kβˆ’2k=(9k)(βˆ’2)kx9βˆ’3kT_{k + 1} = \binom{9}{k} x^{9 - k} \left( -\frac{2}{x^2} \right)^k = \binom{9}{k} (-2)^k x^{9 - k - 2 k} = \binom{9}{k} (-2)^k x^{9 - 3 k}.

Term independent of xx: 9βˆ’3k=09 - 3 k = 0, so k=3k = 3.

T4=(93)(βˆ’2)3=84β‹…(βˆ’8)=βˆ’672T_4 = \binom{9}{3} (-2)^3 = 84 \cdot (-8) = -672.

Markers reward the general term in terms of kk, the power-balancing equation, and the final value.

Related dot points