Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 4 ~35 min Unit 2 · Algebra +85 XP

Factorising Common Factors

Expanding puts brackets in; factorising pulls them out. Learn to spot what divides every term, extract it, and check your answer by expanding back.

Today's hook: When you split a $60 dinner bill four ways, you factorise: $60 = 4 × $15. Algebra does the same — find what divides everything, then pull it out front.
0/5QUESTS
Think First
warm-up

Before you read on — factorise $8x + 12$. What number divides both terms? What is left inside the brackets? Try it, then check your reasoning as you go.

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

Factorising is the reverse of expanding. Where expanding multiplies a bracket out, factorising searches for what every term shares, pulls it out front, and leaves the rest in brackets.

An expansion turns $3(x + 4)$ into $3x + 12$. A factorisation turns $3x + 12$ back into $3(x + 4)$. The move is reversible — and you verify it by expanding back.

3(x+4) FACTOR 3x + 12 EXPAND reverse of each other
$3x+12=3(x+4)$
Find what divides all
The HCF is the biggest factor shared by every term.
Pull it out front
Write the HCF outside the brackets, the leftovers inside.
Always check
Expand your answer — you must get back to the original.
2
What You'll Master
objectives

Know

  • What factorising means and why it is the reverse of expanding
  • How to find the HCF of numbers and variables
  • The grouping method for four-term expressions

Understand

  • Why the HCF uses the smallest power of each variable
  • Why every term must be divided by the HCF
  • How grouping turns four terms into a common binomial

Can Do

  • Find the HCF of any set of algebraic terms
  • Factorise by extracting the HCF
  • Factorise by grouping
  • Verify by expanding back
3
Words You Need
vocabulary
FactoriseRewrite an expression as a product of factors — the reverse of expanding.
HCFHighest Common Factor — the largest factor shared by every term.
Common factorAny factor that appears in every term of an expression.
FactorA number or expression that divides another exactly with no remainder.
ExpandRemove brackets by multiplying through — the opposite of factorising.
GroupingSplitting four terms into two pairs, factorising each pair, then extracting a common bracket.
4
Spot the Trap
heads-up

Wrong: "$6x + 9 = 3(2x + 9)$" — the 9 was not divided by 3.

Right: $6x + 9 = 3(2x + 3)$. Every term must be divided by the HCF.

Wrong: "$10a^2b + 15ab = 5ab(2a^2 + 3)$" — the $a^2$ was not divided by $a$.

Right: $10a^2b + 15ab = 5ab(2a + 3)$. Divide variables as well as numbers.

5
The Common Thread
+5 XP

Before you can factorise, you must find the Highest Common Factor — the biggest thing that divides every term. Check numbers first, then variables, then powers.

For numbers, find the HCF of the coefficients. For variables, use the smallest power that appears in every term. $x^2$ and $x$ share $x$ (not $x^2$).

10 = 5·2 15 = 5·3 5 HCF 10a²b + 15ab² HCF = 5ab
HCF of $6x^2y$
and $9xy^3$ is $3xy$
Numbers first
Find the HCF of the coefficients using times tables.
Smallest power
$x^3$ and $x$ share $x^1$, not $x^3$. Use the lower exponent.
Every variable
Check each letter separately. Combine the results.

Example: Find the HCF of $6x^2y$ and $9xy^3$.

  • Numbers: HCF of 6 and 9 is $3$
  • $x$: smallest power is $x$ (i.e. $x^1$)
  • $y$: smallest power is $y$ (i.e. $y^1$)

So the HCF is $3xy$.

6
Pull It Out
+5 XP

Once you know the HCF, divide every term by it. Write the HCF outside the brackets and the quotients inside. Nothing should remain un-divided.

The HCF is the multiplier that rebuilds the original when distributed. Divide each term by the HCF to find what sits inside the brackets. Check by expanding.

8x 12 / 4 = 2x / 4 = 3 8x + 12 = 4(2x + 3)
$8x + 12$
= 4(2x + 3)
Divide every term
If you have 3 terms, you need 3 divisions. No exceptions.
Keep the sign
$9x - 12 = 3(3x - 4)$. The minus stays inside.
Expand to verify
$4(2x + 3) = 8x + 12$. Always check.

Step-by-step: factorise $10a^2b + 15ab^2$.

$$\text{HCF} = 5ab$$

$$\frac{10a^2b}{5ab} = 2a \qquad \frac{15ab^2}{5ab} = 3b$$

$$10a^2b + 15ab^2 = 5ab(2a + 3b)$$

7
Expand to Check
+5 XP

The fastest way to catch a mistake is to expand your answer. If you don't get back to the original expression, something went wrong. This one habit saves more marks than any other.

