Photo AI

Last Updated Sep 26, 2025

Factorising Simplified Revision Notes

Revision notes with simplified explanations to understand Factorising quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

496+ students studying

Factorising

Introduction to Factorising

Factorising is a way of breaking down an algebraic expression into simpler parts (called factors) that, when multiplied together, give you the original expression. Think of it like "unpacking" a complicated expression into smaller, easier pieces.

We'll learn how to do this using four different methods:

  1. Highest Common Factor (HCF)
  2. Grouping
  3. Difference of Two Squares
  4. Quadratic Trinomials (Quadratic Equations)

1. Highest Common Factor (HCF)

What is it? The Highest Common Factor is the biggest thing (number, letter, or a combination) that can divide into all the terms in your expression.

How to do it:

  1. Look for the biggest common factor in all the terms. This could be a number, a letter, or both.
  2. Write down the HCF outside a set of brackets.
  3. Inside the brackets, write what's left after you've divided each term by the HCF.
infoNote

Example: Factorise: ab2a2b+3ab2ab - 2a^2b + 3ab^2 Step-by-Step Solution:

  1. Identify the HCF: Look at each term:
  • abab, 2a2b-2a^2b, and 3ab23ab^2
  • The common factors are aa and bb. So, the HCF is abab.
  1. Factor out the HCF: Write (ab)( ab ) outside the bracket:
  • (ab(    ))( ab( \ \ \ \ ) )
  1. Divide each term by the HCF:
  • ab÷ab=1ab \div ab = 1
  • 2a2b÷ab=2a-2a^2b \div ab = -2a
  • 3ab2÷ab=3b3ab^2 \div ab = 3b
  • So, inside the brackets, we write 12a+3b1 - 2a + 3b.
  1. Final answer: ab(12a+3b)ab(1 - 2a + 3b) This means the expression (ab2a2b+3ab2)( ab - 2a^2b + 3ab^2 ) is factorised as ab(12a+3b)ab(1 - 2a + 3b).

2. Factors by Grouping

What is it?

Factoring by grouping is used when an expression has four terms. The idea is to group the terms in pairs and factor out common factors within those pairs.

How to do it:

  1. Group the terms into pairs that look like they have something in common.
  2. Factor out the common factor from each pair.
  3. Check if you have a common binomial (a binomial is two terms inside a bracket). If yes, factor that out.
infoNote

Example: Factorise: 2pr2ps+qrqs2pr - 2ps + qr - qs Step-by-Step Solution:

  1. Group the terms:
  • 2pr2ps2pr - 2ps and qrqsqr - qs
  1. Factor out the common factor from each group:
  • From 2pr2ps2pr - 2ps, factor out 2p2p: 2p(rs)2p(r - s)
  • From qrqsqr - qs, factor out qq: q(rs)q(r - s)
  1. Now you have: 2p(rs)+q(rs)2p(r - s) + q(r - s)
  • Notice rsr - s is common in both, so factor that out:
  • (2p+q)(rs)(2p + q)(r - s)
  1. Final answer: (2p+q)(rs)(2p + q)(r - s) This means the expression 2pr2ps+qrqs2pr - 2ps + qr - qs is factorised as (2p+q)(rs)(2p + q)(r - s)

3. Difference of Two Squares

What is it? This method is used when you have two perfect squares with a minus sign between them, like (a2b2)( a^2 - b^2 ). It can be factorised as (ab)(a+b)(a - b)(a + b).

How to do it:

  1. Recognise the pattern: Check if both terms are squares and if there's a minus sign between them.
  2. Write down the square roots of both terms.
  3. Factorise as (firstsquarerootsecondsquareroot)(firstsquareroot+secondsquareroot)(first square root - second square root)(first square root + second square root).
infoNote

Example: Factorise: 94y29 - 4y^2 Step-by-Step Solution:

  1. Recognise the pattern:
  • 99 is 323^2 and 4y24y^2 is (2y)2(2y)^2, and there's a minus sign.
  1. Write the square roots:
  • The square root of 99 is 33.
  • The square root of 4y24y^2 is 2y2y.
  1. Factorise:
  • (32y)(3+2y)(3 - 2y)(3 + 2y)
  1. Final answer: (32y)(3+2y)(3 - 2y)(3 + 2y) This means the expression (94y2)( 9 - 4y^2 ) is factorised as (32y)(3+2y)(3 - 2y)(3 + 2y).

