When your child comes home with an 'x' and no idea what it means — you are not alone. Algebra in Year 7 is a step up, but with the right explanation it becomes completely logical. This article explains step by step, with worked examples, tips for parents and links to interactive tools.
What is x — and why wasn't it taught in primary school?
In Year 7 children meet the letter x inside a sum for the first time. It feels odd: suddenly, instead of working out 3 + 5, they are asked 'what is x if x + 5 = 8?' The reason it is not taught in primary school is simple — algebra needs a readiness for abstraction. Children aged 9–10 think concretely; only around 12–13 is the brain ready to work with 'a number we don't know yet'. (Year 6 does get a first taste of simple formulae and missing-number problems, which is exactly the bridge.)
So what is x? It is just a number whose value we do not know yet. It is like saying 'something + 5 = 8' — x is that 'something'. Everything we do in algebra lessons is about finding out what that number is.
It is important to understand: x is not magic and not mysterious. It is simply a letter standing for a number we have not found yet. Once that clicks, the rest of the journey becomes straightforward.
An equation is a balance: the scales picture
An equation is two expressions that are equal to each other, joined by an '=' sign. The left-hand side equals the right-hand side — like balanced scales. As long as we do the same operation to both sides, the balance is kept and the meaning of the equation does not change.
Example: the equation x + 5 = 12 says that something plus 5 equals 12. We are looking for that 'something'. If we subtract 5 from both sides we do not break the balance, and we get: x + 5 − 5 = 12 − 5, so x = 7.
The first step: substituting values into an expression
Before solving equations, you need to understand how to evaluate an algebraic expression. An expression like 2x + 5 means 'two times x, plus 5'. If we know what x is, we can work it out.
Example: if x = 3, what is the value of 2x + 5?
- Substitute x = 3: 2 × 3 + 5
- Do the multiplication first: 6 + 5
- Add: 11
- Answer: when x = 3, the expression 2x + 5 equals 11.
Another example: if x = 4, what is 3x − 2?
- Substitute x = 4: 3 × 4 − 2
- Do the multiplication: 12 − 2
- Subtract: 10
- Answer: when x = 4, the expression 3x − 2 equals 10.
Substitution is a basic skill — it lets us check whether an answer we found is correct, by putting it back into the original equation.
One-step equations: one operation to get x on its own
A one-step equation is an equation you solve in a single move. The idea: get x by itself on one side of the equation.
Example A: x + 5 = 12
- The goal: leave x alone on the left-hand side.
- Subtract 5 from both sides: x + 5 − 5 = 12 − 5
- Simplify: x = 7
- Check: 7 + 5 = 12 ✓
Example B: x − 3 = 8
- The goal: undo the '−3' sitting next to x.
- Add 3 to both sides: x − 3 + 3 = 8 + 3
- Simplify: x = 11
- Check: 11 − 3 = 8 ✓
Example C: 2x = 14
- The goal: undo the 'multiply by 2' next to x.
- Divide both sides by 2: 2x ÷ 2 = 14 ÷ 2
- Simplify: x = 7
- Check: 2 × 7 = 14 ✓
When I teach, I always tell my pupils: 'Whatever you did to the left-hand side, do to the right-hand side, no exceptions.' It is the most important rule in algebra.
Two-step equations: two moves to the solution
When the equation has both an add/subtract and a multiply/divide next to x, we need two moves. The right order: deal with the addition or subtraction first, then the multiplication or division.
Example: 2x + 5 = 11
- Step 1 — undo the +5: subtract 5 from both sides: 2x + 5 − 5 = 11 − 5
- Simplify: 2x = 6
- Step 2 — undo the multiply by 2: divide both sides by 2: 2x ÷ 2 = 6 ÷ 2
- Simplify: x = 3
- Check: 2 × 3 + 5 = 6 + 5 = 11 ✓
Another example: 3x − 4 = 14
- Step 1 — add 4 to both sides: 3x − 4 + 4 = 14 + 4
- Simplify: 3x = 18
- Step 2 — divide both sides by 3: 3x ÷ 3 = 18 ÷ 3
- Simplify: x = 6
- Check: 3 × 6 − 4 = 18 − 4 = 14 ✓
Notice the pattern: always add or subtract first, to leave '2x' (or '3x') on its own, and only then divide to leave 'x' on its own.
Expanding brackets: the distributive law
The distributive law says: a(b + c) = ab + ac. In other words, when there is a number outside a bracket, it 'distributes' and multiplies every term inside the bracket.
Example: 2(x + 3) = 16
- Expand the bracket using the distributive law: 2 × x + 2 × 3 = 16
- Work it out: 2x + 6 = 16
- Subtract 6 from both sides: 2x = 10
- Divide by 2: x = 5
- Check: 2(5 + 3) = 2 × 8 = 16 ✓
Example with a minus: 3(x − 2) = 9
- Expand the bracket: 3 × x − 3 × 2 = 9
- Work it out: 3x − 6 = 9
- Add 6 to both sides: 3x = 15
- Divide by 3: x = 5
- Check: 3(5 − 2) = 3 × 3 = 9 ✓
A common mistake: when there is a minus in front of the bracket, every term inside changes sign. For example −(x + 4) = −x − 4, not −x + 4. Remember: the minus 'distributes' too.
Equations with x on both sides
Sometimes x appears on both the left-hand side and the right-hand side of the equation. The technique: collect all the x terms on one side and all the numbers on the other.
Example: 5x − 3 = 3x + 7
- Move the 3x to the left-hand side — subtract 3x from both sides: 5x − 3x − 3 = 3x − 3x + 7
- Simplify: 2x − 3 = 7
- Add 3 to both sides: 2x = 10
- Divide by 2: x = 5
- Check: 5 × 5 − 3 = 22 and 3 × 5 + 7 = 22 ✓
Example with a bracket: 2(x + 1) = x + 8
- Expand the bracket: 2x + 2 = x + 8
- Subtract x from both sides: 2x − x + 2 = x − x + 8
- Simplify: x + 2 = 8
- Subtract 2 from both sides: x = 6
- Check: 2(6 + 1) = 14 and 6 + 8 = 14 ✓
A useful rule: always move the x terms towards the side that has more of them — that way the coefficient of x stays positive and the arithmetic is easier.
Common mistakes — and how to avoid them
Maths test coming up? Here are the mistakes that trip up the most pupils in algebra — and how to fix them.
- Forgetting to do the same operation to both sides: if you subtract 5 from the left-hand side, you must subtract 5 from the right-hand side too. This is the most common mistake of all.
- Sign errors when 'moving terms across': when a term crosses the equals sign, its sign flips. +3 becomes −3 on the other side.
- Incomplete expanding: in 2(x + 5), pupils sometimes write only 2x and forget to multiply the 5 as well.
- A minus in front of a bracket: −(x + 4) = −x − 4, not −x + 4. The minus changes every sign.
- Not checking: always, always substitute the answer back into the original equation. It takes 30 seconds and catches mistakes.
- Calculating before isolating x: first get x on its own, then work out the numbers. Do not start doing arithmetic before x is alone.
To sum up: what have we learnt?
Algebra in Year 7 feels hard at first — but it is built from a few simple principles that repeat over and over. x is an unknown number. An equation is a set of scales that must stay balanced. Whatever you do to one side, you do to the other. Understand that, and you can solve any equation.
For parents: do not rush to solve the question for your child. Help them say out loud what they want to do ('I want to get x on its own, so I'll subtract 5 from both sides'). Talking it through builds deeper understanding.
Frequently asked questions
What is x in algebra?
x is an unknown number that we are looking for. It is a letter that stands for a value we have not been given yet — and our job is to find out what it is by solving the equation.
How do you solve a one-step equation?
You do the inverse of the operation in the equation, and apply it to both sides. For example, if the equation is x + 5 = 12, subtract 5 from both sides to get x = 7.
What is the difference between a one-step and a two-step equation?
A one-step equation is solved in a single move (for example x + 5 = 12). A two-step equation needs two moves: first deal with the addition or subtraction, then the multiplication or division (for example 2x + 5 = 11).
What is the distributive law?
The distributive law says that a(b + c) = ab + ac. When there is a number in front of a bracket, it multiplies every term inside the bracket. For example: 3(x + 4) = 3x + 12.
How do you solve an equation with x on both sides?
Collect all the terms with x on one side and all the numbers on the other, then solve the equation you are left with. For example: 5x − 3 = 3x + 7 → 2x = 10 → x = 5.
What is the most common mistake with equations?
Forgetting to do the same operation to both sides of the equation. If you subtract 5 from the left-hand side, you must subtract 5 from the right-hand side — every time.
How do you check whether the answer is right?
Substitute the value of x you found back into the original equation and check that both sides are equal. For example: if we found x = 7 for x + 5 = 12, we check: 7 + 5 = 12 ✓.
Is there an interactive tool for practising equations?
Yes! MathsUK has a dedicated linear equation solver with step-by-step guidance, as well as a tool for expanding brackets. You can also practise questions matched to Year 7 on the interactive practice page.
Interactive practice with instant feedback — completely free
Start practising algebra now ←