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

Pick an equation, then click "Next step" to advance through the solution. Each click animates the dot one move on the number line. The label above the line names the operation; the readout on the right prints the equation in its current shape. The dot's final position is the value of $x$.

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

Three positions of the dot while solving 2x + 3 = 11A horizontal number line from -2 to 14 with three labelled dot positions. The first dot at 11 is the starting position. A green arrow labelled minus 3 leads to the second dot at 8. A second arrow labelled divided by 2 leads to the third dot at 4. The final dot rests on x equals 4. -2 0 2 4 6 8 10 11 12 14 11 (start) 8 4 (answer) slide left by 3 shrink toward 0 by factor 2 Three snapshots of the same dot during solving of 2x + 3 = 11
The dot's whole journey on a single number line. It starts at $11$ — the value of $2x + 3$ — slides left to $8$ when you subtract $3$, then shrinks toward $0$ landing at $4$ when you divide by $2$. The green dot at $4$ is the answer: $x = 4$.

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.

x + 7 = 12 \implies x = 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.

3x - 6 = 9 \implies 3x = 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.

3x = 15 \implies x = 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.

Wrong-direction trap — dot ends up at 7 instead of 4A horizontal number line showing two paths. The correct path slides the dot from 11 leftward to 8 then shrinks to 4. The wrong path slides the dot from 11 rightward to 14 then shrinks to 7. The wrong path is shown in red. 0 4 8 11 14 7 start: 11 correct: 4 wrong: 7 subtract 3 then divide by 2 ✓ add 3 to RHS only ✗
Two routes from the start. The green route applies the same operation to both sides and lands on the right answer. The red route does opposite things to the two sides and lands on a number that does not satisfy the original equation.

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.

References

  1. Khan Academy — One-step equations on the number line
  2. NCERT Class 7 Mathematics, Ch. 4 — Simple Equations
  3. Wikipedia — Translation (geometry)
  4. Wikipedia — Scaling (geometry)