4. Quadratic Trinomials (Quadratic Equations)

What is it? Quadratic trinomials have three terms and look like (ax2+bx+c)( ax^2 + bx + c ). The goal is to factorise it into two binomials, like (xm)(xn)(x - m)(x - n).

How to do it:

  1. Find two numbers that multiply to give the last number acac and add to give the middle number bb.
  2. Split the middle term using these two numbers.
  3. Factor by grouping.
infoNote

Example: Factorise: x210x+21x^2 - 10x + 21 Step-by-Step Solution:

  1. Identify acac and bb:
  • (a=1)( a = 1 ), (b=10)( b = -10 ), (c=21)( c = 21 )
  • Find two numbers that multiply to 2121 and add to 10-10. These are 7-7 and 3-3.
  1. Split the middle term:
  • Rewrite 10x-10x as 7x3x-7x - 3x:
  • x27x3x+21x^2 - 7x - 3x + 21
  1. Factor by grouping:
  • x(x7)3(x7)x(x - 7) - 3(x - 7)
  • Now, factor out x7 x - 7:
  • (x7)(x3)(x - 7)(x - 3)
  1. Final answer: (x7)(x3)(x - 7)(x - 3) This means the expression x210x+21x^2 - 10x + 21 is factorised as (x7)(x3)(x - 7)(x - 3).

infoNote

Summary Tips for Factorising:

  • Always start by looking for a Highest Common Factor (HCF).
  • In Quadratic Trinomials, practice finding two numbers that work for the sum and product criteria.
  • For the Difference of Squares, remember it must be in the form (a2b2)( a^2 - b^2 ). When factorising, the form is always (a+b)(a-b)

Further Explanation: Quadratic Trinomials (Quadratic Equations)

What is it? A quadratic trinomial is an expression with three terms that follows the form ax2+bx+cax^2 + bx + c, where:

  • aa is the coefficient of x2x^2, (it might be 11, or another number)
  • bb is the coefficient of xx,
  • cc is the constant (the number without a variable). Goal:

The goal is to factorise this expression into two binomials. In other words, we want to rewrite (ax2+bx+c)( ax^2 + bx + c ) as (dx+e)(fx+g)(dx + e)(fx + g).

Why is it tricky?

Quadratic trinomials can be challenging because you need to find two numbers that both add and multiply correctly to fit the expression. But don't worry! With practice, you can master it.


Steps to Factorise Quadratic Trinomials

  1. Identify the coefficients aa, bb, and cc.
  2. Multiply aa and cc to get a product. Let's call this product acac.
  3. Find two numbers that multiply to acac and add to bb.
  4. Rewrite the middle term using these two numbers.
  5. Group the terms in pairs and factor out the common factor from each pair.
  6. Factor out the common binomial. Let's go through this process with some examples.

infoNote

Example 1: Simple Case with a=1a = 1 Factorise: x210x+21x^2 - 10x + 21

  1. Identify a=1a = 1, b=10b = -10, and c=21c = 21.
  2. Multiply aa and cc:
  • ac=1×21=21ac = 1 \times 21 = 21.
  1. Find two numbers that multiply to 2121 and add to 10-10:
  • The numbers are 7-7 and 3-3.
  • (7)×(3)=21(-7) \times (-3) = 21
  • (7)+(3)=10(-7) + (-3) = -10
  1. Rewrite the middle term:
  • Replace 10x-10x with 7x3x-7x - 3x:
  • x27x3x+21 x^2 - 7x - 3x + 21
  1. Group the terms:
  • (x27x)+(3x+21)(x^2 - 7x) + (-3x + 21)
  1. Factor each group:
  • x(x7)3(x7)x(x - 7) - 3(x - 7)
  1. Factor out the common binomial:
  • (x7)(x3)(x - 7)(x - 3) Final Answer: (x210x+21)( x^2 - 10x + 21 ) factorises to (x7)(x3)(x - 7)(x - 3).

