- Solve one-step equations using inverse operations
- Solve two-step equations like 3x + 2 = 14
- Check answers by substituting back
The mystery number
An equation like x + 5 = 12 is a puzzle: which number, plus 5, gives 12? Solving it means finding that mystery number. (Here it's 7 — but let's learn a method that works every time, not just guessing.)
Solving an equation means finding the value of the unknown (usually x) that makes the equation true.
The golden rule
Imagine the equals sign as the pivot of a perfectly balanced see-saw. If you change one side, you must change the other side in exactly the same way — or it tips over.
Whatever you do to one side, do to the other.
One-step equations
In x + 5 = 12, the + 5 is getting in the way of x. Undo it with its inverse operation — subtraction — on both sides:
x + 5 = 12 x + 5 − 5 = 12 − 5 x = 7
Solve x − 4 = 9.
The inverse of "minus 4" is "plus 4":
x − 4 = 9 x − 4 + 4 = 9 + 4 x = 13
Multiplication and division work the same way — they're inverses of each other:
x/3 = 9 x = 9 × 3 x = 27
Two-step equations
3x + 2 = 14 has two layers wrapped around x: multiply by 3, then add 2. Undo them in reverse order — addition/subtraction first:
3x + 2 = 14 subtract 2 from both sides 3x = 12 divide both sides by 3 x = 4
Put your answer back into the original equation. 3(4) + 2 = 14 ✓ — correct!
Checking takes seconds and catches most mistakes.
Try it yourself
Type any linear equation below and watch each balancing step unfold.
Press Solve to see each step — then cover the steps and try the next one yourself.
Practice
x = 11. Check: 11 + 9 = 20 ✓
x = 7. Check: 5 × 7 = 35 ✓
2x = 14, so x = 7. Check: 2(7) − 3 = 11 ✓
4x = 32, so x = 8.
Quick check
To solve x + 7 = 15, you should…
Solve: 4x + 1 = 21.
Why do we check our answer?
- Solving means finding the x that makes the equation true.
- Golden rule: do the same thing to both sides.
- Undo with inverse operations: +/− cancel each other, ×/÷ cancel each other.
- For two-step equations, undo addition/subtraction before multiplication/division.
- Always check by substituting back.