In short
Solving a linear equation is not a wall of symbols — it is a journey of a single dot on the number line. Each algebraic step you apply translates or dilates the dot. Subtract a number \to dot slides left by that amount. Add \to slides right. Divide by k \to dot shrinks toward 0 by a factor of k. Multiply by k \to dot stretches away from 0. The widget below animates each move; the resting place of the dot is your answer.
When you write 2x + 3 = 11 and start "solving," every step is reshaping the right-hand side until it tells you what x must be. The number 11 is currently the value of 2x + 3. With each step, the right-hand side morphs into the value of a simpler expression, until it is just x standing alone. Every morph happens on the number line. The dot starts at 11, slides to 8, shrinks to 4. Stop. That is your answer.
The widget below animates the dot for 2x + 3 = 11. Two worked examples follow, plus the wrong-direction trap that makes the dot land on the wrong number.
The widget
Reading the geometry
Every algebraic operation you apply has a twin on the number line. Two families of moves cover everything you will do when solving a linear equation in one variable.
Translations are the additive moves. When you subtract 3 from both sides of 2x + 3 = 11, the right side changes from 11 to 8. Geometrically, the dot at 11 slides three steps to the left. Adding moves it to the right. Why: subtraction is exactly translation by a negative amount on the number line. The dot keeps the same shape, just sits at a different location.
Dilations are the multiplicative moves. When you divide both sides by 2, the right side changes from 8 to 4. Geometrically, the dot at 8 shrinks toward 0 by a factor of 2 — the gap from the origin halves. Multiplying by k stretches the dot away from 0 by the factor k. Why: division by k is the geometric dilation centred at 0 with scale factor 1/k. The number 0 is the fixed point — anything at 0 stays at 0 — and every other number rushes toward or away from it.
So solving 2x + 3 = 11 becomes a two-step journey: slide left by 3 (11 \to 8), then shrink toward 0 by factor 2 (8 \to 4). The dot rests at 4. That is your answer.
A static snapshot
Worked examples
Example 1: $x + 7 = 12$
The dot starts at 12 — that is what x + 7 currently equals. To peel off the +7, you subtract 7 from both sides.
Step 1. Subtract 7. The dot at 12 slides left by 7 steps and lands on 5.
Why: subtracting 7 is a translation by -7 on the number line. The dot moves seven units in the negative direction. There is no dilation, because no coefficient sits in front of x — so one move is enough.
Result. x = 5. Check: 5 + 7 = 12. Correct.
Example 2: $3x - 6 = 9$
The dot starts at 9 — the current value of 3x - 6. Two operations stand between you and x: a "- 6" you can undo with +6, and a "\times 3" you can undo with \div 3. Peel the constant first.
Step 1. Add 6. The dot at 9 slides right by 6 and lands on 15.
Why: addition is a translation by a positive amount. The dot moves rightward, away from where it started.
Step 2. Divide by 3. The dot at 15 shrinks toward 0 by a factor of 3, landing at 5.
Why: division by 3 is a dilation centred at 0 with scale factor 1/3. The gap from the origin shrinks from 15 to 5.
Result. x = 5. Check: 3(5) - 6 = 15 - 6 = 9. Correct.
Example 3: the wrong-direction trap
A common mistake on 2x + 3 = 11 is to think "I'll subtract 3 from the left to cancel the +3, and add 3 to the right to keep things even." That sounds balanced — something on each side — but it is not. The do-the-same rule means the same operation, not opposite operations.
If you do that wrong move, the right side jumps from 11 to 14, and the equation becomes 2x = 14, giving x = 7. The dot lands at 7 instead of 4. Plug x = 7 back into 2x + 3: 2(7) + 3 = 17 \neq 11. The check fails, because the equation you "solved" is not the equation you started with.
Why: an equation is a balance, and the dot on the number line tracks the value of one side relative to the other. If you slide one side and stretch the other, you have changed the relationship — the equation is no longer the same equation.
Why translation and dilation cover everything
A linear equation in one variable, after collecting terms, looks like ax = b surrounded by some constants. The constants peel off with translations. The coefficient a peels off with one dilation. Two move-types and you are done.
More tangled equations — fractions, brackets, variables on both sides — reduce to this pattern after the setup work in the parent article. Clear denominators, distribute brackets, gather x-terms. By the time the dust settles, you are looking at ax = b, and the journey is one slide and one shrink.