Think of factorising and expanding as round-trip tickets. You should arrive back where you started. If $3(2x + 3)$ expands to $6x + 9$, you know the factorisation is correct.

6x+9 START 3(2x+3) FACTOR expand CHECK must match start
$3(2x+3)$
= 6x + 9 check
Expand mentally
With practice you can verify in your head — 2 seconds, zero errors.
Catch division errors
If a term was not divided by the HCF, expanding reveals it instantly.
Exam habit
Every factorisation question in an exam should end with a quick expand check.
8
Group and Factor
+5 XP

When an expression has four terms and no single HCF, split it into two pairs. Factorise each pair separately. If the same bracket appears in both, pull it out as a common factor.

Group $(ax + ay)$ and $(bx + by)$. Factorise each: $a(x + y)$ and $b(x + y)$. The bracket $(x + y)$ is common — extract it to get $(a + b)(x + y)$.

ax ay bx by a(x+y) b(x+y) (a+b)(x+y)
$ax+ay+bx+by$
= (a+b)(x+y)
Pair wisely
Group terms that share a common factor — usually first two, last two.
Same bracket
Both pairs must produce the identical bracket, or grouping won't work.
Rearrange if needed
Sometimes you need to reorder terms before grouping works.

Example: factorise $2x + 6 + xy + 3y$.

$$\text{Group: } (2x + 6) + (xy + 3y)$$

$$= 2(x + 3) + y(x + 3)$$

$$= (x + 3)(2 + y)$$

Watch Me Solve It · Basic HCF
+15 XP per step
Q1
PROBLEM
Factorise $8x + 12$.
  1. 1
    Find the HCF of the coefficients
    HCF of 8 and 12 is $4$
    Check: 4 divides 8 and 4 divides 12. No larger number does both.
  2. 2
    Divide each term by the HCF
    $\dfrac{8x}{4} = 2x$  and  $\dfrac{12}{4} = 3$
    Both terms are divided by 4. The variable $x$ has no partner in 12, so it stays with the first term.
  3. 3
    Write in factorised form
    $8x + 12 = 4(2x + 3)$
    4 outside, $2x + 3$ inside. No further common factors exist.
  4. 4
    Check by expanding
    $4(2x + 3) = 8x + 12$ ✓
    We get back to the original — the factorisation is correct.
Answer$4(2x + 3)$
Watch Me Solve It · Variables included
+15 XP per step
Q2
PROBLEM
Factorise $10a^2b + 15ab^2$.
  1. 1
    Find the HCF — numbers
    HCF of 10 and 15 is $5$
  2. 2
    Find the HCF — variables
    $a^2b$ and $ab^2$ share $ab$
    Smallest power of $a$ is $a^1$. Smallest power of $b$ is $b^1$.
  3. 3
    Combine and divide
    Overall HCF = $5ab$
    $\dfrac{10a^2b}{5ab} = 2a$  and  $\dfrac{15ab^2}{5ab} = 3b$
  4. 4
    Write and check
    $10a^2b + 15ab^2 = 5ab(2a + 3b)$
    Expand: $5ab \times 2a = 10a^2b$ and $5ab \times 3b = 15ab^2$ ✓
Answer$5ab(2a + 3b)$
Watch Me Solve It · Factorising by grouping
+15 XP per step
Q3
PROBLEM
Factorise $2x + 6 + xy + 3y$.
  1. 1
    Group into pairs
    $(2x + 6) + (xy + 3y)$
    First two share a factor of 2. Last two share a factor of $y$.
  2. 2
    Factorise each pair
    $2(x + 3) + y(x + 3)$
    Both pairs produce the identical bracket $(x + 3)$.
  3. 3
    Extract the common bracket
    $(x + 3)(2 + y)$
    $(x + 3)$ is common to both terms. The leftovers ($2$ and $y$) form the second bracket.
  4. 4
    Check by expanding
    $(x + 3)(2 + y) = 2x + xy + 6 + 3y$ ✓
    Rearrange to match the original: $2x + 6 + xy + 3y$.
Answer$(x + 3)(2 + y)$
9
Common Pitfalls
heads-up
Not dividing every term by the HCF
$6x + 9 \rightarrow 3(2x + 9)$ — the 9 was not divided by 3. Every term must be divided.
Fix: $9 \div 3 = 3$. Correct answer: $3(2x + 3)$.
Forgetting variables in the HCF
$10a^2b + 15ab \rightarrow 5(2a^2b + 3ab)$ — missed that $ab$ is also common.
Fix: include variables. HCF = $5ab$. Answer: $5ab(2a + 3)$.
Leaving a common factor inside brackets
$2(3x + 6)$ — the bracket still has a common factor of 3. Not fully factorised.
Fix: factorise again. $2 \times 3(x + 2) = 6(x + 2)$.
Copy Into Your Books

The HCF

  • Highest common factor of coefficients
  • Smallest power of each variable
  • Combine: number × variables

Extraction

  • Divide every term by HCF
  • Write HCF outside brackets
  • Quotients go inside

Check

  • Expand your answer
  • Must match original
  • Catches division errors

Grouping

  • Split 4 terms into 2 pairs
  • Factorise each pair
  • Extract common bracket

How are you completing this lesson?

D
Brain Trainer · Mixed
4 problems

Four problems mixing basic HCF, variables and grouping. Work each one, then reveal the answer to check.

  1. 1 Factorise $14m + 21n$.

    HCF of 14 and 21 is 7$= 7(2m + 3n)$
  2. 2 Factorise $9x^2 - 12x$.

    HCF of 9 and 12 is 3. HCF of $x^2$ and $x$ is $x$$= 3x(3x - 4)$
  3. 3 Factorise $6a^2b + 9ab^2$.

    HCF of 6 and 9 is 3. HCF of $a^2b$ and $ab^2$ is $ab$$= 3ab(2a + 3b)$
  4. 4 Factorise by grouping: $3x + 3y + ax + ay$.

    Group: $(3x + 3y) + (ax + ay) = 3(x + y) + a(x + y)$$= (x + y)(3 + a)$
Complete in your workbook.
1
What is the HCF of $12x^2y$ and $18xy^2$?
+10 XP
2
Fully factorise $6x + 9$.
+10 XP
3
Factorise $10a^2b + 15ab$.
+10 XP
4
Factorise by grouping: $ax + ay + bx + by$.
+10 XP
5
Which expression is not fully factorised?
+10 XP
Show Your Working
7 marks total
Apply Easy 2 MARKS

Q6. Fully factorise each of the following expressions.

(a) $14m + 21n$ (1 mark)

(b) $9x^2 - 12x$ (1 mark)

Answer in your workbook.
Apply Medium 2 MARKS

Q7. Factorise by grouping: $2x + 6 + xy + 3y$. Show all steps clearly.

Answer in your workbook.
Analyse Hard 3 MARKS

Q8. A rectangular garden has an area of $(8x + 12)$ square metres. The width of the garden is 4 metres.

(a) Factorise the expression for the area. (1 mark)

(b) Hence find an expression for the length of the garden in factorised form. (2 marks)

Answer in your workbook.
Comprehensive Answers

Quick Check

1. B — HCF of 12 and 18 is 6. Smallest power of $x$ is $x^1$ and of $y$ is $y^1$. So HCF is $6xy$.

2. B — HCF is 3. $6x \div 3 = 2x$ and $9 \div 3 = 3$. So $3(2x + 3)$.

3. A — HCF is $5ab$. $10a^2b \div 5ab = 2a$ and $15ab \div 5ab = 3$. So $5ab(2a + 3)$.

4. A — Group: $a(x+y) + b(x+y) = (a+b)(x+y)$.

5. C — $2(3x + 6)$ is not fully factorised because $3x + 6$ still has a common factor of 3. Correct: $6(x + 2)$.

Show Your Working Model Answers

Q6 (2 marks): (a) $7(2m + 3n)$ [1]. (b) HCF is $3x$, so $3x(3x - 4)$ [1].

Q7 (2 marks): $(2x + 6) + (xy + 3y)$ [1] $= 2(x + 3) + y(x + 3) = (x + 3)(2 + y)$ [1].

Q8 (3 marks): (a) $4(2x + 3)$ [1]. (b) Area = width $\times$ length, so $4(2x + 3) = 4 \times \text{length}$. Length = $2x + 3$ metres [2].

Stretch Challenge · +25 XP, +10 coins

Factorise in Two Stages

Factorise $6x^2 + 12x + 9x + 18$ completely. Show all steps: group first, factorise each pair, extract the common bracket, then check if any further factorising is possible inside the brackets.

Reveal solution

Group: $(6x^2 + 12x) + (9x + 18) = 6x(x + 2) + 9(x + 2)$.

Extract: $(x + 2)(6x + 9)$.

Further factorise: $6x + 9 = 3(2x + 3)$.

Fully factorised: $3(x + 2)(2x + 3)$.

R
Quick Review

HCF

Highest common factor of numbers and variables

Variables

Use the smallest power of each variable

Divide

Divide every term by the HCF

Check

Expand to verify your answer

Grouping

Group in pairs, factorise each, then common bracket

Fully Factorised

No common factor remains inside brackets

Interactive: Factor Extractor

Practise finding the HCF and factorising expressions with this interactive tool. Adjust the terms and watch the factor extraction step by step.

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior