In short
Solving an equation is a sequence of moves. Before you make each move, run a one-second mental check: picture a balance scale carrying the equation, imagine the move applied, and ask "do both pans get treated identically?" If yes, the move is legal — proceed. If no, stop — that move would write down a different equation, and any answer you get afterwards would be the answer to a problem you never asked. This pre-flight check is the first mental step in correct equation solving, and it is the same check whether you are doing Class 7 simple equations, JEE quadratics, calculus integrals on both sides, or matrix manipulations in college linear algebra.
You already know that an equation is a balance scale and that you must do the same thing to both sides. Those two articles tell you what the rule is and why it is true. This article is about something else — a habit. A tiny mental check you run before every line you write.
The difference between a student who solves equations cleanly and a student who keeps making "silly mistakes" is almost never about knowing the rules. Both know them. The difference is that the first student runs the balance check before moving the pencil; the second student runs it (if at all) after the answer turns out wrong. By then it is too late — the algebra has already produced a clean-looking number that is the answer to the wrong problem.
The one-second pre-flight check
Pilots run a pre-flight checklist before every take-off, even after thirty years of flying. It is mechanical, it is short, and it catches the one thing they would otherwise forget. Solving equations needs the same instinct. Before each line, run this:
That is the whole habit. Why: every algebraic mistake you have ever made — every dropped sign, every "I forgot to do it on the other side too," every "wait, why is the answer wrong?" — is a balance check that didn't happen. Building the check into your hand makes the mistakes vanish before they appear on paper.
The check is not a long deliberation. It is the kind of half-conscious flicker that happens when you cross a road — you don't consciously list "look left, look right, listen for autorickshaws"; you just do it. The balance check should become equally automatic. If it isn't yet, force yourself to verbalise it for the first dozen problems you solve. After that it goes underground and runs on its own.
Examples that PRESERVE balance — write them down
These are the moves that pass the check.
Three legal moves
Move 1 — subtract a constant from both sides. Equation: 3x + 7 = 22. You want to peel off the +7. Mental check: "I am subtracting 7 from the left. Am I also subtracting 7 from the right?" Yes. Both pans drop by 7 kg. Balance preserved. Write:
Why: this is the addition (subtraction) property of equality. If two pans hold the same weight and you remove the same amount from each, the pans still hold the same weight as one another.
Move 2 — multiply both sides by a non-zero constant. Equation: \frac{x}{2} = 9. You want to clear the denominator. Mental check: "I am multiplying the left by 2. Am I also multiplying the right by 2?" Yes. Both pans get scaled by the same factor. Balance preserved. Write:
Why: scaling two equal weights by the same factor produces two equal weights. The proportionality is preserved.
Move 3 — divide both sides by a non-zero constant. Equation: 5x = 35. You want to extract x from its coefficient. Mental check: "I am dividing the left by 5. Am I also dividing the right by 5? And is 5 non-zero?" Yes and yes. Write:
Why: the division property of equality requires the divisor to be non-zero. If you cut both pans into the same number of equal pieces, each pile of pieces matches its counterpart on the other pan. Cutting into "zero pieces" is not a defined operation, which is why the rule excludes it.
Notice the pattern: every legal move starts with a verbalised intent ("I am about to do X to one side") and ends with an immediate companion ("therefore I must also do X to the other"). Once that two-step rhythm is automatic, you cannot accidentally drop a sign or skip a side, because the second beat is built into the first.
Examples that BREAK balance — stop and rethink
These are the moves that fail the check. If you catch yourself about to do any of them, the algebra is already wrong, even though it might look right.
Three illegal moves
Move 1 — subtract from one side only. Equation: 2x + 3 = 11. You write 2x + 3 - 3 = 11, planning to "fix the right later." But you have already written down a new equation, 2x = 11, whose solution is x = 5.5. The original solution was x = 4. Balance broken at the moment of writing. Why: the LHS dropped by 3, the RHS did nothing. The pans are no longer level. Every line below this one is solving the wrong problem.
Move 2 — square one side only. Equation: \sqrt{x} = 3. Tempted to "remove the square root" by writing x = 3? That is squaring only the left side — the right side 3 is not the square of itself. The legal move is to square both sides: (\sqrt{x})^2 = 3^2, so x = 9. Mental check: "I am squaring the left. Am I also squaring the right?" If you forget the second beat, you will write x = 3 and walk away with an answer that is wrong by a factor of 3.
Move 3 — add different things to each side. Equation: 4x - 2 = 10. You absent-mindedly add 2 to the left and 5 to the right because 5 "feels like a nicer number to land on." Now the left says 4x and the right says 15, giving x = 15/4. The original answer was x = 3. Why: any move that puts different amounts on the two pans creates a brand-new equation. The new equation has its own brand-new solution that has nothing to do with the original problem.
The instructive thing about these wrong moves is that the page never warns you. The arithmetic is internally clean, the answer is a number (sometimes even a whole number), and the only signal that something has gone wrong comes when you plug back into the original equation and it doesn't check out. The pre-flight balance check stops the mistake before it leaves your pencil tip.
The trickier case — multiplying both sides by something containing x
So far the rule has been simple: do the same to both, you're fine; touch one side only, you're wrong. But there is a category of moves that passes the balance check yet still requires extra care — multiplying both sides by an expression that contains the variable.
Legal but slippery
Take the equation \frac{2}{x-1} = \frac{x+1}{x-1}. To clear the denominator, you multiply both sides by (x-1). Mental check: "I am multiplying the left by (x-1). Am I also multiplying the right by (x-1)?" Yes, both sides. Balance preserved. The check passes — write it down:
But now substitute x = 1 back into the original equation. The denominator (x-1) becomes 0. Both sides are undefined. The "solution" x = 1 is extraneous — a phantom that the algebra produced but that does not actually solve the original equation.
Why: when you multiplied both sides by (x-1), the move was balance-preserving for every x except x = 1, where (x-1) = 0. Multiplying both sides by zero collapses any equation to 0 = 0, which is trivially true and no longer constrains x. So the multiplication step invented x = 1 as a candidate without it ever having satisfied the original equation.
The lesson: even though the move is legal in the balance-scale sense, multiplying by an expression containing the variable can sneak in solutions that were never there. The fix is simple — always plug your answer back into the original equation. If it makes any denominator zero, or if the two sides don't actually match, discard it. This protects you from extraneous solutions without making you stop using a perfectly legal move.
So the full pre-flight check has two stages, in order:
- Balance check (always). Does the move treat both sides identically? If no, stop.
- Variable-in-the-multiplier flag (only when applicable). If you are multiplying both sides by an expression that contains x, mark a mental note to verify the final answer in the original equation.
Stage 1 catches the catastrophic mistakes. Stage 2 catches the subtle ones.
Why this is the foundation, not just one tool among many
You might be wondering: is the balance-scale habit just a beginner's crutch? Something to drop once you learn "real" algebra? It is the opposite. The balance-scale check is the only rule for solving equations, and it scales upward — every more advanced piece of mathematics inherits it.
- Quadratics. When you complete the square or apply the quadratic formula, every line is a balance-preserving step. The formula itself is derived by adding (b/2a)^2 to both sides.
- Calculus. When you "differentiate both sides" or "integrate both sides" of an equation, you are applying the same operation — differentiation, or integration — to both sides identically. Same rule.
- Linear algebra. When you "multiply both sides of A\mathbf{x} = \mathbf{b} by A^{-1}," you are doing the same matrix multiplication to both sides. Same rule, lifted to vectors.
- Differential equations. "Take the Laplace transform of both sides" is, again, the same rule.
The notation and the objects change wildly between Class 7 and a graduate textbook, but the only legal verb for transforming an equation has always been: do the same thing to both sides. The balance scale you learned in seventh standard is not a stepping stone you outgrow — it is the foundation of every floor above it. Why: the equals sign always means "the two sides denote the same object." Every operation that preserves equality must therefore treat both sides identically. This is not a feature of school algebra; it is a feature of the symbol = itself, in any branch of mathematics.
That is why the pre-flight habit is worth burning into your hand now. The same one-second check will be there for you in JEE Advanced, in college calculus, and in graduate-school PDEs. The objects on the pans get fancier; the rule of the pans never changes.
A workflow that puts the habit into your daily practice
For the next ten equation-solving problems you do, force yourself to do this:
- Before writing each new line, say out loud (or whisper, or sub-vocalise) the move you are about to make: "subtracting 5 from both sides," "multiplying both sides by the LCM," "dividing both sides by 3."
- The phrase "both sides" must appear in your spoken sentence. If it doesn't, stop — you are about to break balance.
- Only after the sentence is complete do you let your hand write the next line.
This sounds slow. It will be slow for the first three problems. By the tenth, the verbalisation will collapse into a half-second mental nod, and the rule will be permanently wired in. The reward is that you will stop making the kind of mistake that haunts students for years — the silent one-sided-operation slip that turns a 30-minute problem into a wrong answer.
See also
- Linear Equations in One Variable — the parent article with the full solving toolkit.
- Balance Scale: An Equation Tilts When One Side Changes, Levels When Both Do — the visual sibling that lets you tilt the scale on purpose.
- Why Must You Do the Same Thing to Both Sides of an Equation? — the conceptual sibling that proves why the rule is the only legal move.
- Operations and Properties — the additive and multiplicative inverses that the balance moves rely on.
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.
- Euclid, Elements, Book I — Common Notions — Common Notions 2 and 3 are the 2,300-year-old statements of the addition and subtraction properties of equality.
- Khan Academy, Why we do the same thing to both sides — visual treatment that pairs well with the habit-building approach here.