# Binomial Theorem (Positive Integer n)

> CIE IGCSE Additional Mathematics · 2025-2027
> Source: https://www.owlsprep.com/study/cie-0606-u12-binomial-theorem/

This guide teaches you to expand binomial expressions with positive integer exponents using Pascal's triangle and nCr notation, find specific terms including the term independent of x, and solve exam-aligned problems for CIE IGCSE Add Maths 0606.

**Prerequisites:** Basic algebraic expansion and exponent rules; Permutations and combinations basics

## Learning objectives

- Expand (a+b)ⁿ for positive integer n using Pascal's triangle and nCr notation
- Use the general term formula to find specific terms and coefficients in binomial expansions
- Calculate the term independent of x in binomial expansions of algebraic expressions
- Apply binomial expansions to solve structured exam questions for 0606 Papers 1 and 2

## Pascal's Triangle and Basic Binomial Expansion

**Binomial Theorem (Positive Integer n)** — For any positive integer $n$, $(a + b)^n = a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + ... + b^n$, where coefficients correspond to entries in the $n$-th row of Pascal's triangle.

*Example:* $(x + 2)^3 = x^3 + 3x^2(2) + 3x(2)^2 + 2^3 = x^3 + 6x^2 + 12x + 8$

Pascal's triangle starts with a row for $n=0$ (value [1]), and each subsequent row is formed by adding adjacent entries from the row above. Each entry in row $n$ is the coefficient of the corresponding term in the expansion of $(a+b)^n$.

**Worked example:** Expand $(2x - 3)^4$ using Pascal's triangle.

1. 1. Identify row 4 of Pascal's triangle: $[1, 4, 6, 4, 1]$
2. 2. Substitute $a=2x$, $b=-3$, $n=4$ into the expansion formula:
3. $$(2x)^4 + 4(2x)^3(-3) + 6(2x)^2(-3)^2 + 4(2x)(-3)^3 + (-3)^4$$
4. 3. Simplify each term individually:
5. $$16x^4 + 4(8x^3)(-3) + 6(4x^2)(9) + 4(2x)(-27) + 81$$
6. 4. Combine simplified terms to get the final expansion:
7. $$16x^4 - 96x^3 + 216x^2 - 216x + 81$$

> **Exam tip:** Always include the sign of the second term when substituting into the expansion, especially if the term is negative, to avoid sign errors.

*Calculator:* forbidden

## nCr Notation and General Term Formula

**nCr (Binomial Coefficient)** — The number of ways to choose $r$ items from $n$ distinct items, calculated as $\binom{n}{r} = \frac{n!}{r!(n-r)!}$, where $n! = n \times (n-1) \times ... \times 1$.

*Notation:* \binom{n}{r}

*Example:* $\binom{5}{2} = \frac{5!}{2!3!} = 10$

The general term of a binomial expansion allows you to find a specific term without expanding the entire expression. The $(r+1)$-th term of $(a+b)^n$ is given by:

$$T_{r+1} = \binom{n}{r} a^{n-r} b^r$$

**Worked example:** Find the coefficient of $x^5$ in the expansion of $(3x + 1)^8$.

1. 1. Identify $n=8$, $a=3x$, $b=1$. We need the term where the power of $x$ is 5, so $n - r = 5$ → $r = 3$.
2. 2. Substitute into the general term formula for $r=3$:
3. $$T_{4} = \binom{8}{3} (3x)^{5} (1)^3$$
4. 3. Calculate the coefficient components: $\binom{8}{3} = 56$, $3^5 = 243$
5. 4. Multiply to get the final coefficient: $56 \times 243 = 13608$

> **Exam tip:** Note that $r$ starts at 0, so the $r$-th combination corresponds to the $(r+1)$-th term. Mixing up this offset is one of the most common exam errors for this topic.

*Calculator:* allowed

## Calculating the Term Independent of x

**Term Independent of x** — The constant term in a binomial expansion where the total exponent of $x$ is 0, so it contains no $x$ variable, only a numerical value.

To find the term independent of $x$, rewrite all terms with $x$ using positive or negative exponents, set the total exponent of $x$ in the general term equal to 0, solve for $r$, and substitute back into the general term if $r$ is a valid non-negative integer between 0 and $n$.

**Worked example:** Find the term independent of $x$ in the expansion of $(2x + \frac{1}{x^2})^9$.

