Expanding and Factorising

Master expanding brackets and factorising expressions for GCSE Maths. Covers single and double brackets, DOTS and quadratics.

Expanding brackets and factorising are two of the most important algebraic skills you will need for your GCSE Maths exam. They are inverse processes: expanding removes brackets, while factorising puts them back in.

Expanding brackets is essential for simplifying expressions, solving equations and proving algebraic identities. Factorising is the key to solving quadratic equations, simplifying algebraic fractions and much more.

This guide covers expanding single brackets, expanding double brackets (using the FOIL method or grid method), the difference of two squares, and factorising expressions including quadratics. These topics span both Foundation and Higher tiers, with the more advanced factorising techniques appearing on the Higher paper.

Core Concepts

Expanding Single Brackets

To expand a single bracket, multiply each term inside the bracket by the term outside.

3(x+4)=3x+123(x + 4) = 3x + 12

2(3x5)=6x+10-2(3x - 5) = -6x + 10

Notice in the second example: 2×(5)=+10-2 \times (-5) = +10. Be careful with negative signs.

More complex examples:

x(x+7)=x2+7xx(x + 7) = x^2 + 7x

4x(2x3)=8x2+12x-4x(2x - 3) = -8x^2 + 12x

Expanding Double Brackets

To expand two brackets, multiply every term in the first bracket by every term in the second bracket. A common method is FOIL (First, Outer, Inner, Last).

(x+3)(x+5)(x + 3)(x + 5)

  • First: x×x=x2x \times x = x^2
  • Outer: x×5=5xx \times 5 = 5x
  • Inner: 3×x=3x3 \times x = 3x
  • Last: 3×5=153 \times 5 = 15

=x2+5x+3x+15=x2+8x+15= x^2 + 5x + 3x + 15 = x^2 + 8x + 15

Expanding with Negative Terms

(x+4)(x2)(x + 4)(x - 2)

=x22x+4x8=x2+2x8= x^2 - 2x + 4x - 8 = x^2 + 2x - 8

(x3)(x7)(x - 3)(x - 7)

=x27x3x+21=x210x+21= x^2 - 7x - 3x + 21 = x^2 - 10x + 21

Remember: negative × negative = positive.

Expanding (ax+b)(cx+d)(ax + b)(cx + d)

When the coefficient of xx is not 1:

(2x+3)(3x1)=6x22x+9x3=6x2+7x3(2x + 3)(3x - 1) = 6x^2 - 2x + 9x - 3 = 6x^2 + 7x - 3

Squaring a Bracket

(x+4)2=(x+4)(x+4)=x2+4x+4x+16=x2+8x+16(x + 4)^2 = (x + 4)(x + 4) = x^2 + 4x + 4x + 16 = x^2 + 8x + 16

A common error is to write (x+4)2=x2+16(x + 4)^2 = x^2 + 16. This is wrong — you must include the middle term.

The general pattern is:

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

(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Difference of Two Squares (DOTS)

When you expand (a+b)(ab)(a + b)(a - b):

(a+b)(ab)=a2ab+abb2=a2b2(a + b)(a - b) = a^2 - ab + ab - b^2 = a^2 - b^2

The middle terms cancel. This is the difference of two squares.

Example: (x+6)(x6)=x236(x + 6)(x - 6) = x^2 - 36

Factorising — Taking Out a Common Factor

Factorising is the reverse of expanding. Look for the highest common factor (HCF) of all terms.

6x+15=3(2x+5)6x + 15 = 3(2x + 5)

8x212x=4x(2x3)8x^2 - 12x = 4x(2x - 3)

Always check: if you expanded your answer, would you get back to the original expression?

Factorising Quadratics (x2+bx+cx^2 + bx + c)

To factorise x2+bx+cx^2 + bx + c, find two numbers that:

  • Multiply to give cc
  • Add to give bb

Example: Factorise x2+7x+12x^2 + 7x + 12

Find two numbers that multiply to 12 and add to 7: 33 and 44.

x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4)

Example: Factorise x22x15x^2 - 2x - 15

Find two numbers that multiply to 15-15 and add to 2-2: 5-5 and 33.

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

Factorising the Difference of Two Squares

Recognise the pattern a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b).

x249=(x+7)(x7)x^2 - 49 = (x + 7)(x - 7)

4x225=(2x+5)(2x5)4x^2 - 25 = (2x + 5)(2x - 5)

Factorising Harder Quadratics (ax2+bx+cax^2 + bx + c where a1a \neq 1)

For quadratics where the coefficient of x2x^2 is not 1, use the AC method:

  1. Multiply a×ca \times c
  2. Find two numbers that multiply to acac and add to bb
  3. Split the middle term and factorise in pairs

Example: Factorise 2x2+7x+32x^2 + 7x + 3

a×c=2×3=6a \times c = 2 \times 3 = 6. Find two numbers that multiply to 6 and add to 7: 66 and 11.

2x2+6x+x+32x^2 + 6x + x + 3

=2x(x+3)+1(x+3)= 2x(x + 3) + 1(x + 3)

=(2x+1)(x+3)= (2x + 1)(x + 3)

Strategy Tips

Tip 1: Always Expand to Check Your Factorisation

After factorising, expand your brackets to verify you get the original expression. This takes seconds and catches errors.

Tip 2: Look for Common Factors First

Before attempting to factorise a quadratic, check whether all terms share a common factor. For example, 2x2+10x+12=2(x2+5x+6)=2(x+2)(x+3)2x^2 + 10x + 12 = 2(x^2 + 5x + 6) = 2(x + 2)(x + 3).

Tip 3: Remember the Sign Rules

When factorising x2+bx+cx^2 + bx + c:

  • If cc is positive, both signs are the same (both ++ or both -, matching the sign of bb)
  • If cc is negative, the signs are different

Tip 4: Spot DOTS Immediately

If you see x2numberx^2 - \text{number} with no xx term, check if the number is a perfect square. If so, it is a difference of two squares.

Tip 5: Use the Grid Method if FOIL Confuses You

Draw a 2×2 grid. Place terms from each bracket along the top and side. Multiply to fill in the grid, then collect like terms.

Worked Example: Example 1

Problem

Expand and simplify (x+5)(x3)(x + 5)(x - 3)

Solution

=x23x+5x15= x^2 - 3x + 5x - 15

=x2+2x15= x^2 + 2x - 15

Worked Example: Example 2

Problem

Expand and simplify (3x2)2(3x - 2)^2

Solution

(3x2)(3x2)(3x - 2)(3x - 2)

=9x26x6x+4= 9x^2 - 6x - 6x + 4

=9x212x+4= 9x^2 - 12x + 4

Worked Example: Example 3

Problem

Factorise x25x24x^2 - 5x - 24

Solution

Find two numbers that multiply to 24-24 and add to 5-5.

Factor pairs of 24-24: (8,3)(-8, 3)8+3=5-8 + 3 = -5

x25x24=(x8)(x+3)x^2 - 5x - 24 = (x - 8)(x + 3)

Check: (x8)(x+3)=x2+3x8x24=x25x24(x - 8)(x + 3) = x^2 + 3x - 8x - 24 = x^2 - 5x - 24

Worked Example: Example 4

Problem

Factorise 9x2169x^2 - 16

Solution

Recognise this as a difference of two squares: 9x2=(3x)29x^2 = (3x)^2 and 16=4216 = 4^2.

9x216=(3x+4)(3x4)9x^2 - 16 = (3x + 4)(3x - 4)

Worked Example: Example 5

Problem

Factorise 3x2+11x+63x^2 + 11x + 6

Solution

a×c=3×6=18a \times c = 3 \times 6 = 18. Find two numbers that multiply to 18 and add to 11: 99 and 22.

Split the middle term:

3x2+9x+2x+63x^2 + 9x + 2x + 6

Factorise in pairs:

=3x(x+3)+2(x+3)= 3x(x + 3) + 2(x + 3)

=(3x+2)(x+3)= (3x + 2)(x + 3)

Check: (3x+2)(x+3)=3x2+9x+2x+6=3x2+11x+6(3x + 2)(x + 3) = 3x^2 + 9x + 2x + 6 = 3x^2 + 11x + 6

Worked Example: Example 6

Problem

Factorise completely 6x2246x^2 - 24

Solution

First, take out the common factor of 6:

6x224=6(x24)6x^2 - 24 = 6(x^2 - 4)

Now recognise x24x^2 - 4 as a difference of two squares:

=6(x+2)(x2)= 6(x + 2)(x - 2)

Practice Problems

  1. Problem 1

    Expand and simplify (x+6)(x4)(x + 6)(x - 4).

    Problem 2

    Expand and simplify (2x+1)(3x5)(2x + 1)(3x - 5).

    Problem 3

    Factorise x2+9x+20x^2 + 9x + 20.

    Problem 4

    Factorise x281x^2 - 81.

    Problem 5

    Factorise 2x2+5x32x^2 + 5x - 3.

    Problem 6

    Factorise completely 5x2455x^2 - 45.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Squaring a bracket incorrectly. (x+3)2x2+9(x + 3)^2 \neq x^2 + 9. You must include the middle term: (x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9.
  • Sign errors when expanding. Negative × negative = positive. Double-check every sign in your expansion.
  • Not fully factorising. After taking out a common factor, check whether the remaining expression can be factorised further (e.g., DOTS).
  • Mixing up the AC method. The two numbers must multiply to acac (not just cc) and add to bb.
  • Confusing expanding with factorising. Expanding removes brackets; factorising puts them back. Know which one the question is asking for.

Frequently Asked Questions

What does "expand and simplify" mean?

Expand the brackets by multiplying out, then simplify by collecting like terms.

What does "factorise completely" mean?

It means you must factorise as far as possible. Take out any common factors first, then factorise the remaining expression if you can (e.g., into double brackets or DOTS).

How do I factorise when $a \neq 1$?

Use the AC method. Multiply aa by cc, find two numbers with that product and a sum of bb, split the middle term, then factorise in pairs.

Is there a quick way to expand $(a + b)^2$?

Yes. Use the identity (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2. For example, (x+5)2=x2+10x+25(x + 5)^2 = x^2 + 10x + 25.

How do I know if an expression is a difference of two squares?

It has exactly two terms, they are separated by a minus sign, and both terms are perfect squares. For example, 25x249=(5x)27225x^2 - 49 = (5x)^2 - 7^2.

Key Takeaways

  • Expanding removes brackets. Multiply each term inside the bracket by the term outside (single brackets) or use FOIL/grid for double brackets.

  • Factorising is the reverse. It means putting an expression back into brackets.

  • Always check by expanding. After factorising, expand your answer to verify it matches the original.

  • Common factor first. Before factorising a quadratic, always check for a common factor across all terms.

  • DOTS is a special pattern. a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b) — learn to recognise it instantly.

  • The AC method handles harder quadratics. When a1a \neq 1, multiply a×ca \times c to find the key product, then split and group.

Ready to Ace Your GCSE maths?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store