Skip to main content
ExamExplained
NSW Β· Maths Extension 1
Maths Extension 1 study scene
Β§-Syllabus dot point
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 built row by row, with worked examples.

Reviewed by: AI editorial process; not yet individually human-reviewed

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 the independent or constant term), and use Pascal's triangle for small nn. The two halves of the dot point are tightly linked: the entries of Pascal's triangle are the binomial coefficients (nk)\binom{n}{k}, so understanding one explains the other. The workhorse for almost every exam question is the general term Tk+1T_{k+1}.

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 always add to nn. The reason the coefficient is (nk)\binom{n}{k} is itself a counting argument: expanding (a+b)n=(a+b)(a+b)β‹―(a+b)(a+b)^n = (a+b)(a+b)\cdots(a+b) means choosing aa or bb from each of the nn brackets; a term anβˆ’kbka^{n-k}b^k comes from choosing bb in exactly kk of the brackets, and there are (nk)\binom{n}{k} ways to do that. So the binomial theorem is combinations in disguise, which is why this dot point sits in the combinatorics module.

Expanded form for small nn

(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 are exactly the rows of Pascal's triangle, and the powers of aa count down from nn to 00 while the powers of bb count up from 00 to nn.

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 single most useful object in this topic: "find the coefficient of xmx^m" and "find the term independent of xx" both reduce to writing Tk+1T_{k+1}, finding which kk produces the power you want, and evaluating.

Pascal's triangle, built row by row

Each row of Pascal's triangle gives the coefficients of (a+b)n(a + b)^n for that nn. The triangle is built from two simple rules: every row begins and ends with 11, and every interior entry is the sum of the two entries directly above it. That second rule is Pascal's rule, (nk)=(nβˆ’1kβˆ’1)+(nβˆ’1k)\binom{n}{k} = \binom{n - 1}{k - 1} + \binom{n - 1}{k}, so the triangle is a fast way to generate binomial coefficients for small nn without any factorials.

Stage 1, the apex and the edges. Start with a single 11 at the top (this is (00)\binom{0}{0}, the coefficient in (a+b)0=1(a+b)^0 = 1). Each new row begins and ends with 11, because (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1.

Pascal's triangle stage 1: the apex and first rowsPascal's triangle started: row zero is one, row one is one one, row two is one two one. Every row begins and ends with one.Rows n = 0 to 2n=0n=1n=2111121Start with 1 at the apex. Each new row begins and ends with 1.

Stage 2, add the two above. To make the next row, each interior entry is the sum of the two entries diagonally above it. In row 33 the middle entry is 1+2=31 + 2 = 3. This is Pascal's rule in action.

Pascal's triangle stage 2: each entry is the sum of the two aboveBuilding row three: the middle entry three is formed by adding the two entries one and two directly above it. Arrows show one plus two equals three.Row n = 3: add the two aboven=0n=1n=2n=31111211331Interior entries are the sum of the two above: 1 + 2 = 3 (Pascal's rule).

Stage 3, the triangle to row 5. Continuing the same rule fills out every row. Row 55 reads 1,5,10,10,5,11, 5, 10, 10, 5, 1, and these are precisely the coefficients in (a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5(a+b)^5 = a^5 + 5a^4b + 10a^3b^2 + 10a^2b^3 + 5ab^4 + b^5.

Pascal's triangle stage 3: rows to n = 5Pascal's triangle completed to row five: one five ten ten five one. These are the coefficients of the expansion of a plus b to the power five.Row n = 5n=0n=1n=2n=3n=4n=511112113311464115101051Row 5 reads 1 5 10 10 5 1: the coefficients of (a + b) to the power 5.

Reading the rows (nn starting from 00):

  • n=0n = 0: 11
  • n=1n = 1: 1,11, 1
  • n=2n = 2: 1,2,11, 2, 1
  • n=3n = 3: 1,3,3,11, 3, 3, 1
  • n=4n = 4: 1,4,6,4,11, 4, 6, 4, 1
  • n=5n = 5: 1,5,10,10,5,11, 5, 10, 10, 5, 1
  • n=6n = 6: 1,6,15,20,15,6,11, 6, 15, 20, 15, 6, 1

Entry kk of row nn (counting from k=0k = 0) is (nk)\binom{n}{k}, so Pascal's triangle is just a table of binomial coefficients.

Sum identities

βˆ‘k=0n(nk)=2n\displaystyle\sum_{k = 0}^{n} \binom{n}{k} = 2^n (set a=b=1a = b = 1): the sum of each row of Pascal's triangle is a power of 22.

βˆ‘k=0n(βˆ’1)k(nk)=0\displaystyle\sum_{k = 0}^{n} (-1)^k \binom{n}{k} = 0 for nβ‰₯1n \ge 1 (set a=1a = 1, b=βˆ’1b = -1): the alternating row sum is 00.

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

These show up regularly in HSC binomial-identity proofs, almost always proved by substituting convenient values of aa and bb into the binomial theorem.

Finding specific terms

Coefficient of xmx^m in (ax+b)n(a x + b)^n
write Tk+1=(nk)(ax)nβˆ’kbkT_{k+1} = \binom{n}{k}(ax)^{n-k} b^k, find the kk that gives xmx^m, then read the coefficient.
Term independent of xx (the constant term)
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
keep only the first few terms, because higher powers of a small xx are negligible.

How exam questions ask about the binomial theorem

  • "Expand (a+b)n(a + b)^n" for small nn: read the coefficients off Pascal's triangle and attach the descending and ascending powers.
  • "Find the coefficient of xmx^m in ...": general term, solve the power equation for kk, evaluate. The most common type.
  • "Find the term independent of xx / the constant term in ...": general term, set the power of xx to 00, solve for kk.
  • "Find the middle term of ...": for even nn the middle term is Tn/2+1T_{n/2 + 1}.
  • "Find the greatest coefficient / the greatest term when x=…x = \ldots": form the ratio Tk+1Tk\frac{T_{k+1}}{T_k} and find where it crosses 11.
  • "Show that βˆ‘(nk)=2n\sum \binom{n}{k} = 2^n" (or an alternating / weighted sum): substitute suitable aa, bb (often 11 and Β±1\pm 1) into the binomial theorem, or differentiate (1+x)n(1+x)^n first.
  • "Use the expansion to approximate (1.0…)n(1.0\ldots)^n": write the base as 1+x1 + x with small xx and keep the first two or three terms.
  • A (pxa+qxb)n\left(px^a + \frac{q}{x^b}\right)^n form is the cue that the power of xx in the general term is a(nβˆ’k)βˆ’bka(n - k) - bk; balance it to the target power.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

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.

ExamExplained