Binomial Expansion of (a + bx)ⁿ for Positive Integer n

~55 min · WMA12 · 4.5

WMA12 · 4.5 · 55 min

Every term in the expansion of (a+bx)n(a+bx)^n answers the same question, asked nn times over: out of nn identical brackets, how many ways can you pick which rr of them contribute the bxbx? That headcount — written (nr)\binom{n}{r} or nCr{}^nC_r — is the entire , and nothing about it needs memorising once you see it as counting rather than as a formula. The paper's most common trap isn't getting that count wrong; it's attaching a correctly-computed count to the wrong power in the first place.

Key terms in this lesson

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

What (a + bx)ⁿ means, and where P2 draws the line

(a+bx)n(a+bx)^n means exactly what it looks like: multiply (a+bx)(a+bx) by itself nn times. Spec 4.5 restricts nn to a positive integer here, and that restriction is worth taking seriously rather than skimming past: the P2 formula booklet page prints two binomial formulas side by side — the combinatorial expansion (a+b)n(a+b)^n for positive integer nn, and a second, more general series (1+x)n=1+nx+n(n1)2!x2+(1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \ldots that only converges for real nn and x<1|x| < 1. That second formula is P4 content. It sits on the same page purely because Pearson organises the booklet by unit rather than by difficulty, and reaching for it on a P2 paper — where nn is always a known positive integer — buys nothing but harder algebra, confirmed directly by real exam behaviour later in this lesson.

Expanding (a+bx)n(a+bx)^n produces exactly n+1n+1 terms. Powers of aa fall from nn down to 00 as powers of bxbx rise from 00 up to nn, so the general shape is an+(n1)an1(bx)+(n2)an2(bx)2++(bx)na^n + \binom{n}{1}a^{n-1}(bx) + \binom{n}{2}a^{n-2}(bx)^2 + \ldots + (bx)^n — the two exponents in any single term always add to nn, which is a fast self-check on any line of working: if they don't, a power has been mistyped somewhere.

The spec explicitly permits three interchangeable notations for the same coefficient: n!n! (factorial), (nr)\binom{n}{r} ("nn choose rr"), and nCr{}^nC_r. They are not three different things to learn — they are three ways of writing one number, and which one appears on a given exam paper or in a given textbook is a stylistic choice, not a mathematical one.

Every term in the expansion is found the same way, using the general term: Tr+1=(nr)anr(bx)rT_{r+1} = \binom{n}{r}a^{n-r}(bx)^r. Reading it left to right, it demands three separate pieces of arithmetic every single time — the coefficient (nr)\binom{n}{r}, the power of aa, and the power (and, where bb is negative, the sign) of bxbx — and each one is an independent place to slip. The rest of this lesson is built around keeping those three pieces from bleeding into each other.

Mechanism

Where ⁿCᵣ actually comes from — it is a headcount, not a formula to memorise

Write (a+bx)n(a+bx)^n out as nn separate brackets multiplied together: (a+bx)(a+bx)(a+bx)(a+bx)(a+bx)\cdots(a+bx). Expanding this product term by term means picking, from EVERY bracket, either the aa or the bxbx — one choice per bracket — and multiplying all nn choices together; that is what "expanding a product of sums" means, mechanically. A term that ends up as anr(bx)ra^{n-r}(bx)^r is exactly the result of a selection that picked bxbx from rr of the nn brackets and aa from the other nrn - r — and every selection that picks the SAME set of rr brackets multiplies out to the identical term, so instead of writing that term out once per selection, the selections are counted and the count becomes the coefficient. (nr)\binom{n}{r} is, by definition, the number of ways to choose which rr of nn brackets contribute the bxbx — nothing more exotic than that, and nothing that needs a separate rule to justify why it's the coefficient. Now derive the factorial form from the same counting argument rather than quoting it: line the nn brackets up and decide, for each, whether it's an "aa-bracket" or a "bxbx-bracket." There are n!n! ways to put nn distinct objects in order — but the objects here aren't actually distinct once you only care about the FINAL split into two groups: swapping the order of the rr brackets already labelled "bxbx" among themselves doesn't create a new selection, so the n!n! orderings over-count by a factor of r!r! (the number of ways to shuffle those rr brackets among themselves); and swapping the order of the remaining nrn-r "aa"-brackets among themselves doesn't create a new selection either, over-counting by a further factor of (nr)!(n-r)!. Dividing out both gives (nr)=n!r!(nr)!\binom{n}{r} = \dfrac{n!}{r!(n-r)!} — not a formula handed down, but the direct consequence of removing the two kinds of reordering that don't actually change which brackets were chosen.

Mechanism

Pascal's triangle is the same headcount, one step earlier

The rule "each entry of is the sum of the two entries above it" is usually presented as something to notice, not something to derive — but it falls straight out of the same counting argument. To choose which rr of nn brackets contribute the bxbx, look specifically at the LAST bracket and split into two cases that cannot overlap: either that last bracket is one of the rr chosen ones, in which case the other r1r-1 chosen brackets have to come from the remaining n1n-1 brackets — (n1r1)\binom{n-1}{r-1} ways — or it isn't, in which case all rr chosen brackets have to come from those same remaining n1n-1(n1r)\binom{n-1}{r} ways. Every valid selection falls into exactly one of those two cases, so the total count is their sum: (nr)=(n1r1)+(n1r)\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}. That is Pascal's triangle's addition rule, in symbols — each entry really is built from the two above it, because "whether or not the newest bracket is chosen" really does split every selection into exactly those two non-overlapping groups. This is what makes the triangle a second, genuinely valid way to reach the same coefficients, not just a shortcut for small numbers: it's the identical headcount, built up one bracket at a time instead of computed in one factorial calculation.

Same question, every valid method

Find the coefficient of x3x^3 in the expansion of (2+5x)6(2 + 5x)^6. (VERIDIAN-original question — not a reproduction of any past-paper question. The per-line mark allocations are modelled on general M/A/B conventions verified against the primary mark-scheme documentation, not transcribed from a real mark scheme, which for an original question does not exist.)

2 valid methods · every one reaches 2000020000 · 3 marks available

  1. 01

    Tr+1=(6r)(2)6r(5x)rT_{r+1} = \binom{6}{r}(2)^{6-r}(5x)^r; the term in x3x^3 needs r=3r = 3.

    Method mark for quoting the general term and setting r to the power actually asked for. The general marking guidance's advice is to quote a learnt formula before substituting into it — where it isn't quoted, the method mark can still be gained by implication from correct working, but is then at risk from any slip in that working.

    M1
  2. 02

    (63)=20\binom{6}{3} = 20, 23=82^3 = 8, 53=1255^3 = 125.

    Accuracy mark for all three separate pieces correct — the coefficient, the power of a, and the power of bx — dependent on the method mark above.

    A1
  3. 03

    20×8×125=2000020 \times 8 \times 125 = 20000.

    Accuracy mark for the final coefficient, correct answer only.

    A1

Fast, and scales to any n without writing anything not actually needed — a single evaluation, done once, for whichever term the question asks for. That is exactly why it's the right default once n is large enough that building a full Pascal's triangle row would waste time reaching an entry you don't need on the way to the one you do. Its real risk is the one this whole lesson is built around: attaching r to the wrong power or the wrong nCr in the first place, which is arithmetic that looks entirely correct on the page and is simply answering a different question.

In your own words

In one sentence: why do the general term formula and Pascal's triangle always produce the same coefficient for the same n and r?

Where the exam hides the mismatch

Almost no WMA12 binomial question is a plain "expand this and stop" instruction — it usually wants one specific coefficient, or an unknown constant found from a given coefficient, which means correctly matching the term to the power asked for IS the skill being tested, not the multiplication itself. An examiner report puts the resulting error precisely: candidates were seen "using the wrong power (usually 4 or 6 instead of 5 for the fractional part) or using the wrong binomial coefficient (¹²C₆, ¹²C₈ and ⁷C₅ instead of ¹²C₇)" (Jan 2024, Q2) — not a conceptual misunderstanding of the theorem, an indexing slip.

The second hiding place is the choice of formula itself. Both the combinatorial (a+b)n(a+b)^n form and the general (1+x)n(1+x)^n series sit on the same booklet page, and real exam behaviour shows the split: "Part (a) was generally done very well with candidates mostly using the (a+b)ⁿ form of the binomial expansion where n is a positive integer rather than (1+x)ⁿ where n is a rational number" (June 2025, Q1). A regional variant of the same series shows exactly what the harder route costs once a question adds a second unknown alongside x: "Many candidates struggled to make a start with this question due to the fact that there were two unknowns, n and k, within the binomial expression (1+kx)ⁿ" (June 2025 Regional 01R, Q7) — the report records that candidates reaching for the general-series formula made comparatively little progress with it. Default to (a+bx)n(a+bx)^n on P2. It is both the form the spec restricts you to and the one that stays tractable.

The third hiding place only appears once bb is negative. (bx)r=brxr(bx)^r = b^r x^r carries whatever sign brb^r has — negative when rr is odd, positive when rr is even, for exactly the same reason (1)3=1(-1)^3 = -1 and (1)4=1(-1)^4 = 1. An expansion like (32x)7(3-2x)^7 therefore alternates strictly by the parity of rr, term by term, not by any other pattern — and dropping that sign on a single term, usually by writing (2)r(-2)^r as 2r2^r out of habit, produces a coefficient that is numerically wrong by exactly a factor of 1-1 while everything else on the line looks correct.

Worked, in full

The coefficient of x4x^4 in (32x)7(3-2x)^7 — matching the term index correctly, then carrying its sign all the way through

  1. 01

    Identify a=3a = 3, b=2b = -2, n=7n = 7, and the general term (7r)(3)7r(2x)r\binom{7}{r}(3)^{7-r}(-2x)^r. The power of xx wanted is 4, so r=4r = 4 — directly, with no adjustment, because (2x)r(-2x)^r already supplies exactly xrx^r.

    Earns: M1 — attempts the general term with r correctly identified as the power of x itself, not one more or one less than it.

  2. 02

    Evaluate the three pieces separately rather than in one line, since each is an independent place to slip: (74)=35\binom{7}{4} = 35 (the 5th entry of Pascal's row 7, counting the first entry as r=0r=0); 374=33=273^{7-4} = 3^3 = 27; and (2)4=16(-2)^4 = 16 — positive, because raising a negative number to an EVEN power always is.

    Earns: A1 — all three components correct, including the sign reasoning for (−2)⁴, dependent on the method mark above.

  3. 03

    35×27×16=945×16=1512035 \times 27 \times 16 = 945 \times 16 = 15120. The coefficient of x4x^4 is 1512015120.

    Earns: A1 — the final coefficient, correct answer only.

  4. 04

    Check by substituting x=1x = 1 into the whole expansion, which must equal (32)7=1(3-2)^7 = 1: 218710206+2041222680+151206048+1344128=12187 - 10206 + 20412 - 22680 + 15120 - 6048 + 1344 - 128 = 1. ✓ This catches a dropped sign on ANY term, not just the one just found — it's a check on the whole line of working, not only the final answer.

    Earns: Nothing — the mark scheme has run out by this point. It's on the list anyway because it costs one line of arithmetic and would have caught a sign slip on this exact question before the paper was handed in.

Source — Examiner report, Jan 2024

"using the wrong power (usually 4 or 6 instead of 5 for the fractional part) or using the wrong binomial coefficient (¹²C₆, ¹²C₈ and ⁷C₅ instead of ¹²C₇)"

Complete it yourself

Complete the chain — the coefficient of x3x^3 in (14x)6(1 - 4x)^6

  1. 01

    Identify a=1a = 1, b=4b = -4, n=6n = 6, and the general term (6r)(1)6r(4x)r\binom{6}{r}(1)^{6-r}(-4x)^r. The power of xx wanted is 3, so r=3r = 3 — directly, with no adjustment.

  2. 02

    (63)=20\binom{6}{3} = 20 — the 4th entry of Pascal's row 6 (1,6,15,20,15,6,11, 6, 15, 20, 15, 6, 1), counting the first entry as r=0r = 0.

Marked, line by line

(3+kx)6(3+kx)^6, where kk is a non-zero constant. (a) Find, in ascending powers of xx, the first three terms of the binomial expansion of (3+kx)6(3+kx)^6, simplifying each coefficient. (3) (b) Given that the coefficient of x2x^2 in the expansion is 48604860, find the possible value(s) of kk. (3) (c) Given also that the coefficient of xx in the expansion is negative, state which value of kk from part (b) must be rejected, giving a reason. (2) — VERIDIAN-original question, modelled on the real structure of P2 binomial-expansion items that pair a "find the first three terms" opener with a "given that a coefficient equals..." part and a condition that eliminates one root (spec 4.5). Not a reproduction of any past-paper question, and the per-line mark allocations below are modelled on verified general marking guidance rather than transcribed from a real mark scheme, which for an original question does not exist.

8 marks available

(a)3 marks

  1. 01

    (60)(3)6+(61)(3)5(kx)+(62)(3)4(kx)2+\binom{6}{0}(3)^6 + \binom{6}{1}(3)^5(kx) + \binom{6}{2}(3)^4(kx)^2 + \ldots — the general term with a=3a = 3, b=kb = k, n=6n = 6.

    Method mark for attempting the expansion with the correct structure — decreasing powers of 3, increasing powers of kx, a binomial coefficient attached to each. The mark is for a correct method attempted, whatever happens to the arithmetic afterwards.

    M1
  2. 02

    729+1458kx729 + 1458kx

    Accuracy mark for the first two terms. Binomial(6,0)·3⁶ = 729 needs no k at all; Binomial(6,1)·3⁵·k = 6×243×k = 1458k.

    A1
  3. 03

    1215k2x21215k^2x^2

    Accuracy mark for the third term. Binomial(6,2) = 15 and 3⁴ = 81, so 15×81 = 1215 — the 6 that belongs to the SECOND term must not be reused here, the same class of indexing slip the Jan 2024 examiner report names elsewhere in this lesson, just with different numbers.

    A1

(b)3 marks

  1. 101

    1215k2=48601215k^2 = 4860

    Method mark for equating their coefficient of x² from part (a) to the given value 4860 — earned outright, with no 'ft' qualifier needed: an M mark credits a correct method applied to whatever value is on the page, right or wrong, so it needs no follow-through tag just because it is built on a previous part's own answer. 'ft' only ever attaches to A and B marks.

    M1
  2. 102

    k2=48601215=4k^2 = \dfrac{4860}{1215} = 4

    Dependent method mark for solving their equation for k², reachable however the equation was set up.

    dM1
  3. 103

    k=2k = 2 or k=2k = -2

    Accuracy mark, correct answer only, for BOTH values. A squared quantity equal to 4 always has two square roots, and dropping the negative one is the same failure as dropping a bound on an inequality question.

    A1

(c)2 marks

  1. 201

    Coefficient of xx is 1458k1458k: at k=2k=2 this is 29162916 (positive); at k=2k=-2 this is 2916-2916 (negative).

    Method mark for substituting BOTH values of k into the coefficient of x found in part (a) and comparing signs — the only way to actually apply the given condition rather than guess which root to keep.

    M1
  2. 202

    k=2k = 2 is rejected, since it gives a positive coefficient of x; k=2k = -2 is the value that satisfies the question, since 2916-2916 is negative.

    Accuracy mark for the correct rejection WITH the correct reason attached. Stating which value is rejected without saying why — or rejecting the wrong one — does not earn this mark.

    A1

Named traps

term-index-mismatched-to-power
Confirmed directly on a real WMA12 question: common mistakes included "using the wrong power (usually 4 or 6 instead of 5 for the fractional part) or using the wrong binomial coefficient (¹²C₆, ¹²C₈ and ⁷C₅ instead of ¹²C₇)" (Jan 2024, Q2). The power of xx in the general term (nr)anr(bx)r\binom{n}{r}a^{n-r}(bx)^r is rr itself — no "one more" or "one less." State rr explicitly, on its own line, before touching any other number, and this error becomes almost impossible to make by accident.
general-series-form-chosen-over-combinatorial-form
The P2 formula booklet page prints two binomial formulas side by side: the combinatorial (a+b)n(a+b)^n expansion for positive integer nn, and the general series (1+x)n=1+nx+(1+x)^n = 1+nx+\ldots for real nn and x<1|x|<1 — the second is P4 content, not required here, and genuinely harder to apply. An examiner report confirms most candidates default correctly: "Part (a) was generally done very well with candidates mostly using the (a+b)ⁿ form of the binomial expansion where n is a positive integer rather than (1+x)ⁿ where n is a rational number" (June 2025, Q1) — but a regional variant paper shows exactly what the harder route costs once a question adds a second unknown: "Many candidates struggled to make a start with this question due to the fact that there were two unknowns, n and k, within the binomial expression (1+kx)ⁿ" (June 2025 Regional 01R, Q7). On P2, nn is always a known positive integer — default to (a+b)n(a+b)^n every time.
bx-term-not-raised-as-a-whole
Confirmed directly on a real WMA12 question, not just derived from the arithmetic: the examiner report for the same anchor question cited elsewhere in this lesson names this as the most common way of losing the accuracy mark for the unsimplified term — "using invisible brackets that were not recovered in further work (4x⁷ instead of (4x)⁷) resulting in multiplication by 4 instead of 4⁷" (Jan 2024, Q2). (bx)r(bx)^r means both bb and xx are raised to the power rr(4x)3=43x3=64x3(4x)^3 = 4^3x^3 = 64x^3, not 4x34x^3. Losing the power on the numeral while keeping it on the variable is easy to miss on the page, because the x3x^3 still looks correct; only the coefficient in front of it is wrong. Write (bx)r(bx)^r as brxrb^r x^r before evaluating brb^r, so the two pieces are never handled in the same breath.
sign-lost-on-odd-powers-of-a-negative-b
When bb is negative, (bx)r=brxr(bx)^r = b^r x^r carries the sign of brb^r — negative when rr is odd, positive when rr is even, for the same reason (1)3=1(-1)^3 = -1 while (1)4=1(-1)^4 = 1. The terms of an expansion like (32x)7(3-2x)^7 therefore alternate strictly by the parity of rr, not by any other pattern — dropping the sign on just one term, usually by writing (2)r(-2)^r as 2r2^r out of habit, produces an answer that looks structurally right and is numerically wrong by exactly a factor of 1-1.
pascal-triangle-row-miscounted
Row nn of Pascal's triangle — counting the single "1" at the top as row 0 — has exactly n+1n+1 entries, (n0)\binom{n}{0} through (nn)\binom{n}{n}. Starting the count at row 1 instead of row 0 reads off the coefficients for n1n-1, one whole row too early, and every coefficient taken from it is wrong even though every addition inside the triangle was done correctly. Before reading off a row, count its entries: n+1n+1 numbers, not nn.
required-term-not-isolated-from-a-list
Confirmed directly on the anchor WMA12 question: the examiner report states the final accuracy mark "was commonly not awarded to candidates who failed to isolate the required term from a list" (Jan 2024, Q2), and the mark scheme itself warns "the term or coefficient must be identified if they have more than one term." Writing several terms, a full expansion, or a whole row of Pascal's triangle is not itself an error — but once the value asked for has been found, it has to be pointed to on its own, not left sitting unlabelled inside the longer list. State it on its own final line (or circle/box it) the moment it's reached.

Beyond the spec

Spec 4.5 only asks for the expansion and specific terms of it; it never asks for a proof about the row of coefficients as a whole. This is the one-line reason the "check by substituting x = 1" habit used throughout this lesson is not a trick — it works because the entire expansion, evaluated at x = 1, IS the sum of every coefficient, and that sum is forced to equal (a+b)ⁿ by the very identity being checked. It is not examined at P2 and no question will ask for it directly.

Set x=1x=1 in (a+bx)n=r=0n(nr)anr(bx)r(a+bx)^n = \sum_{r=0}^{n}\binom{n}{r}a^{n-r}(bx)^r: every (bx)r(bx)^r becomes brb^r, and the whole right-hand side collapses to (a+b)n(a+b)^n again — obvious algebraically, since substituting a number for xx can't change which identity holds, but genuinely useful practically, because it turns the sum of every coefficient in a worked expansion into a number you can check independently: (a+b)n(a+b)^n. Set a=b=1a=b=1 specifically, and the identity becomes r=0n(nr)=2n\sum_{r=0}^{n}\binom{n}{r} = 2^n — the familiar fact that a full row of Pascal's triangle sums to a power of two, which is not a separate fact to memorise but the same substitution used to check every worked example in this lesson, with the two simplest possible numbers chosen for aa and bb. Set x=1x=-1 instead, with a=ba=b, and every term (nr)anr(a)r\binom{n}{r}a^{n-r}(-a)^r picks up a sign of (1)r(-1)^r; the terms cancel in pairs whenever n1n \geq 1, giving (aa)n=0(a-a)^n = 0 — which is exactly why an alternating row of Pascal's triangle, taken with alternating ++ and - signs, always sums to zero.

Retrieval — with feedback on every choice

Question 1
3 marks

What is the coefficient of x4x^4 in the expansion of (2+5x)9(2 + 5x)^9?

Question 2
2 marks

What is the coefficient of x3x^3 in the expansion of (1+4x)6(1 + 4x)^6?

Question 3
3 marks

What is the coefficient of x3x^3 in the expansion of (52x)6(5 - 2x)^6?

Question 4
2 marks

Pascal's triangle is used to expand (2+x)7(2 + x)^7. Which row gives the correct coefficients, and how many entries does it have?

Question 5
2 marks

In the expansion of (a+b)n(a+b)^n, what does the coefficient (nr)\binom{n}{r} actually count?

Question 6
1 mark

Which expression equals 7C3{}^7C_3?

Reference — not a study method, a lookup
  • (a+bx)ⁿ, n a positive integer: n+1 terms, C(n,r)aⁿ⁻ʳ(bx)ʳ. Powers of a and bx in any term always add to n.
  • C(n,r) = n!/(r!(n−r)!) — a headcount of which r of n brackets give bx, not a formula to memorise alone.
  • The power of x in a term IS r. Write r = (power wanted) on its own line before anything else.
  • (bx)ʳ = bʳxʳ: raise the number too, not just the variable. Negative b alternates sign with the parity of r.
  • Pascal's row n has n+1 entries, C(n,0)…C(n,n). Check any answer: set x = 1, total should equal (a+b)ⁿ.
  • Writing several terms or a full Pascal's row? State the one answering the question on its own line — a correct value left unlabelled in a list can still lose the mark (Jan 2024 Q2).

Not affiliated with or endorsed by Pearson Edexcel. Every quotation and figure attributed to a mark scheme or examiner report in this lesson was independently verified against the primary Pearson document, not carried over from prior course material. Every question in this lesson — prequestion, worked chain, chain drill, method comparison, marked solution and MCQ alike — is VERIDIAN-original wording, inspired by confirmed real question types, never a reproduction of a real Pearson question; and because the questions are original, the per-line mark allocations attached to them are modelled on verified mark-scheme conventions (what M, A and B marks mean, when follow-through applies, how a dependent method mark works) rather than transcribed from a real mark scheme, which for an original question does not exist.

Question 13 marks

What is the coefficient of x4x^4 in the expansion of (2+5x)9(2 + 5x)^9?

  • 25200002\,520\,000

    Correct. (94)=126\binom{9}{4} = 126, 294=25=322^{9-4} = 2^5 = 32, 54=6255^4 = 625, and 126×32×625=2520000126 \times 32 \times 625 = 2\,520\,000.

  • B63000006\,300\,000

    This swaps which exponent belongs to which factor — computing 24×552^4 \times 5^5 instead of the correct 25×542^5 \times 5^4. The power of aa is nrn-r, the power of bxbx is rr; they are not interchangeable.

  • C16800001\,680\,000

    This uses (93)=84\binom{9}{3} = 84 instead of the correct (94)=126\binom{9}{4} = 126 — a one-row-early read of the wrong binomial coefficient, with the correct powers of 2 and 5 still attached to it.

  • D2000020\,000

    This is 25×542^5 \times 5^4 with the binomial coefficient left out entirely — every term in the expansion needs its (nr)\binom{n}{r} headcount attached, not just the two powers.

Traps tested: Power of a confused with power of bx · Term index mismatched to power · Binomial coefficient omitted

Question 22 marks

What is the coefficient of x3x^3 in the expansion of (1+4x)6(1 + 4x)^6?

  • 12801280

    Correct. (63)=20\binom{6}{3} = 20, 13=11^3 = 1, 43=644^3 = 64, and 20×64=128020 \times 64 = 1280.

  • B8080

    This computes (63)×4=80\binom{6}{3} \times 4 = 80 — the 4 raised to the power 1 instead of the power 3. (4x)3=43x3=64x3(4x)^3 = 4^3 x^3 = 64x^3: the numeral is raised to the power just as much as the variable is.

  • C960960

    This uses (62)=15\binom{6}{2} = 15 instead of the correct (63)=20\binom{6}{3} = 20 — the coefficient for the WRONG term, with the correct 43=644^3 = 64 still attached to it.

  • D6464

    This is 434^3 alone, with the binomial coefficient (63)=20\binom{6}{3} = 20 left out entirely.

Traps tested: Bx term not raised as a whole · Term index mismatched to power · Binomial coefficient omitted

Question 33 marks

What is the coefficient of x3x^3 in the expansion of (52x)6(5 - 2x)^6?

  • 20000-20\,000

    Correct. (63)=20\binom{6}{3} = 20, 563=53=1255^{6-3} = 5^3 = 125, and (2)3=8(-2)^3 = -8 since 3 is odd — so 20×125×(8)=2000020 \times 125 \times (-8) = -20\,000.

  • B2000020\,000

    The magnitude is right and the sign is dropped: (2)3=8(-2)^3 = -8, not +8+8. Raising a negative number to an ODD power keeps it negative.

  • C2500000-2\,500\,000

    This uses 565^6 instead of the correct 563=535^{6-3} = 5^3 — the power of aa was never reduced by rr at all, leaving the full power nn attached instead of nrn-r.

  • D15000-15\,000

    This uses (62)=15\binom{6}{2} = 15 instead of the correct (63)=20\binom{6}{3} = 20 — the coefficient for the wrong term, with the correct powers and sign attached to it.

Traps tested: Sign lost on odd powers of a negative b · Power of a not reduced by the term index · Term index mismatched to power

Question 42 marks

Pascal's triangle is used to expand (2+x)7(2 + x)^7. Which row gives the correct coefficients, and how many entries does it have?

  • Row 7 (counting the top "1" as row 0), with 8 entries: 1,7,21,35,35,21,7,11, 7, 21, 35, 35, 21, 7, 1

    Correct. Row nn has n+1n+1 entries, (n0)\binom{n}{0} through (nn)\binom{n}{n}, and for n=7n=7 that's 8 entries.

  • BRow 7 (counting the top "1" as row 1), with 7 entries: 1,6,15,20,15,6,11, 6, 15, 20, 15, 6, 1

    This is actually the row for n=6n=6, read off one row too early because the count started at row 1 instead of row 0. Every coefficient taken from it is wrong, even though the additions inside the triangle were all done correctly.

  • CRow 7, with 7 entries: 1,7,21,35,35,21,71, 7, 21, 35, 35, 21, 7

    The right row, with the final entry dropped. Row 7 has 7+1=87+1=8 entries, ending in (77)=1\binom{7}{7}=1 — the entry for choosing bx from every single bracket.

  • DRow 8, with 9 entries: 1,8,28,56,70,56,28,8,11, 8, 28, 56, 70, 56, 28, 8, 1

    This is the row for n=8n=8, one row too late — labelling the row by n+1n+1 instead of nn, the opposite direction of the more common off-by-one slip.

Traps tested: Pascal triangle row miscounted · Pascal triangle entry dropped

Question 52 marks

In the expansion of (a+b)n(a+b)^n, what does the coefficient (nr)\binom{n}{r} actually count?

  • The number of ways to choose which rr of the nn bracket-factors contribute a bb (the rest contributing aa) when the product is expanded term by term

    Correct — this is the direct combinatorial derivation from earlier in this lesson: expanding nn brackets means one choice of aa or bb per bracket, and every selection choosing the same rr brackets for bb multiplies out to the same term, so the coefficient is that count.

  • BThe power to which bb is raised in that term

    That power is rr itself, which is a separate quantity from the coefficient in front of the term — (nr)\binom{n}{r} and rr are not the same number, and confusing them collapses two independent pieces of the general term into one.

  • CThe total number of terms in the full expansion

    The full expansion always has n+1n+1 terms in total, regardless of rr — that count doesn't depend on which term you're looking at, while (nr)\binom{n}{r} changes with every different rr.

  • DA rounded estimate of nn divided by rr

    (nr)\binom{n}{r} is an exact integer count, not an estimate of anything — it's the precise number of ways to make a specific selection, computable exactly from n!r!(nr)!\dfrac{n!}{r!(n-r)!}.

Traps tested: Binomial coefficient confused with the power · Binomial coefficient confused with total term count · Coefficient treated as an estimate not exact count

Question 61 mark

Which expression equals 7C3{}^7C_3?

  • 7!3!×4!\dfrac{7!}{3! \times 4!}

    Correct: 7!3!×4!=5040144=35\dfrac{7!}{3! \times 4!} = \dfrac{5040}{144} = 35.

  • B7!3!\dfrac{7!}{3!}

    This is 840840 — every ordered arrangement of 3 items chosen from 7, still distinguishing different orders of the same 3 items. Missing the (73)!=4!(7-3)! = 4! that removes the ordering among the 4 items left over.

  • C7×6×57 \times 6 \times 5

    This is 7P3=210{}^7P_3 = 210, the ordered-arrangement count. Dividing by 3!3! to remove the ordering among the 3 chosen items is exactly what turns this into 7C3=35{}^7C_3 = 35.

  • D3!×4!7!\dfrac{3! \times 4!}{7!}

    This is the reciprocal of the correct value, 135\dfrac{1}{35}. A binomial coefficient counts a number of selections, so it's always a positive integer — never a fraction less than 1.

Traps tested: N minus r factorial omitted · Permutation used instead of combination · Ncr fraction inverted

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Examiner report
Jan 2024 · Q2 — cited directly in this lesson
Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WMA12.

Pure Mathematics 2 · progress saved in this browser · sign in to sync across devices

Up next

Exponential Graphs, the Laws of Logarithms and Solving aˣ = b

Every law of logarithms on this page is a law of indices, read backwards. That is not a simplification for beginners — it is the actual content of spec 5.2, and it is why the five identities never need memorising as five separate facts. The real difficulty on this paper is not the algebra of the laws themselves: real scripts show candidates reaching the correct rearranged equation and then simply not finishing it, or reaching for a log law that does not exist. Both of those are what this lesson targets.

55 min