1. 1. Write the general term for the expansion:
2. $$T_{r+1} = \binom{9}{r} (2x)^{9 - r} (x^{-2})^r$$
3. 2. Simplify the total exponent of $x$: $(9 - r) - 2r = 9 - 3r$
4. 3. Set exponent equal to 0 and solve for $r$: $9 - 3r = 0$ → $r = 3$
5. 4. Substitute $r=3$ back into the general term:
6. $$\binom{9}{3}(2x)^{6}(x^{-2})^{3} = \binom{9}{3}\,2^{6}\,x^{6}\cdot x^{-6} = 84 \times 64 = 5376$$

> **Exam tip:** Rewrite fractions with $x$ in the denominator using negative exponents first to avoid mistakes when summing exponents of $x$.

## Exam-Style Binomial Application Problems

Exam questions often ask you to use binomial expansions for approximations of decimal values, or to find coefficients in products of binomial expressions. For approximation questions, you only need to calculate terms that affect the required number of decimal places.

**Worked example:** Use the binomial theorem to find the value of $(1.02)^5$ correct to 3 decimal places.

1. 1. Rewrite $1.02$ as $1 + 0.02$, so $n=5$, $a=1$, $b=0.02$
2. 2. Expand up to terms that affect 3 decimal places:
3. $$(1 + 0.02)^5 = 1 + \binom{5}{1}(0.02) + \binom{5}{2}(0.02)^2 + \binom{5}{3}(0.02)^3 + ...$$
4. 3. Calculate each non-negligible term:
5. $$1 + 5(0.02) + 10(0.0004) + 10(0.000008) = 1 + 0.1 + 0.004 + 0.00008 = 1.10408$$
6. 4. Round to 3 decimal places: $1.104$

> **Exam tip:** For Paper 1 non-calculator questions, use Pascal's triangle for small values of $n$ to save time instead of calculating nCr manually.

## Common pitfalls

- **Wrong:** Using $r$ instead of $r+1$ for the term number
  - Why it fails: The general term $T_{r+1}$ uses $r$ starting at 0, so $r=0$ corresponds to term 1, not term 0.
  - Correct: Always add 1 to $r$ to get the term position, or solve for $r$ first by matching the required exponent of $x$.
- **Wrong:** Forgetting the negative sign of the second term when expanding $(a - b)^n$
  - Why it fails: The negative sign is part of $b$, so it is raised to the power of $r$, leading to alternating signs for negative $b$.
  - Correct: Write $b$ explicitly as a negative value before substituting into the expansion formula to avoid sign errors.
- **Wrong:** Using fractional or negative $n$ for binomial expansions
  - Why it fails: This is A Level content not tested in 0606, and will produce incorrect results for positive integer $n$ questions.
  - Correct: Only apply the binomial theorem for positive integer $n$ as specified in the question.
- **Wrong:** Miscalculating the exponent of $x$ when finding the term independent of $x$
  - Why it fails: Terms with $x$ in the denominator have negative exponents, which are often added incorrectly if not rewritten first.
  - Correct: Rewrite all $x$ terms with negative exponents first, then sum exponents to set equal to 0.
- **Wrong:** Generating the wrong row of Pascal's triangle for $n$
  - Why it fails: Pascal's triangle starts at $n=0$ (row 0 = [1]), so row $n$ corresponds to exponent $n$, not the row number if counting from 1.
  - Correct: Count rows starting from 0, so for $n=4$, use the row with 5 entries starting and ending with 1.

## Cheatsheet

| Concept | Formula/Rule | Exam Note |
| --- | --- | --- |
| Basic Expansion | $(a+b)^n = \sum_{r=0}^n \binom{n}{r} a^{n-r} b^r$ | n only positive integer |
| Pascal's Triangle | Row n entry r = $\binom{n}{r}$ | Row 0 = [1], row 1 = [1,1] |
| General Term | $T_{r+1} = \binom{n}{r} a^{n-r} b^r$ | Term number = r+1, r starts at 0 |
| Term Independent of x | Set total x exponent = 0, solve for r | Only valid if r is integer 0 ≤ r ≤ n |
| nCr Calculation | $\binom{n}{r} = \frac{n!}{r!(n-r)!} = \binom{n}{n-r}$ | Use calculator nCr function for Paper 2 |

## What's next

Now that you have mastered the binomial theorem for positive integer n, you can apply this skill to solve more complex series problems, including combinations with calculus and algebraic simplification questions that frequently appear in CIE IGCSE Additional Mathematics 0606 papers. You are now ready to practice past paper questions on this topic, and move on to other core series topics such as arithmetic and geometric progressions. Make sure to practice both calculator and non-calculator questions to prepare for both Paper 1 and Paper 2.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0606-u12-binomial-theorem/
