Expanding & Factorising (AQA GCSE Further Maths): Revision Note

Exam code: 8365

Dan Finlay

Written by: Dan Finlay

Reviewed by: Lucy Kirkham

Updated on

Basic expanding & factorising

How do I expand brackets?

  • Expanding brackets means multiplying all the terms inside a bracket by the term outside of the bracket

  • For GCSE Mathematics you will have learnt how to expand a single bracket

    • Multiply each term inside the bracket by the term outside the bracket

2x(3x4y+5)=2x×3x2x×4y+2x×5=6x28xy+10x

  • You will also have learnt how to expand double brackets

    • You can turn this into two single brackets by multiplying each term inside one bracket by the other bracket

    • For Level 2 Further Mathematics you might get more than two terms in a bracket

      • Therefore using a grid or turning the expression into single brackets will be more helpful than using FOIL

(2x+5)(3x4y+5)=2x(3x4y+5)+5(3x4y+5)=6x28yx+10x+15x20y+25=6x2+8xy+25x20y+25

  • A bracket that is raised to the power of 2 can also be written as a double bracket

    • (x+y+z)2=(x+y+z)(x+y+z)

    • Write as a double bracket and then expand

      • Do not just square each term inside the bracket

  • Be very careful when working with negatives

  • Remember to simplify expressions where possible

How do I factorise out a term from an expression?

  • Factorising is the opposite of expanding

  • Firstly find the highest common factor of each term in the expression and put this outside a bracket

    • The highest common factor could be a single number or a variable or both 

      • 12x+8=4(...+...)

      • 2x25x=x(......)

      • 6x2+8xy+4x=2x(...+...+...)

    • If the terms involve the same variable(s) to different powers then the highest common factor will include the variable(s) with the smallest power

      • 4x5+5x4=x4(...+...)

      • 6x4y78x9y5=2x4y5(......)

    • The highest common factor could also contain brackets

      • (x+1)2+5(x+1)=(x+1)(...+...)

      • (x+1)(x+2)(x+3)+(x+1)(x+2)(x+4)=(x+1)(x+2)(...+...)

  • Then find what you need to multiply the highest common factor by to get each term

    • You might need to use the index law: xa×xb=xa+b

Worked Example

(a) Expand and simplify (x+4)(x45x3+4x27x).

The second bracket has more than two terms so turn the expression into single bracket expansions

(x+4)(x45x3+4x27x)=x(x45x3+4x27x)+4(x45x3+4x27x)=x55x4+4x37x+4x420x3+16x228x

Collect like terms

x5x416x3+9x228x

(b) Factorise fully (x+1)(2x+3)+(x+1)(x2).

There are two terms in this expression; (x+1)(2x+3) and (x+1)(x2)
Both contain the common factor (x+1)
As a bracket is a factor, using "big square brackets" can help keep track of what's left

(x+1)(2x+3)+(x+1)(x2)=(x+1)[(2x+3)+(x2)]

Simplify the "big square brackets"

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

The whole expression is now fully simplified (but it's always worth checking!)

(x+1)(3x+1)

Expanding triple brackets

How do I expand three brackets?

  • Multiply out any two brackets using a standard method and simplify this answer (collect any like terms)

  • Replace the two brackets above with one long bracket containing the expanded result

  • Expand this long bracket with the third (unused) bracket

    • This step often looks like (x + a)(x2 + bx + c)

    • Every term in the first bracket must be multiplied with every term in the second bracket

      • This leads to six terms 

    • A grid can often help to keep track of all six terms, for example (x + 2)(x2 + 3x + 1)

      •  

        x2

        +3x

        +1

        x

        x3

        3x2

        x

        +2

        2x2

        6x

        2

      • add all the terms inside the grid (diagonals show like terms) to get x3 + 2x2 + 3x2 + 6x + x + 2

      • collect like terms to get the final answer of x3 + 5x2 + 7x + 2

  • Simplify the final answer by collecting like terms (if there are any)

  • It helps to put negative terms in brackets when multiplying

Worked Example

Expand  (2x3)(x+4)(3x1).

Start by expanding the first two sets of brackets and simplify by collecting 'like' terms

(2x3)(x+4)=2x×x+2x×4+(3)×x+(3)×4=2x2+8x3x12=2x2+5x12

Rewrite the original expression with the first two brackets expanded

(2x2+5x12)(3x1)

Multiply all of the terms in the first set of brackets by all of the terms in the second set of brackets

2x2×3x+5x×3x+(12)×3x+2x2×(1)+5x×(1)+(12)×(1)

Simplify

6x3+15x236x2x25x+12

Collect 'like' terms

6x3+13x241x+12

Factorising by grouping

How do I factorise expressions with common brackets?

  • To factorise 3x(t + 4) + 2(t + 4), both terms have a common bracket, (t + 4)

    • the whole bracket, (t + 4), can be "taken out" like a common factor

      • (t + 4)(3x + 2)

    • this is like factorising 3xy + 2y to y(3x + 2)

      • y represents (t + 4) above

 

How do I factorise by grouping?

  • Some questions may require you to form the common bracket yourself

    • for example, factorise xy + px + qy + pq

      • "group" the first pair of terms, xy + px, and factorise, x(y + p)

      • "group" the second pair of terms, qy + pq, and factorise, q(y + p),

    • now factorise x(y + p) + q(y + p) as above

      • (y + p)(x + q)

  • This is called factorising by grouping

  • The groupings are not always the first pair of terms and the second pair of terms, but two terms with common factors

Examiner Tips and Tricks

  • As always, once you have factorised something, expand it by hand to check your answer is correct.

Worked Example

Factorise ab + 3b + 2a + 6.

Method 1
Notice that ab and 3b have a common factor of b
Notice that 2a and 6 have a common factor of 2

Factorise the first two terms, using b as a common factor

b(a + 3) + 2+ 6 

Factorise the second two terms, using 2 as a common factor 

b(a + 3) + 2(a + 3) 

(+ 3) is a common bracket 
We can factorise using (a + 3) as a factor

(a + 3)(b + 2)

Method 2
Notice that ab and 2a have a common factor of a
Notice that 3b and 6 have a common factor of 3

Rewrite the expression grouping these terms together 

ab + 2a + 3b + 6 

Factorise the first two terms, using a as a common factor 

a(b + 2) + 3b + 6 

Factorise the second two terms, using 3 as a common factor 

a(b + 2) + 3(b + 2) 

(b + 2) is a common bracket
 We can factorise using (b + 2) as a factor

(b + 2)(a + 3)

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Build on this topic

Dan Finlay

Author: Dan Finlay

Expertise: Portfolio Lead

Dan graduated from the University of Oxford with a First class degree in mathematics. As well as teaching maths for over 8 years, Dan has marked a range of exams for Edexcel, tutored students and taught A Level Accounting. Dan has a keen interest in statistics and probability and their real-life applications.

Lucy Kirkham

Reviewer: Lucy Kirkham

Expertise: Content Creator

Lucy has been a passionate Maths teacher for over 12 years, teaching maths across the UK and abroad helping to engage, interest and develop confidence in the subject at all levels.Working as a Head of Department and then Director of Maths, Lucy has advised schools and academy trusts in both Scotland and the East Midlands, where her role was to support and coach teachers to improve Maths teaching for all.