Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Additional Mathematics Classroom | Chapter 3: Binomial Theorem, General Terms and Coefficient Reasoning | SEC G3 K341

Additional Mathematics Classroom · Chapter 3 · SEC 2027 · G3 K341

The Binomial Theorem: learning to see a whole expansion without multiplying everything

A long algebraic expansion can look like a demand for endurance. The Binomial Theorem changes the job. Instead of multiplying bracket after bracket and hoping nothing is lost, we learn the architecture of the expansion before we calculate it.

The old Additional Mathematics textbook teaches this chapter well through pattern, Pascal’s Triangle, binomial coefficients, the general term and applications. The 2027 SEC G3 syllabus keeps the essential mathematical engine but defines its assessed boundary more sharply: positive integer powers, factorial notation, binomial-coefficient notation and the general term. This classroom guide preserves the useful teaching route while making the new boundary explicit.

← Chapter 2: Quadratic Functions, Discriminants, Inequalities and Line–Curve Conditions

Return to the Additional Mathematics Learning Hub

The SEC 2027 position

Binomial expansions are listed as A5 in the 2027 G3 Additional Mathematics syllabus K341. Students are expected to use the Binomial Theorem for positive integer n, use the notations n! and nCr, and use the general term of the expansion. The syllabus also states that knowledge of the greatest term and special properties of the coefficients is not required.

This is therefore a G3 core chapter. It is not part of the listed G2 K232 core. A G2 learner does not need a second-class version of this chapter; the learner simply follows a different subject route and may return to the Binomial Theorem later if moving into G3 Additional Mathematics.

Same school, same Mathematics family, different syllabus ownership. Teach the topic where it belongs.

Official reference: SEAB · 2027 SEC G3 Additional Mathematics K341.


What this chapter is really teaching

The superficial description is easy: expand (a + b)n. But that is not the deepest mathematical job. The chapter trains the learner to describe a large algebraic object through position, pattern and combinatorial structure.

When n is small, repeated multiplication works. When n = 2 or 3, it may even be faster. But repeated multiplication does not scale well, and it hides the reason the coefficients take the values they do. The theorem replaces procedural growth with structural access. It lets us answer questions such as:

  • What is the coefficient of x7 without writing every term?
  • Which term is independent of x?
  • What is the fifth term of an expansion?
  • Which value of a parameter makes a selected coefficient equal to a stated number?
  • How many terms should the expansion contain?
  • How can a large expansion be checked without multiplying it all out?

These questions require a different kind of algebraic control. The learner must separate term number from power, coefficient from variable factor, and the indexing variable r from the exponent n. Much of the apparent difficulty in this chapter is not difficult arithmetic. It is notation discipline.

Chapter map

  1. From repeated multiplication to pattern
  2. Pascal’s Triangle as a learning scaffold
  3. Factorial notation
  4. Binomial coefficients
  5. The Binomial Theorem
  6. The general term
  7. Finding selected terms and coefficients
  8. Terms independent of x
  9. Parameter and comparison problems
  10. Substitution checks and structural verification
  11. SEC transfer and error diagnosis
  12. Original guided practice with worked answers

1 · Begin with what the learner already knows

Before the Binomial Theorem appears, students already know several identities:

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

(a − b)2 = a2 − 2ab + b2

They may also have expanded (a + b)3 by multiplication. If we list the first few positive-integer powers, a pattern starts to appear:

(a + b)0 = 1

(a + b)1 = a + b

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

(a + b)3 = a3 + 3a2b + 3ab2 + b3

