Introduction to Equations
An equation is a mathematical statement that shows two expressions are equal, separated by an equals sign. The goal when solving equations is to find the value of the unknown variable (usually represented by x) that makes the statement true. In Year 7 mathematics, students begin with simple linear equations in one variable, which form the foundation for all algebraic problem-solving.
Why it matters
Equations appear throughout real-world problem-solving and form the backbone of mathematical modelling. A plumber might use the equation 45x + 25 = 115 to work out how many hours (x) a job took when the total bill was £115. Shop managers use equations like 3x = 24 to calculate how many £3 items they sold for £24 revenue. Scientists rely on equations to model everything from population growth to chemical reactions. In GCSE mathematics, equation-solving skills are essential for topics including simultaneous equations, quadratics, and coordinate geometry. The ability to manipulate equations systematically develops logical thinking patterns that extend beyond mathematics into computer programming, engineering, and financial planning. Students who master simple one-step equations in Year 7 build confidence for more complex algebraic manipulation required at GCSE level and beyond.
How to solve introduction to equations
One-Step Equations
- An equation has an unknown (x) and an equals sign.
- Use the inverse operation to isolate x.
- Addition ↔ subtraction; multiplication ↔ division.
- Check by substituting your answer back.
Example: x + 7 = 12 → x = 12 − 7 = 5.
Worked examples
x + 9 = 17. What is x?
Answer: 8
- Subtract 9 from both sides → x = 17 − 9 — To isolate x, subtract the number being added.
- Calculate → x = 8 — 17 − 9 = 8.
x − 2 = 7. What is x?
Answer: 9
- Add 2 to both sides → x = 7 + 2 — To undo subtraction, add the same number to both sides.
- Calculate → x = 9 — 7 + 2 = 9.
9x = 72. What is x?
Answer: 8
- Divide both sides by 9 → x = 72 ÷ 9 — To isolate x, divide by the coefficient 9.
- Calculate → x = 8 — 72 ÷ 9 = 8.
Common mistakes
- Adding instead of subtracting when solving x + 5 = 12, giving x = 17 instead of x = 7
- Forgetting to apply the same operation to both sides, writing 3x = 15 as x = 15 instead of x = 5
- Mixing up the direction of subtraction in problems like x - 4 = 9, calculating x = 4 - 9 = -5 instead of x = 9 + 4 = 13