Skip to main content
WalesMathsSyllabus dot point

How do we expand a bracket raised to a positive integer power without multiplying it out term by term?

The binomial expansion of (a+b)n(a+b)^n for positive integer nn, binomial coefficients and Pascal's triangle, and finding a specified term.

A focused answer to WJEC AS Unit 1 sequences and series, covering the binomial expansion of (a+b)n(a+b)^n for positive integer nn, binomial coefficients and Pascal's triangle, and finding a specified term of an expansion.

Generated by Claude Opus 4.811 min answer

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

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

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

WJEC wants you to expand (a+b)n(a+b)^n for a positive integer nn using the binomial theorem, to compute binomial coefficients (nr)\binom{n}{r} (the nCr\,^nC_r\, on your calculator) or read them from Pascal's triangle, and to pick out a single specified term or coefficient. (The expansion for fractional or negative nn belongs to A2 Unit 3.) This is a reliable source of marks because the method is mechanical once you set it up correctly.

The answer

The binomial theorem

For any positive integer nn, the expansion of (a+b)n(a+b)^n has n+1n+1 terms, with the power of aa falling from nn to 00 and the power of bb rising from 00 to nn.

The general (or (r+1)(r+1)th) term is (nr)anrbr\binom{n}{r} a^{n-r} b^r. Knowing this term is the key to "find the coefficient of xkx^k" questions.

Binomial coefficients and Pascal's triangle

The coefficients (nr)\binom{n}{r} are exactly the entries in Pascal's triangle, where each entry is the sum of the two above it:

1
1  1
1  2  1
1  3  3  1
1  4  6  4  1
1  5 10 10  5  1

For small powers, reading the coefficients off Pascal's triangle is faster than the factorial formula. For larger powers, use the nCr\,^nC_r\, button on the calculator, or compute (nr)\binom{n}{r} as a product: (nr)=n(n1)(nr+1)r!\binom{n}{r} = \dfrac{n(n-1)\cdots(n-r+1)}{r!}, which has exactly rr factors on the top. For example (83)=8×7×63×2×1=56\binom{8}{3} = \dfrac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56. The two outer coefficients of every row are always 11 because (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1, and the second coefficient is always nn because (n1)=n\binom{n}{1} = n.

Finding a specified term

Examples in context

Example 1. An estimation use
Expand (1+x)4=1+4x+6x2+4x3+x4(1 + x)^4 = 1 + 4x + 6x^2 + 4x^3 + x^4. Putting x=0.01x = 0.01 gives (1.01)41+0.04+0.0006=1.0406(1.01)^4 \approx 1 + 0.04 + 0.0006 = 1.0406, close to the true 1.040604011.04060401. The early terms dominate when xx is small, which is the idea behind binomial approximations in the A2 course.
Example 2. A coefficient comparison
In (1+ax)6(1 + ax)^6 the coefficient of x2x^2 is (62)a2=15a2\binom{6}{2}a^2 = 15a^2. If this equals 6060, then a2=4a^2 = 4, so a=±2a = \pm 2. The binomial term links straight into solving an equation for the unknown constant.
Example 3. Two unknowns from two coefficients
In (a+bx)4(a + bx)^4 the first two terms are 16+96x+16 + 96x + \cdots. The constant term is a4=16a^4 = 16, so a=2a = 2. The xx term is (41)a3b=4(8)b=32b\binom{4}{1}a^3 b = 4(8)b = 32b, and setting 32b=9632b = 96 gives b=3b = 3. Two coefficients give two equations that pin down both constants, a common structured-question pattern. Notice how the first coefficient fixes aa before the second equation is even used, so always work the terms in order.

Try this

Q1. Expand (1+x)5(1 + x)^5 fully. [2 marks]

  • Cue. Pascal's row is 1,5,10,10,5,11, 5, 10, 10, 5, 1, giving 1+5x+10x2+10x3+5x4+x51 + 5x + 10x^2 + 10x^3 + 5x^4 + x^5.

Q2. Find the coefficient of x4x^4 in (2+x)7(2 + x)^7. [3 marks]

  • Cue. Term is (74)23x4=35×8x4=280x4\binom{7}{4}2^3 x^4 = 35 \times 8 x^4 = 280x^4, so the coefficient is 280280.

Q3. Find the constant term in the expansion of (2x+3)4(2x + 3)^4. [2 marks]

  • Cue. The constant comes from r=4r = 4: (44)(2x)034=81\binom{4}{4}(2x)^0 3^4 = 81.

Exam-style practice questions

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

WJEC AS style4 marksFind the first four terms, in ascending powers of xx, of the binomial expansion of (2+x)6(2 + x)^6.
Show worked answer →

Use (a+b)n=r=0n(nr)anrbr(a+b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r with a=2a = 2, b=xb = x, n=6n = 6.

Term r=0r=0: (60)26=64\binom{6}{0} 2^6 = 64.

Term r=1r=1: (61)25x=6×32x=192x\binom{6}{1} 2^5 x = 6 \times 32 \, x = 192x.

Term r=2r=2: (62)24x2=15×16x2=240x2\binom{6}{2} 2^4 x^2 = 15 \times 16 \, x^2 = 240x^2.

Term r=3r=3: (63)23x3=20×8x3=160x3\binom{6}{3} 2^3 x^3 = 20 \times 8 \, x^3 = 160x^3.

So the first four terms are 64+192x+240x2+160x364 + 192x + 240x^2 + 160x^3. Markers reward correct binomial coefficients, correct powers of 22, and ascending order. Forgetting to raise the 22 to the right power is the usual slip.

WJEC AS style3 marksFind the coefficient of x3x^3 in the expansion of (1+2x)5(1 + 2x)^5.
Show worked answer →

The general term is (5r)(1)5r(2x)r\binom{5}{r}(1)^{5-r}(2x)^r, so the x3x^3 term uses r=3r = 3.

(53)(2x)3=10×8x3=80x3\binom{5}{3}(2x)^3 = 10 \times 8 x^3 = 80x^3.

The coefficient of x3x^3 is 8080.

Markers reward selecting r=3r = 3, computing (53)=10\binom{5}{3} = 10, and cubing the 22 inside the bracket to get the factor 88. A frequent error is to forget to raise the 22 to the power, giving 2020 instead of 8080.

Related dot points

Sources & how we know this