(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4.

Three structural observations matter immediately.

  1. There are n + 1 terms in the full expansion of (a + b)n.
  2. The power of a decreases from n to 0 while the power of b increases from 0 to n.
  3. In every term, the powers of a and b add to n.

The coefficients form a second pattern. For n = 0, 1, 2, 3, 4 they are 1; 1,1; 1,2,1; 1,3,3,1; 1,4,6,4,1. This is where Pascal’s Triangle becomes useful.

Why pattern comes before formula

A formula learned before the learner sees what it is compressing can feel arbitrary. A formula learned after the pattern becomes visible feels like a compact record of something already understood. The teaching sequence therefore matters: see the expansion, describe the invariant structure, then introduce the notation that allows the pattern to scale.

This is a recurring Additional Mathematics habit. Formal notation should not replace understanding. It should make understanding portable.


2 · Pascal’s Triangle: useful scaffold, not the destination

Pascal’s Triangle generates the familiar coefficient rows:

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1

Each interior entry is the sum of the two entries above it. For small powers, the triangle gives coefficients quickly. For example, without any factorial notation, the row 1, 5, 10, 10, 5, 1 tells us

(a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5.

Pascal’s Triangle is excellent for discovering coefficient structure and checking a small expansion. But it is not the most efficient tool when n is large or when the question asks only for one selected term. That is where nCr notation becomes the better representation.

The 2027 syllabus does not require a separate study of special coefficient properties or greatest-term theory. We can still notice symmetry and recursive construction because they help understanding, but the core examination route should not become a side quest through every pattern Pascal’s Triangle contains.

A useful classroom check

Suppose a student expands (2x + 1)4 and obtains five terms. Before checking arithmetic, ask whether the powers behave correctly. The powers of 2x should descend 4, 3, 2, 1, 0; the powers of 1 are invisible; and the coefficients should be 1, 4, 6, 4, 1 before the powers of 2 contribute extra numerical factors. Structural checking often locates an error faster than redoing the entire expansion.


3 · Factorial notation: a compressed product

For a positive integer n, factorial notation is defined by

n! = n(n − 1)(n − 2)…3·2·1.

For example, 5! = 5·4·3·2·1 = 120. The convention 0! = 1 is essential because binomial coefficients at the ends of an expansion use r = 0 or r = n.

Factorials grow very quickly. That does not mean every calculation should expand them fully. In fact, cancellation is usually safer when factorials are left partially unexpanded.

Worked route · Simplify before multiplying

Evaluate 10!/(7!3!).

Write 10! = 10·9·8·7!. Then

10!/(7!3!) = (10·9·8)/(3·2·1) = 120.

There was no need to calculate 10! = 3,628,800 first. Good symbolic control reduces the size of the arithmetic before the arithmetic begins.

Common factorial errors

  • Thinking 5! means 5 rather than a product.
  • Writing 0! = 0 instead of 1.
  • Cancelling across addition, for example treating (n + 1)! as n! + 1.
  • Expanding enormous factorials unnecessarily and introducing calculator errors.
  • Forgetting that (n + 1)! = (n + 1)n!.

The repair is to make factorials visible as products. Once the learner sees what the notation abbreviates, most cancellations become ordinary algebra.


4 · Binomial coefficients: why nCr appears

The binomial coefficient is written

C(n,r) = nCr = n!/[r!(n − r)!].

In the expansion of (a + b)n, C(n,r) is the coefficient attached to the term containing br and an−r. It can also be understood combinatorially: when multiplying n copies of (a + b), a term containing r copies of b is formed by choosing which r of the n brackets contribute b. The number of such choices is C(n,r).

This interpretation explains why the coefficient is not decorative. It counts how many identical products are created when the brackets are expanded.

Example · Why the x² coefficient is 10

In (1 + x)5, a term x² is formed by choosing x from exactly two of the five brackets and 1 from the other three. There are C(5,2) = 10 ways to make that choice. Hence the coefficient of x² is 10.

This combinatorial explanation is not necessary for every examination calculation, but it makes the theorem memorable because it tells us where the coefficient comes from.

Useful identities without overloading the syllabus

C(n,0) = C(n,n) = 1 and C(n,r) = C(n,n−r). These facts explain the ones at the ends of Pascal’s Triangle and the symmetry of the coefficient row. They are useful as checks. The syllabus, however, does not require a separate catalogue of coefficient properties. Use them to understand and verify; do not turn them into an unnecessary extra chapter.


5 · The Binomial Theorem

For positive integer n,

(a + b)n = Σ C(n,r)an−rbr, for r = 0,1,2,…,n.

Written term by term, the expansion begins

an + C(n,1)an−1b + C(n,2)an−2b² + … + bn.

The notation may look dense, but the architecture is simple:

  • the coefficient is C(n,r);
  • the power of the first term falls from n to 0;
  • the power of the second term rises from 0 to n;
  • the two powers always add to n;
  • r counts how many times the second term has been selected.

A learner who keeps these five facts visible can reconstruct the theorem even if the printed formula is forgotten.

Worked route A · Full expansion

Expand (2x − 3)4.

Use a = 2x, b = −3 and n = 4:

(2x − 3)4
= C(4,0)(2x)4 + C(4,1)(2x)3(−3) + C(4,2)(2x)²(−3)² + C(4,3)(2x)(−3)³ + C(4,4)(−3)4
= 16x4 − 96x³ + 216x² − 216x + 81.

The alternating signs are caused by the negative second term. The coefficient row itself is still 1,4,6,4,1. Keeping “binomial coefficient” separate from “final numerical coefficient” prevents confusion.

Worked route B · Expand only as far as needed

Find the first four terms, in ascending powers of x, of (1 + 2x)7.

Use r = 0,1,2,3:

T1 = 1

T2 = C(7,1)(2x) = 14x

T3 = C(7,2)(2x)² = 21·4x² = 84x²

T4 = C(7,3)(2x)³ = 35·8x³ = 280x³.

So the required part is 1 + 14x + 84x² + 280x³.

A common examination mistake is to expand the entire expression when only a few terms are required. The theorem should reduce work, not create more of it.


6 · The general term: the chapter’s central tool

The general term of (a + b)n is

Tr+1 = C(n,r)an−rbr, 0 ≤ r ≤ n.

The subscript r + 1 causes many avoidable errors. The first term corresponds to r = 0, not r = 1. Therefore:

  • 1st term → r = 0
  • 2nd term → r = 1
  • 3rd term → r = 2
  • kth term → r = k − 1.

This one-index shift is easy to forget because ordinary counting begins at 1 while the power of b begins at 0. The safest habit is to write term number = r + 1 before substitution.

Worked route · Find the fifth term

Find the fifth term in the expansion of (3x − 2)8.

For the fifth term, r + 1 = 5, so r = 4.

T5 = C(8,4)(3x)4(−2)4.

C(8,4) = 70, (3x)4 = 81x4, and (−2)4 = 16.

Therefore T5 = 90,720x4.

Notice that the numerical coefficient becomes large. That is not automatically suspicious. Binomial coefficients, powers of 3 and powers of 2 are all contributing. Structural checks are more useful than guessing whether the number “looks too big”.

A better way to organise selected-term work

  1. Write the general term.
  2. Translate the requested term number or requested power into an equation for r.
  3. Solve for r before doing coefficient arithmetic.
  4. Substitute the correct r.
  5. Separate sign, numerical coefficient and power of x.
  6. Check that 0 ≤ r ≤ n.

This sequence prevents the most common error: beginning arithmetic before the indexing problem has been solved.


7 · Finding a coefficient without writing the expansion

Suppose the question asks for the coefficient of x6 in (2 + 3x)10. The general term is

Tr+1 = C(10,r)210−r(3x)r.

The power of x is r. To obtain x6, set r = 6. The coefficient is therefore

C(10,6)2436.

There is no reason to write the other ten terms. The selected power identifies the selected term.

When both parts contain x

Consider (x² + 2/x)9. The general term is

Tr+1 = C(9,r)(x²)9−r(2x−1)r.

Combine the powers of x:

x2(9−r)x−r = x18−3r.

Now the power is not simply r. This is where exponent control becomes essential. To find the coefficient of x³, solve 18 − 3r = 3, giving r = 5. Only then calculate the coefficient.

The general principle is simple: derive the exponent as a function of r, then solve the exponent condition.


8 · The term independent of x

A term independent of x is a constant term. Its power of x is zero. Therefore the method is not a new theorem; it is a special case of selected-power reasoning.

For (x² + 3/x)6, the general term is

Tr+1 = C(6,r)(x²)6−r(3x−1)r
= C(6,r)3rx12−3r.

For a constant term, 12 − 3r = 0, so r = 4.

The constant term is

C(6,4)34 = 15·81 = 1215.

Always check that the resulting r is an integer in the permitted range 0 ≤ r ≤ n. If the exponent equation gives r = 7/2, then no term of the expansion is independent of x because r can only take integer values.

Why “no such term” can be the correct answer

Students sometimes feel compelled to produce a numerical constant because the question mentions a constant term. But an expansion may not contain one. The index r labels actual terms and therefore must be an integer. Mathematical constraints do not disappear because a question seems to expect a result.


9 · Coefficient comparison and parameter problems

The Binomial Theorem becomes more powerful when an unknown parameter appears. Instead of only expanding, the learner uses a stated coefficient as evidence about the parameter.

Worked route A · Parameter from a selected coefficient

The coefficient of x² in (1 + kx)5 is 90. Find the possible values of k.

The x² term corresponds to r = 2:

C(5,2)(kx)² = 10k²x².

So 10k² = 90, giving k² = 9. Hence k = ±3.

The plural “possible values” matters. Because k appears squared, both signs survive unless another condition removes one.

Worked route B · Ratio of coefficients

In the expansion of (1 + ax)8, the coefficient of x³ is twice the coefficient of x². Find a.

Coefficient of x² = C(8,2)a² = 28a².

Coefficient of x³ = C(8,3)a³ = 56a³.

The condition gives 56a³ = 2(28a²). Thus 56a³ = 56a², so a²(a − 1) = 0.

If a = 0, the expansion becomes 1 and there is no non-zero x² coefficient to compare in the intended sense. Under the usual non-degenerate interpretation, a = 1.

This example shows why algebraic roots must be interpreted in the original problem. Solving the parameter equation is not always the final step.

A useful distinction

When a question asks for “the coefficient of xr”, do not include xr in the final coefficient. A coefficient is the multiplier. When it asks for “the term containing xr”, include both the multiplier and the power of x. This sounds small, but it is a frequent source of lost marks.


10 · Substitution as a whole-expansion check

A full binomial expansion can often be checked by substituting a convenient value. If an expansion is claimed for (2x − 1)5, set x = 0. The original expression gives (−1)5 = −1, so the constant term of the expansion must also be −1. Set x = 1 and the original gives 1. The sum of all expanded terms at x = 1 should therefore equal 1.

These checks do not prove every coefficient is correct, but they are inexpensive and often catch a missing sign or term. Verification should be proportionate: choose a check that can expose the likely failure without repeating all the work.

Why x = 0 is especially useful

Setting x = 0 eliminates every positive power of x. It isolates the constant term. In many expansions this is the fastest way to detect whether the final term has the correct sign and magnitude.

Why x = 1 is useful

Setting x = 1 turns the expanded polynomial into the sum of its coefficients. The original binomial is usually easy to evaluate at 1. This provides a whole-expression checksum. Again, the principle connects to earlier chapters: choose an input because it simplifies the structure you want to inspect.


11 · Why the theorem works: choosing from n brackets

Write (a + b)n as n identical brackets:

(a + b)(a + b)…(a + b).

To form a term containing br, we must choose b from exactly r brackets and a from the remaining n − r brackets. Every such choice produces the same product an−rbr. The coefficient counts how many ways those r brackets can be chosen. That count is C(n,r).

So the theorem is not a mysterious formula placed on top of algebra. It is the bookkeeping system for every way the repeated product can create the same term.

The coefficient is a count of routes that arrive at the same algebraic product.

This interpretation also explains why the powers add to n. From each of the n brackets we choose exactly one contribution: either a or b. The total number of selected factors is always n.


12 · What is outside the 2027 core

The old textbook contains rich investigations of Pascal’s Triangle and broader coefficient behaviour. These remain mathematically interesting. But the 2027 G3 syllabus explicitly says that knowledge of the greatest term and properties of the coefficients is not required.

That sentence should influence teaching time. It is reasonable to use symmetry, Pascal’s Triangle and combinatorial meaning to build understanding. It is not reasonable to let optional pattern work displace mastery of the required skills: factorials, nCr, the general term, selected coefficients and accurate expansion for positive integer powers.

A well-organised course distinguishes three layers:

  • Core: required by K341 and practised to examination readiness.
  • Support: explanatory ideas that make the core easier to understand and remember.
  • Enrichment: mathematically worthwhile material that is not allowed to masquerade as current assessed content.

This distinction preserves the quality of an older textbook without letting an older syllabus silently control a newer examination route.


13 · Common failure modes

  • Index shift: using r = 5 for the fifth term instead of r = 4.
  • Power drift: allowing the powers of the two binomial parts to stop adding to n.
  • Sign loss: treating (−2)r as positive for every r.
  • Coefficient confusion: giving the whole term when only the coefficient was requested.
  • Factorial overload: expanding large factorials instead of cancelling first.
  • Exponent equation omitted: guessing which r produces a requested x-power.
  • Non-integer r accepted: claiming a term exists even when the exponent condition gives a non-integer index.
  • Wrong binomial part: applying the power r to the first term instead of the second in the chosen general-term convention.
  • Degenerate parameter ignored: accepting a parameter value that destroys the stated coefficient relationship.
  • Full expansion addiction: multiplying everything when one selected term would answer the question.

These errors look different on paper, but many have the same upstream cause: the learner has not separated the indexing problem from the arithmetic. A good repair begins by making the structure explicit before any numbers are calculated.

The first weak-link test

  1. Can the learner write the general term correctly?
  2. Can the learner identify the requested term number or power condition?
  3. Can the learner solve for r?
  4. Can the learner simplify the coefficient accurately?
  5. Can the learner interpret the result in the language requested?

Stop at the first “no”. Repair there. Repeating the entire question does not help if the actual weakness is only the r + 1 indexing rule.


14 · SEC problem-solving transfer

G3 Additional Mathematics places substantial weight on problem solving, reasoning and communication. A chapter that ends with routine full expansions therefore stops too early. Students should also face questions where the theorem is not named and where the unknown is not the expansion itself.

Useful transfer types include:

  • find an unknown parameter from a stated coefficient;
  • find the term independent of x;
  • find a coefficient in a product of two expressions where one factor has already been expanded;
  • compare two selected coefficients;
  • use a substitution to verify or recover information about the expansion;
  • combine a binomial expansion with polynomial coefficient comparison.

The key is controlled difficulty. A good question makes the learner connect two known ideas. A bad question merely hides routine arithmetic under unnecessary complexity.

Worked synthesis · coefficient in a product

Find the coefficient of x³ in (1 + x)(1 + 2x)5.

There are two routes into x³ in the product:

  • 1 multiplied by the x³ term of (1 + 2x)5;
  • x multiplied by the x² term of (1 + 2x)5.

Coefficient of x³ in (1 + 2x)5 = C(5,3)2³ = 10·8 = 80.

Coefficient of x² in (1 + 2x)5 = C(5,2)2² = 10·4 = 40.

Therefore the required coefficient is 80 + 40 = 120.

This is a good example of representation before calculation. We identify every route that can produce x³, then calculate only those routes.


15 · Original guided practice

The following questions are original to this classroom guide. They move from direct control to connected reasoning. Complete the first attempt without the worked answers. Mark the first line at which certainty disappears; that line is more diagnostically useful than the final score.

A · Factorials and binomial coefficients

  1. Evaluate 7!/(5!2!).
  2. Simplify (n + 2)!/n!.
  3. Evaluate C(9,2) and C(9,7).
  4. Express C(n,3) in terms of n without factorial notation.
  5. Explain why C(n,0) = 1 using the idea of choosing objects.

B · Full and partial expansions

  1. Expand (x + 2)5.
  2. Expand (2x − 1)4.
  3. Write the first four terms, in ascending powers of x, of (1 + 3x)8.
  4. Write the first three terms, in descending powers of x, of (2x + 5)7.
  5. Without fully expanding, state how many terms appear in (a + b)12.

C · General term and selected terms

  1. Write the general term in the expansion of (2x + 3)9.
  2. Find the sixth term in the expansion of (x − 2)10.
  3. Find the coefficient of x4 in (1 + 5x)7.
  4. Find the coefficient of x5 in (3 + 2x)8.
  5. Find the term containing x6 in (2x − 1)9.

D · Power conditions and constant terms

  1. Find the term independent of x in (x² + 2/x)9.
  2. Determine whether (x³ + 1/x²)8 contains a term independent of x. If it does, find it.
  3. Find the coefficient of x² in (x + 2/x)6.
  4. Find the coefficient of x−3 in (x² − 1/x)7.
  5. Explain why an exponent equation giving r = 11/3 means the requested power does not occur in the expansion.

E · Parameters and synthesis

  1. The coefficient of x² in (1 + kx)6 is 135. Find k.
  2. In (1 + ax)7, the coefficient of x³ is three times the coefficient of x². Find the non-zero value of a.
  3. Find the coefficient of x4 in (1 + x)(1 + 2x)6.
  4. Find the coefficient of x³ in (1 − 2x)5(1 + x).
  5. The coefficient of x² in (1 + x)n is 45, where n is a positive integer. Find n.
  6. The fourth term of (1 + kx)8 is −448x³. Find k.
  7. In the expansion of (2 + x)n, the coefficient of x is 128 and n is a positive integer. Find n.
  8. Find the constant term in (x + 1/x)10.
  9. Find the coefficient of x² in (1 + x)8 + (1 − x)8.
  10. Explain, without writing both full expansions, why all odd-power terms cancel in (1 + x)n + (1 − x)n.

16 · Worked answers and reasoning checkpoints

  1. 7!/(5!2!) = (7·6)/(2·1) = 21.
  2. (n + 2)!/n! = (n + 2)(n + 1).
  3. C(9,2) = 36 and C(9,7) = 36.
  4. C(n,3) = n(n − 1)(n − 2)/6.
  5. There is exactly one way to choose no objects from a set: choose nothing.
  6. (x + 2)5 = x5 + 10x4 + 40x³ + 80x² + 80x + 32.
  7. (2x − 1)4 = 16x4 − 32x³ + 24x² − 8x + 1.
  8. First four terms: 1 + 24x + 252x² + 1512x³.
  9. Descending powers: 128x7 + 2240x6 + 16,800x5.
  10. There are 13 terms.
  11. Tr+1 = C(9,r)(2x)9−r3r.
  12. Sixth term means r = 5: C(10,5)x5(−2)5 = −8064x5.
  13. Coefficient = C(7,4)54 = 35·625 = 21,875.
  14. For x5, r = 5. Coefficient = C(8,5)3³25 = 56·27·32 = 48,384.
  15. The x-power in C(9,r)(2x)9−r(−1)r is 9 − r. Set 9 − r = 6, so r = 3. Term = C(9,3)(2x)6(−1)³ = −5376x6.
  16. General x-power: 2(9 − r) − r = 18 − 3r. Set to 0: r = 6. Constant term = C(9,6)26 = 84·64 = 5376.
  17. Power = 3(8 − r) − 2r = 24 − 5r. Constant requires r = 24/5, not an integer. No constant term.
  18. Power = (6 − r) − r = 6 − 2r. Set equal to 2: r = 2. Coefficient = C(6,2)2² = 60.
  19. Power = 2(7 − r) − r = 14 − 3r. Set equal to −3: r = 17/3, not an integer. No x−3 term.
  20. r indexes actual terms and must be an integer from 0 to n. Therefore r = 11/3 cannot identify a term.
  21. x² coefficient = C(6,2)k² = 15k² = 135. Thus k² = 9 and k = ±3.
  22. x² coefficient = C(7,2)a² = 21a². x³ coefficient = C(7,3)a³ = 35a³. Condition 35a³ = 3(21a²). For non-zero a, 35a = 63, so a = 9/5.
  23. To make x4, use 1 times x4 plus x times x³. Coefficients: C(6,4)24 = 240 and C(6,3)2³ = 160. Total 400.
  24. Coefficient of x³ in (1 − 2x)5 is C(5,3)(−2)³ = −80. Coefficient of x² is C(5,2)(−2)² = 40. Multiplying by (1 + x), total x³ coefficient = −80 + 40 = −40.
  25. C(n,2) = 45, so n(n − 1)/2 = 45. Thus n(n − 1) = 90, giving n = 10.
  26. Fourth term means r = 3: C(8,3)(kx)³ = 56k³x³ = −448x³. Thus k³ = −8, so k = −2.
  27. Coefficient of x is C(n,1)2n−1 = n2n−1. Solve n2n−1 = 128. Testing positive integers gives n = 5 because 5·16 = 80, so not 5; n = 4 gives 32; n = 6 gives 192. Therefore there is no positive integer n satisfying the stated condition. This is deliberately a consistency check: not every parameter prompt has a solution.
  28. For (x + x−1)10, power = (10 − r) − r = 10 − 2r. Constant term requires r = 5. Coefficient = C(10,5) = 252.
  29. Coefficient of x² in each expansion is C(8,2) because (−x)² is positive. Total = 28 + 28 = 56.
  30. The xr term changes by a factor (−1)r when x is replaced by −x. For odd r, the two coefficients are opposites and cancel; for even r, they add.

Diagnostic note on Question 27: the absence of a positive-integer solution is intentional. A learner who assumes every problem must have a neat parameter value may force an answer. Mathematical conditions must be checked rather than obeyed blindly.


17 · A stronger revision architecture

Binomial work decays quickly if revision consists only of re-reading the theorem. The notation feels familiar while the indexing skill becomes unavailable. Retrieval should therefore be spaced and varied.

  1. Day 1: full expansions with small n; connect to Pascal’s Triangle.
  2. Day 2: factorial and nCr retrieval without notes.
  3. Day 3: general-term questions and term-number indexing.
  4. Day 5: selected coefficients and constant terms.
  5. Day 7: parameter questions and coefficient comparisons.
  6. Day 10: mixed questions with no heading telling the learner which method is active.
  7. Day 14: a short timed set followed by error classification and targeted repair.

The return cycle should not repeat identical questions. Change the surface while preserving the underlying structure: positive and negative second terms, variables in both parts, reciprocal powers, unknown coefficients, product-of-expansions questions and no-solution cases.

The five-minute retrieval test

  • Write the general term from memory.
  • State which r corresponds to the seventh term.
  • Explain how to find a constant term.
  • Explain what nCr counts in the repeated product.
  • Give one independent check for a full expansion.

If these five jobs are stable, most routine chapter work becomes much easier. If one is not stable, repair it before adding more complicated applications.

18 · For teachers: teach the indexing problem explicitly

Many students who appear “weak at Binomial Theorem” are actually weak at one small translation: moving among r, term number and power of x. Make this translation visible on the board.

For an expansion with general term Tr+1, draw three columns:

  • Requested term: “fifth term” → r = 4.
  • Requested power: “x7 term” → solve exponent(r) = 7.
  • Constant term: exponent(r) = 0.

Then keep coefficient arithmetic out of the lesson until students can route these three requests correctly. This separation often transforms the topic because it removes simultaneous cognitive load.

A second teaching move is to compare methods. For (a + b)5, Pascal’s Triangle is fast. For the coefficient of x12 in a fifteenth-power expansion, the general term is far better. Ask students not only to solve but to say why one representation is more efficient.

A third move is to include “impossible request” questions where the exponent equation gives a non-integer r. This teaches students that the general term is a constraint system, not a slot machine that always produces an answer.

19 · For parents: what real progress sounds like

Early in the chapter, a student may say, “I forgot the formula.” Later, stronger language appears:

  • “The fifth term means r = 4.”
  • “I only need one term, so I should not expand everything.”
  • “The x-power is 18 − 3r; I set it to zero for the constant term.”
  • “That r is not an integer, so the term does not exist.”
  • “I can check the constant term by putting x = 0.”
  • “The negative sign belongs inside the power, so parity matters.”

This shift is more important than speed alone. It shows that the learner is reasoning about the structure of the expansion instead of copying a remembered template.

20 · How this chapter connects forward

The Binomial Theorem strengthens several capabilities that return later: symbolic organisation, exact arithmetic, coefficient comparison, parameter reasoning and selecting only the information needed. It also prepares students to recognise that a long expression can be controlled by a compact general rule.

The next portion of the old textbook combines indices, surds and logarithms in one chapter. The 2027 SEC route should not reproduce that boundary blindly. Surds are shared G2/G3 core content, while exponential and logarithmic functions belong to the broader G3 route. The classroom series will therefore reorganise the legacy chapter by syllabus ownership: first a shared Surds chapter, then a G3-only Exponential and Logarithmic Functions chapter.

This is the governing method for the whole textbook conversion: retain good mathematics, preserve useful pedagogy, and let the current syllabus determine the route.

Chapter 3 mastery checkpoint

  • I can explain what n! means and simplify factorial ratios efficiently.
  • I can evaluate and interpret nCr.
  • I can write and use the Binomial Theorem for positive integer n.
  • I can write the general term Tr+1.
  • I know that the kth term uses r = k − 1.
  • I can find a selected coefficient without expanding every term.
  • I can derive the power of x as a function of r when both binomial parts contain x.
  • I can find a constant term by setting the x-exponent equal to zero.
  • I reject non-integer or out-of-range r values.
  • I can solve parameter problems from coefficient conditions.
  • I can check a full expansion using structure or substitution.
  • I know which interesting coefficient topics are enrichment rather than 2027 K341 core requirements.

The theorem is mastered when the learner can reach the term that matters without constructing all the terms that do not.


Official syllabus reference

Singapore Examinations and Assessment Board · 2027 SEC G3 Additional Mathematics K341

Curriculum and assessment requirements can change. The official SEAB syllabus remains the controlling source for subject codes, examinable content and examination structure.

Return to the Additional Mathematics Learning Hub