Manipulate Expressions
Manipulating expressions forms the backbone of algebraic thinking, yet many Year 8 students struggle when transitioning from arithmetic to symbolic reasoning. Whether solving x + 9 = 20 or rearranging complex formulae for GCSE, expression manipulation skills determine success across all mathematical topics.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Expression manipulation underpins virtually every mathematical application students encounter. Engineers rearrange formulae like v = u + at to calculate acceleration, whilst economists manipulate profit equations P = R - C to isolate revenue. In Year 9, students rearranging the circumference formula C = 2πr to find radius develop problem-solving skills essential for GCSE Physics. Estate agents calculating commission from C = 0.025S + 200 must isolate S to determine property values. These manipulation skills appear in 47% of GCSE Foundation questions and 68% of Higher tier problems. Students who master basic isolation techniques like transforming 3x - 7 = 14 into x = 7 build confidence for advanced topics including quadratic factorisation and A-level partial fractions. The logical thinking required transfers directly to computer programming and financial planning.
How to solve manipulate expressions
Expanding & Factoring
- Expand single bracket: a(b + c) = ab + ac.
- Expand double brackets: (a+b)(c+d) = ac + ad + bc + bd (FOIL).
- Factorise: find the HCF of all terms and write outside the bracket.
- Factorise quadratics: find two numbers that multiply to c and add to b.
Example: Expand 3(x + 4) = 3x + 12. Factor 6x + 9 = 3(2x + 3).
Worked examples
Make x the subject: x + 9 = 20
Answer: x = 11
- Subtract 9 from both sides → x = 20 − 9 — To isolate x, subtract 9 from both sides.
- Calculate → x = 11 — 20 − 9 = 11.
Make x the subject: 6x = 24
Answer: x = 4
- Divide both sides by 6 → x = 24/6 — To isolate x, divide both sides by the coefficient 6.
- Calculate → x = 4 — 24 ÷ 6 = 4.
Make x the subject: 2x − 5 = 13
Answer: x = 9
- Add 5 to both sides → 2x = 18 — Undo the subtraction by adding 5.
- Divide both sides by 2 → x = 9 — 18 ÷ 2 = 9.
Common mistakes
- Students often subtract from the wrong side, writing x + 5 = 12 as x = 12 + 5 = 17 instead of x = 7, forgetting to perform the same operation on both sides of the equation.
- When dividing by coefficients, pupils frequently divide only one side, calculating 4x = 20 as x = 20 instead of x = 5, ignoring the need to divide both sides by 4.
- Expanding brackets incorrectly by multiplying only the first term, writing 3(x + 4) = 3x + 4 instead of 3x + 12, missing the distributive property completely.
- Factorising by extracting incorrect common factors, writing 6x + 9 = 2(3x + 9) instead of 3(2x + 3), failing to identify the highest common factor of 3.