Algebraic Manipulation for the ESAT

Updated July 2026

This lesson covers the fundamental algebraic techniques required for ESAT Mathematics 1, including collecting like terms, expansion, and factorisation. Mastering these operations is essential for simplifying complex expressions and solving equations. You will learn how to handle single brackets, multiple binomials, and identify highest common factors efficiently.

Core concept

Algebraic expressions are manipulated by combining terms with identical variable components and powers, or by using the distributive law a(b+c)=ab+aca(b + c) = ab + ac to expand and factorise expressions.

Understanding Like Terms

In algebra, like terms are terms that are identical in their variable parts and powers, though their numerical constant multipliers may differ. For example, 12x2y412x^2y^4 and 6x2y4-6x^2y^4 are like terms because the variable components x2y4x^2y^4 match perfectly. Similarly, 10y210y^2 and 0.75y20.75y^2 are like terms.

However, 12x2y412x^2y^4 and 12x2y312x^2y^3 are not like terms because the powers of yy are different. Likewise, 10y210y^2 and 10y10y are not like terms. Only like terms can be collected and combined through addition and subtraction.

Collecting Like Terms

To simplify an expression, we group the like terms together. Consider the following expression:

3x4x2+3y+3x37x+8x2+5xy23x - 4x^2 + 3y + 3x^3 - 7x + 8x^2 + 5x - y^2

To simplify this, identify and group the terms based on their variables and powers:

  1. xx terms: 3x7x+5x=+1x=+x3x - 7x + 5x = +1x = +x
  2. x2x^2 terms: 4x2+8x2=+4x2-4x^2 + 8x^2 = +4x^2
  3. x3x^3 terms: +3x3+3x^3
  4. yy terms: +3y+3y
  5. y2y^2 terms: y2-y^2

Combining these results, the expression becomes: x+4x2+3x3+3yy2x + 4x^2 + 3x^3 + 3y - y^2

While this is mathematically correct, it is standard practice to rearrange the result either in alphabetical order with the highest index first: 3x3+4x2+xy2+3y3x^3 + 4x^2 + x - y^2 + 3y

Or by listing terms with the highest indices first regardless of the variable: 3x3+4x2y2+x+3y3x^3 + 4x^2 - y^2 + x + 3y

Multiplying a Single Term Over a Bracket

You can multiply a single term over a bracket by multiplying every term inside the bracket by the term outside. This follows the rule a(b+c)=ab+aca(b + c) = ab + ac.

Example: Multiply out 3p(2p5q+6r)-3p(2p - 5q + 6r)

Method 1: Direct Multiplication

Multiply each term inside the bracket by 3p-3p: 3p×2p=6p2-3p \times 2p = -6p^2 3p×5q=+15pq-3p \times -5q = +15pq 3p×+6r=18pr-3p \times +6r = -18pr

Result: 6p2+15pq18pr-6p^2 + 15pq - 18pr

Method 2: Grid Method

A grid can help ensure no terms are missed:

×+2p-5q+6r
-3p-6p^2+15pq-18pr

Taking Out Common Factors

Factorising is the reverse of expanding. Common factors are factors that appear in every term of an expression.

Example: Factorise 6x2y3z+15x3y2z221x5y6x^2y^3z + 15x^3y^2z^2 - 21x^5y

Method 1: Systematic Division

  1. Numbers: The highest common factor (HCF) of 6, 15, and 21 is 3.
  2. Variables: Identify variables present in all terms. Here, xx and yy appear in all three, but zz does not appear in the final term.
  3. Powers: Take the lowest power of each shared variable that appears across all terms. For xx, this is x2x^2. For yy, this is y1y^1 (or yy).
  4. Common Factor: The overall common factor is 3x2y3x^2y.

Now, divide every original term by 3x2y3x^2y: 6x2y3z÷3x2y=2y2z6x^2y^3z \div 3x^2y = 2y^2z 15x3y2z2÷3x2y=5xyz215x^3y^2z^2 \div 3x^2y = 5xyz^2 21x5y÷3x2y=7x321x^5y \div 3x^2y = 7x^3

Final factorised form: 3x2y(2y2z+5xyz27x3)3x^2y(2y^2z + 5xyz^2 - 7x^3)

Method 2: Full Expansion

Write out terms in full to see shared components: 6x2y3z=3×2×x×x×y×y×y×z=3x2y(2y2z)6x^2y^3z = 3 \times 2 \times x \times x \times y \times y \times y \times z = 3x^2y(2y^2z) 15x3y2z2=3×5×x×x×x×y×y×z×z=3x2y(5xyz2)15x^3y^2z^2 = 3 \times 5 \times x \times x \times x \times y \times y \times z \times z = 3x^2y(5xyz^2) 21x5y=3×7×x×x×x×x×x×y=3x2y(7x3)21x^5y = 3 \times 7 \times x \times x \times x \times x \times x \times y = 3x^2y(7x^3)

Combining these gives: 3x2y(2y2z+5xyz27x3)3x^2y(2y^2z + 5xyz^2 - 7x^3)

Expanding Products of Two Binomials

To expand (x+3)(x5)(x + 3)(x - 5), every term in the first bracket must be multiplied by every term in the second.

Method 1: FOIL or Arrow Diagrams

You can visualise the multiplication using arrows:

img-21.jpeg

This gives x25x+3x15x^2 - 5x + 3x - 15, which simplifies to x22x15x^2 - 2x - 15.

Another way to visualise this is:

img-22.jpeg

This gives x2155x+3x=x22x15x^2 - 15 - 5x + 3x = x^2 - 2x - 15.

Method 2: Splitting the Multiplication

(x+3)(x5)=x(x5)+3(x5)=x25x+3x15=x22x15(x + 3)(x - 5) = x(x - 5) + 3(x - 5) = x^2 - 5x + 3x - 15 = x^2 - 2x - 15

Method 3: Grid Method

This is often the safest method for longer expressions:

×xx+3
xxx2x^2+3x
-5-5x-15

(x+3)(x5)=x2+3x5x15=x22x15(x + 3)(x - 5) = x^2 + 3x - 5x - 15 = x^2 - 2x - 15

Expanding Products of More Than Two Binomials

Example: Multiply (x+3)(x5)(2x5)(x + 3)(x - 5)(2x - 5)

First, multiply the first two brackets (as solved in the previous section): (x+3)(x5)=x22x15(x + 3)(x - 5) = x^2 - 2x - 15

Then, multiply this result by the remaining bracket: (2x5)(x22x15)(2x - 5)(x^2 - 2x - 15)

Method 1: Splitting

(2x5)(x22x15)=2x(x22x15)5(x22x15)(2x - 5)(x^2 - 2x - 15) = 2x(x^2 - 2x - 15) - 5(x^2 - 2x - 15) Recall that 5×2=+10-5 \times -2 = +10: =2x34x230x5x2+10x+75= 2x^3 - 4x^2 - 30x - 5x^2 + 10x + 75 =2x39x220x+75= 2x^3 - 9x^2 - 20x + 75

Method 2: Grid

×x2x^22x-2x15-15
2x2x2x32x^34x2-4x^230x-30x
5-55x2-5x^2+10x+10x+75+75

(2x5)(x22x15)=2x34x25x230x+10x+75=2x39x220x+75(2x - 5)(x^2 - 2x - 15) = 2x^3 - 4x^2 - 5x^2 - 30x + 10x + 75 = 2x^3 - 9x^2 - 20x + 75

Key takeaways

  • Like terms must have the exact same variables raised to the exact same powers to be combined.
  • The distributive law requires multiplying the external term by every individual term inside a bracket.
  • Factorisation requires identifying the highest common factor for numerical coefficients and the lowest power of shared variables.
  • When expanding three or more binomials, calculate the product of two brackets first, then multiply that result by the next bracket.
Tips

For long algebraic expansions in the ESAT, always use the grid method. It creates a visual checklist that ensures you have multiplied every combination of terms and makes it much easier to spot errors in negative signs.

Cautions

Be careful when factorising expressions where one term is the common factor itself. For example, in ab+aab + a, the factorised form is a(b+1)a(b + 1). Students often forget the +1+1, which is essential to preserve the original expression's value.

Insight

Expanding and factorising are inverse operations. You can always verify your factorisation by expanding your answer; if you do not return to the original expression, a mistake was made during the division of coefficients or subtraction of indices.

Frequently asked questions

Can I combine x2x^2 and x3x^3 if they have the same coefficient?

No. Even if coefficients are identical, terms are only like terms if the powers are the same. x2x^2 and x3x^3 represent different dimensions or growth rates and cannot be added together into a single term.

Does the order of brackets matter when expanding multiple binomials?

No. Multiplication is commutative, so you can multiply the brackets in any order. However, it is usually easiest to multiply two brackets together first and then multiply the resulting quadratic by the remaining linear bracket.

What is the most common mistake when expanding a negative term over a bracket?

The most frequent error is failing to change the sign of the second or third terms inside the bracket. For example, 3(x5)-3(x - 5) is 3x+15-3x + 15, not 3x15-3x - 15.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.