- Collect like terms
- Expand single brackets
- Factorise simple expressions
Tidying algebra
Simplifying rewrites an expression in its neatest form without changing its value. It's the algebraic equivalent of tidying your desk before starting work — everything afterwards gets easier.
Like terms
Like terms have exactly the same variable parts. 3x and 5x are like terms; 3x and 3x² are not (different powers); 2ab and 3ba are (multiplication commutes).
3x + 5x = 8x like terms combine 4a + 2b − a = 3a + 2b a-terms combine; b stays 2x + 3x² → cannot combine different powers
Think of x as apples and y as bananas: 3 apples + 2 apples = 5 apples, but 3 apples + 2 bananas can't combine.
Silly, but it never fails.
Expanding brackets
Multiply everything inside the bracket by what's outside:
3(x + 4) = 3x + 12 −2(5 − y) = −10 + 2y x(x + 3) = x² + 3x
A minus outside the bracket flips every sign inside: −(a − b) = −a + b.
This is where most errors happen — expand slowly and check each sign.
Factorising
Factorising is expanding in reverse: pull out the common factor.
6x + 9 = 3(2x + 3) 3 is the highest common factor 4a² − 8a = 4a(a − 2) take out 4a
To check, expand your answer — you should get back where you started.
Simplify 3(x + 2) + 2x.
Expand first, then collect like terms:
3(x + 2) + 2x = 3x + 6 + 2x = 5x + 6
Practice
5p + 4.
10x − 15.
4(2y + 3).
2a − 6 − a − 5 = a − 11.
Quick check
Simplify 6m + 2 − 4m.
Expand −4(x − 5).
Factorise 9x − 6.
- Combine like terms — identical variable parts only.
- Expand brackets by multiplying through; watch the signs.
- Factorising pulls out the common factor — expanding reverses it.
- Simplify before solving: tidy expressions make equations easier.