infoNote

Example 2: When aa is Not 11 Factorise: 2x25x+32x^2 - 5x + 3

  1. Identify (a=2)( a = 2 ), (b=5)( b = -5 ), and (c=3)( c = 3 ).
  2. Multiply aa and cc:
  • ac=2×3=6ac = 2 \times 3 = 6.
  1. Find two numbers that multiply to 66 and add to 5-5:
  • The numbers are 2-2 and 3-3.
  • (2)×(3)=6(-2) \times (-3) = 6
  • (2)+(3)=5(-2) + (-3) = -5
  1. Rewrite the middle term:
  • Replace 5x-5x with 2x3x-2x - 3x:
  • 2x22x3x+32x^2 - 2x - 3x + 3
  1. Group the terms:
  • (2x22x)+(3x+3)(2x^2 - 2x) + (-3x + 3)
  1. Factor each group:
  • (2x(x1)3(x1))( 2x(x - 1) - 3(x - 1) )
  1. Factor out the common binomial:
  • (2x3)(x1)(2x - 3)(x - 1) Final Answer: (2x25x+3)( 2x^2 - 5x + 3 ) factorises to (2x3)(x1)(2x - 3)(x - 1).

infoNote

Example 3: Complex Case Factorise: 3x2+14x+83x^2 + 14x + 8

  1. Identify a=3a = 3, b=14b = 14, and c=8c = 8.
  2. Multiply aa and cc:
  • (ac=3×8=24)( ac = 3 \times 8 = 24 ).
  1. Find two numbers that multiply to 2424 and add to 1414:
  • The numbers are 1212 and 22.
  • 12×2=2412 \times 2 = 24
  • 12+2=1412 + 2 = 14
  1. Rewrite the middle term:
  • Replace 14x14x with 12x+2x12x + 2x:
  • 3x2+12x+2x+83x^2 + 12x + 2x + 8
  1. Group the terms:
  • (3x2+12x)+(2x+8)(3x^2 + 12x) + (2x + 8)
  1. Factor each group:
  • 3x(x+4)+2(x+4)3x(x + 4) + 2(x + 4)
  1. Factor out the common binomial:
  • (3x+2)(x+4)(3x + 2)(x + 4) Final Answer: (3x2+14x+8)( 3x^2 + 14x + 8 ) factorises to (3x+2)(x+4)(3x + 2)(x + 4).

Tips for Factorising Quadratic Trinomials 38. Check for a Common Factor First:

  • Always check if there's a common factor you can factor out from all three terms before you start.
  1. If the Numbers Don't Work Out:
  • Go back and check your multiplication and addition. Consider if you might have missed an obvious pair.
  1. Dealing with Negative Numbers:
  • Remember that two negatives multiply to a positive, but add to a negative.
  1. Practice, Practice, Practice:
  • Factorising is a skill that improves with practice. The more you do it, the quicker you'll recognise patterns and pairs.

Problem Set 1: Highest Common Factor (HCF)

Problem 1:

infoNote

Question: Factorise the expression: (6x29x)( 6x^2 - 9x )

Step-by-Step Solution:

  1. Identify the terms:
  • The expression has two terms: 6x26x^2 and 9x-9x.
  1. Find the Highest Common Factor (HCF):
  • First, look at the numbers: 66 and 99. The largest number that can divide both 66 and 99 is 33.
  • Next, look at the variables: both terms have xx, with the lowest power being x1x^1.
  • So, the HCF is 3x3x.
  1. Factor out the HCF:
  • Divide each term by the HCF 3x3x.
  • (6x2÷3x=2x)( 6x^2 \div 3x = 2x ) (because (6÷3=2)( 6 \div 3 = 2 ) and (x2÷x=x)( x^2 \div x = x )
  • (9x÷3x=3)( -9x \div 3x = -3 ) (because (9÷3=3)( -9 \div 3 = -3 ) and (x÷x=1)( x \div x = 1 ), which is just -3)
  • Write the expression as 3x(2x3)3x(2x - 3).
  1. Final Answer:
  • The factorised form is 3x(2x3)3x(2x - 3).

Explanation: We started by finding what was common in both terms, factored it out, and then rewrote the expression with the remaining terms inside the brackets.


Problem 2:

infoNote

Question: Factorise the expression: (12a3b28a2b3+4ab4)( 12a^3b^2 - 8a^2b^3 + 4ab^4 )

Step-by-Step Solution:

  1. Identify the terms:
  • The expression has three terms: 12a3b212a^3b^2, 8a2b3-8a^2b^3, and 4ab44ab^4.
  1. Find the HCF:
  • For the numbers: The HCF of 1212, 88, and 44 is 44.
  • For the variable aa : The lowest power of aa across all terms is a1a^1 (in the third term).
  • For the variable bb : The lowest power of bb across all terms is b2b^2(in the first term).
  • So, the HCF is 4ab2 4ab^2.
  1. Factor out the HCF:
  • Divide each term by the HCF 4ab2 4ab^2.
  • 12a3b2÷4ab2=3a212a^3b^2 \div 4ab^2 = 3a^2 (because (12÷4=3)( 12 \div 4 = 3 ), (a3÷a=a2)( a^3 \div a = a^2 ), and (b2÷b2=1)( b^2 \div b^2 = 1 ))
  • 8a2b3÷4ab2=2ab-8a^2b^3 \div 4ab^2 = -2ab (because (8÷4=2)( -8 \div 4 = -2 ), (a2÷a=a)( a^2 \div a = a ), and (b3÷b2=b)( b^3 \div b^2 = b )
  • 4ab4÷4ab2=b24ab^4 \div 4ab^2 = b^2 (because (4÷4=1)( 4 \div 4 = 1 ), (a÷a=1)( a \div a = 1 ), and (b4÷b2=b2)( b^4 \div b^2 = b^2 )
  • Write the expression as 4ab2(3a22ab+b2)4ab^2(3a^2 - 2ab + b^2).
  1. Final Answer:
  • The factorised form is 4ab2(3a22ab+b2)4ab^2(3a^2 - 2ab + b^2).

Explanation: Each term was divided by the HCF to leave the simpler expression inside the brackets. The hardest part is finding the common factors for both numbers and variables.


infoNote

Exam Tip: When finding the HCF, always look carefully at both the numbers and the letters. It's easy to miss a common factor if you rush.


Problem Set 2: Factors by Grouping

Problem 3:

infoNote

Question: Factorise the expression: x3+3x2+2x+6x^3 + 3x^2 + 2x + 6

Step-by-Step Solution:

  1. Group the terms:
  • Pair the terms into two groups: (x3+3x2)(x^3 + 3x^2) and (2x+6)(2x + 6).
  1. Factor out the common factor from each group:
  • From the first group (x3+3x2)( x^3 + 3x^2 ):
  • The common factor is x2x^2, so x3+3x2x^3 + 3x^2 becomes x2(x+3)x^2(x + 3).
  • From the second group 2x+62x + 6:
  • The common factor is 22, so (2x+6)( 2x + 6 ) becomes 2(x+3)2(x + 3) .
  1. Check the binomials:
  • The binomials (x+3)(x + 3) in both groups are the same, so you can factor this out.
  1. Factor out the common binomial:
  • Write the expression as (x2+2)(x+3)(x^2 + 2)(x + 3).
  1. Final Answer:
  • The factorised form is (x2+2)(x+3)(x^2 + 2)(x + 3).

Explanation: We grouped the terms to simplify them, factored out what was common in each group, and then combined the common binomials.


Problem 4:

infoNote

Question: Factorise the expression: 3xy6x+2y4 3xy - 6x + 2y - 4

Step-by-Step Solution:

  1. Group the terms:
  • Pair the terms into two groups: (3xy6x)(3xy - 6x) and (2y4)(2y - 4).
  1. Factor out the common factor from each group:
  • From the first group (3xy6x)( 3xy - 6x ):
  • The common factor is 3x3x, so (3xy6x)( 3xy - 6x ) becomes 3x(y2)3x(y - 2) .
  • From the second group (2y4)( 2y - 4 ):
  • The common factor is 2, so (2y4)( 2y - 4 ) becomes 2(y2)2(y - 2) .
  1. Check the binomials:
  • The binomials (y2)(y - 2) in both groups are the same, so you can factor this out.
  1. Factor out the common binomial:
  • Write the expression as (3x+2)(y2)(3x + 2)(y - 2) .
  1. Final Answer:
  • The factorised form is (3x+2)(y2)(3x + 2)(y - 2).

Explanation: We grouped and factored each pair, then used the common binomial to simplify the expression further.


infoNote

Exam Tip: When grouping, it's important that the binomials match. If they don't, double-check your factoring or try rearranging the terms.


Problem Set 3: Difference of Two Squares

Problem 5:

infoNote

Question: Factorise the expression: x225x^2 - 25

Step-by-Step Solution:

  1. Recognise the pattern:
  • Notice that x2x^2 is a perfect square, and 2525 is also a perfect square.
  • This is a difference of squares since there is a subtraction sign between them.
  1. Write the expression in the form (a2b2)( a^2 - b^2 ):
  • Here, x2=(x)2x^2 = (x)^2 and 25=(5)225 = (5)^2.
  • So, x225=(x)2(5)2. x^2 - 25 = (x)^2 - (5)^2 .
  1. Factor using the difference of squares formula:
  • The difference of squares formula is a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b).
  • Apply it: x225=(x5)(x+5)x^2 - 25 = (x - 5)(x + 5).
  1. Final Answer:
  • The factorised form is (x5)(x+5)(x - 5)(x + 5).

Explanation: We identified that the expression was a difference of squares and applied the formula to factor it.


Problem 6:

infoNote

Question: Factorise the expression: 4x29y24x^2 - 9y^2

Step-by-Step Solution:

  1. Recognise the pattern:
  • Notice that 4x24x^2 is a perfect square, and 9y29y^2 is also a perfect square.
  • This is another example of a difference of squares.
  1. Write the expression in the form (a2b2)( a^2 - b^2 ):
  • Here, (4x2=(2x)2)( 4x^2 = (2x)^2 ) and (9y2=(3y)2)( 9y^2 = (3y)^2 ).
  • So, 4x29y2=(2x)2(3y)2. 4x^2 - 9y^2 = (2x)^2 - (3y)^2 .
  1. Factor using the difference of squares formula:
  • Apply it: 4x29y2=(2x3y)(2x+3y)4x^2 - 9y^2 = (2x - 3y)(2x + 3y).
  1. Final Answer:
  • The factorised form is (2x3y)(2x+3y) (2x - 3y)(2x + 3y).

Explanation: We used the difference of squares formula to simplify the expression into two binomials.


infoNote

Exam Tip: Always make sure that both terms are perfect squares and that there's a subtraction sign between them. It's easy to confuse this with other forms of factorisation.


Problem Set 4: Quadratic Trinomials (Quadratic Equations)

Problem 7:

infoNote

Question: Factorise the expression: x2+7x+12x^2 + 7x + 12

Step-by-Step Solution:

  1. Identify the coefficients:
  • Here, a=1a = 1, b=7b = 7, and c=12c = 12.
  1. Find two numbers that multiply to c=12c = 12 and add to b=7b = 7:
  • We need to find two numbers that multiply to 1212 and add to 77.
  • These numbers are 33 and 44 because:
  • 3×4=123 \times 4 = 12
  • 3+4=73 + 4 = 7
  1. Rewrite the expression using these two numbers:
  • Rewrite the middle term 7x 7x as 3x+4x3x + 4x:
  • x2+3x+4x+12x^2 + 3x + 4x + 12.
  1. Group and factor:
  • Group the first two terms and the last two terms:
  • (x2+3x)+(4x+12)(x^2 + 3x) + (4x + 12).
  • Factor out the common factor from each group:
  • x(x+3)+4(x+3)x(x + 3) + 4(x + 3).
  1. Factor out the common binomial:
  • The expression becomes (x+3)(x+4)(x + 3)(x + 4).
  1. Final Answer:
  • The factorised form is (x+3)(x+4)(x + 3)(x + 4).

Explanation: By finding two numbers that work with both the multiplication and addition rules, we could rewrite the expression in a simpler form.


Problem 8:

infoNote

Question: Factorise the expression: 2x2+5x32x^2 + 5x - 3

Step-by-Step Solution:

  1. Identify the coefficients:
  • Here, a=2a = 2, b=5b = 5, and c=3c = -3.
  1. Multiply a×c=2×3=6a \times c = 2 \times -3 = -6.
  2. Find two numbers that multiply to 6-6 and add to 55:
  • These numbers are 66 and 1-1 because:
  • 6×1=66 \times -1 = -6
  • 6+(1)=56 + (-1) = 5
  1. Rewrite the expression using these two numbers:
  • Rewrite the middle term 5x5x as 6xx6x - x:
  • 2x2+6xx32x^2 + 6x - x - 3.
  1. Group and factor:
  • Group the first two terms and the last two terms:
  • (2x2+6x)(x+3)(2x^2 + 6x) - (x + 3).
  • Factor out the common factor from each group:
  • 2x(x+3)1(x+3)2x(x + 3) - 1(x + 3).
  1. Factor out the common binomial:
  • The expression becomes (2x1)(x+3)(2x - 1)(x + 3).
  1. Final Answer:
  • The factorised form is (2x1)(x+3)(2x - 1)(x + 3).

Explanation: Here, multiplying (a×c)( a \times c ) helped us find the right pair of numbers to split the middle term and proceed with grouping.


Problem 9:

infoNote

Question: Factorise the expression: 6x2+11x+3 6x^2 + 11x + 3

Step-by-Step Solution:

  1. Identify the coefficients:
  • Here, a=6 a = 6, b=11 b = 11, and c=3c = 3.
  1. Multiply a×c=6×3=18a \times c = 6 \times 3 = 18.
  2. Find two numbers that multiply to 1818 and add to 1111:
  • These numbers are 99 and 22 because:
  • 9×2=189 \times 2 = 18
  • 9+2=119 + 2 = 11
  1. Rewrite the expression using these two numbers:
  • Rewrite the middle term 11x11x as 9x+2x9x + 2x:
  • 6x2+9x+2x+36x^2 + 9x + 2x + 3.
  1. Group and factor:
  • Group the first two terms and the last two terms:
  • (6x2+9x)+(2x+3)(6x^2 + 9x) + (2x + 3).
  • Factor out the common factor from each group:
  • 3x(2x+3)+1(2x+3)3x(2x + 3) + 1(2x + 3).
  1. Factor out the common binomial:
  • The expression becomes (3x+1)(2x+3)(3x + 1)(2x + 3).
  1. Final Answer:
  • The factorised form is (3x+1)(2x+3)(3x + 1)(2x + 3).

Explanation: By splitting the middle term and carefully grouping, we could factorise the quadratic trinomial completely.


infoNote

Exam Tip: When dealing with quadratic trinomials, especially when (a)( a ) is not 11, always take your time finding the correct pair of numbers. It's crucial to ensure they multiply to acac and add to bb. Double-checking this step can prevent errors later on.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Factorising

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

80 flashcards

Flashcards on Factorising

Revise key concepts with interactive flashcards.

Try Mathematics Flashcards

7 quizzes

Quizzes on Factorising

Test your knowledge with fun and engaging quizzes.

Try Mathematics Quizzes

29 questions

Exam questions on Factorising

Boost your confidence with real exam questions.

Try Mathematics Questions

27 exams created

Exam Builder on Factorising

Create custom exams across topics for better practice!

Try Mathematics exam builder

80 papers

Past Papers on Factorising

Practice past papers to reinforce exam experience.

Try Mathematics Past Papers

Other Revision Notes related to Factorising you should explore

Discover More Revision Notes Related to Factorising to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Factorising and Manipulation of Formulae

Manipulation of Formulae

user avatar
user avatar
user avatar
user avatar
user avatar

478+ studying

180KViews
Load more notes

Join 500,000+ Junior Cycle students using SimpleStudy...

Join Thousands of Junior Cycle Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered