In short
An equation is a balance scale. The two sides are equal weights resting on opposite pans. The equals sign is the pivot in the middle. If you add or subtract from only one side, the scale tilts — the equation is broken, and whatever you do next is meaningless. If you do the same thing to both sides, the scale stays level — the equation still holds, and you have just made it simpler. That is the entire bedrock rule of solving equations: do unto both sides as you do unto one.
You have seen the picture in every algebra textbook from Class 7 onwards: a wooden beam balanced on a triangular wedge, with a pile of small weights on the left and a pile on the right, and the whole thing is level because the two piles weigh the same. Then the textbook says, "an equation works just like this," and moves on.
But the picture is doing more work than the textbook lets on. It is not a metaphor. It is the literal mechanics of why the do-the-same-thing-to-both-sides rule is the only legal move in algebra. Every other rule for solving linear equations is a special case of this one. And the easiest way to feel it is to actually break the scale on purpose and watch what happens.
The widget — tilt the equation, then balance it
The scale below starts in a balanced state, holding the equation x + 3 = 7. The left pan carries x + 3 kilograms of mystery weight; the right pan carries 7 kilograms of known weight. Right now they are equal — the beam is level. Use the buttons to add or remove weight from one pan only, or apply the same operation to both pans, and watch the beam.
Try it. Click "Subtract 3 from LHS only" first. The left pan shoots up because you removed weight from a pan that was holding exactly the right amount. The beam tilts, the status line turns red, and the equation now reads x = 7 — which is not the same equation you started with. Click reset, then click "Subtract 3 from BOTH sides." This time the beam stays level. Both pans lost 3 kg, so the balance is preserved, and the equation cleans up to x = 4. Why: the equals sign is a promise that the two sides have the same value. Adding the same number to both keeps that promise. Adding to just one side breaks it instantly.
Three snapshots, side by side
Here is the same idea as a static picture — useful for revising at 11pm without having to fiddle with the widget.
Worked examples
Solving $2x + 5 = 13$ with balance moves
Start with the scale balanced: the left pan holds 2x + 5 kg, the right pan holds 13 kg. Goal: get x alone on one side.
Move 1 — subtract 5 from BOTH sides. Both pans lose 5 kg, balance preserved.
Move 2 — divide BOTH sides by 2. Both pans get cut in half (imagine pouring out half of each pile of weights), balance preserved.
Check by putting x = 4 back on the original scale: left pan = 2(4) + 5 = 13 kg, right pan = 13 kg. Level. Why: every legal move you made was one that affected both pans the same way, so balance was never broken.
The wrong move — what happens if you only subtract from one side
Same equation 2x + 5 = 13, but now make the rookie mistake.
Wrong move: subtract 5 from the LHS only.
You have just written down a new equation. The original said 2x = 8 (after legal subtraction), but this one says 2x = 13, which gives x = 6.5. Plug 6.5 back into the original equation: 2(6.5) + 5 = 18 \neq 13. Wrong answer — because the second you removed 5 from one pan only, the scale tilted and you stopped working with the original equation altogether. Why: an illegal move does not just give you the wrong number, it silently substitutes a different problem in place of the one you were asked to solve.
The kirana shop scale
Imagine a kirana shop in Pune. The shopkeeper puts a sack of onions on the left pan of his old two-pan scale, and starts adding 10-rupee coins to the right pan as standard 10-gram weights. The pans level off when there are exactly 7 coins on the right and a marked 3-gram brass weight beside the onions on the left.
Let x be the weight of the onions in grams. The scale is saying
(seven 10-gram coins on the right). Now the shopkeeper carefully lifts the 3-gram brass weight off the left pan. If he does only that, the left pan flies up — the scale is no longer measuring the onions. To keep the equation true (and find the onion weight), he must also remove 3 grams of value from the right pan. He takes one of the coins off and replaces it with a 7-gram weight (i.e., subtracts 3 from 70):
Two-pan scales were the original algebra teachers. Why: the rule "do the same to both sides" is not a mathematical convention — it is what physically keeps a balance level. The algebra inherits the physics.
Why this is the bedrock rule
CBSE introduces the balance scale in Class 7, in the chapter on simple equations, with the slogan "do unto both sides as you do unto one." It sounds like a piece of Sunday-school morality, but it is the most important sentence in school algebra. Every technique you will ever learn for solving equations — transposition, eliminating fractions, multiplying through by a denominator, taking square roots, exponentiating, even the quadratic formula — is, underneath the notation, an application of this one rule. The rule is not optional. It is what makes the equals sign behave like an equals sign.
Transposition (the "shortcut" where a +3 on the left becomes -3 on the right) is not a different rule. It is the same rule with one of the steps done silently in your head. When you "transpose +3 across the equals sign," what you are really doing is subtracting 3 from both sides — but you are only writing down the result on the side that changed. The other side did not change because \text{(something)} - 3 on a pan that had nothing to take away from is just nothing taken away. This is fine for speed, but it is the source of the most common solving error in school: subtracting on only one side and forgetting to flip a sign on the other.
If you ever lose your way mid-problem, drop back to the balance scale picture. Ask: is what I am about to do something I am doing to both pans? If yes, the move is legal. If no, the move is wrong, full stop, no exceptions, no clever shortcuts that bypass it.
See also
- Linear Equations in One Variable — the parent article, with the full toolkit for solving.
- Operations and Properties — the additive and multiplicative inverses that the balance moves rely on.
- Expression vs Equation Toggle — why the equals sign turns two expressions into a balance in the first place.
References
- NCERT, Mathematics — Class 7, Chapter 4: Simple Equations — the original "do unto both sides" presentation.
- NCERT, Mathematics — Class 8, Chapter 2: Linear Equations in One Variable — extends the balance idea to variables on both sides.
- Khan Academy, Why we do the same thing to both sides — visual treatment with the same scale metaphor.
- Paul's Online Math Notes, Linear Equations — the algebraic justification for transposition as a both-sides move.