← All writing
8 December 20242 min read

Solving for x is just undoing it in reverse order

Most students treat solving an equation as a set of tricks to remember. It's actually one idea: whatever was done to x, undo it — last thing first, like taking off your shoes before your socks.

When a student first meets 3x+5=203x + 5 = 20, they often freeze — not because it's hard, but because nobody told them what they're actually doing. They've collected a handful of rules ("move it to the other side and change the sign") with no story underneath, and rules without a story fall apart the moment the question looks slightly different.

Here's the story I give them instead.

An equation is a sentence about a hidden number

Read 3x+5=203x + 5 = 20 out loud as instructions: take a number, multiply it by three, then add five — and you land on twenty. Solving it is simply running those instructions backwards to find where you started.

And backwards means last thing first. You take your shoes off before your socks. The last thing done to xx was "add five," so the first thing we undo is the five:

3x+5=203x=15.3x + 5 = 20 \quad\Rightarrow\quad 3x = 15.

The last operation left is "multiply by three," so we undo that:

3x=15x=5.3x = 15 \quad\Rightarrow\quad x = 5.

No sign-changing folklore. Just: what was the last thing done to xx, and what undoes it?

Why "reverse order" beats memorising

Give that same student x24=1\frac{x}{2} - 4 = 1 and the reversed-instructions habit handles it without a new rule. The last thing done was "subtract four," so add four first (x2=5\frac{x}{2} = 5); then the division by two gets undone by multiplying (x=10x = 10). Every linear equation is the same single idea wearing different clothes.

Don't ask "what's the rule for this one?" Ask "what was done to x last, and how do I undo it?" There's only ever one sensible move.

The thinking is identical to a worked physics problem, where you rearrange F=maF = ma to get aa on its own — undoing operations in reverse until the unknown stands alone. It's the same muscle, and it's worth building early, because nearly everything in the calculus that comes later leans on being able to rearrange without panic.

#algebra#intuition#problem-solving