In short
An equation is not a calculation — it is a statement that two quantities are equal. The equation 2x + 3 = 11 is the claim "the value 2x + 3 is the same number as the value 11". The solution x = 4 is the only number that makes that claim true. The instant you change one side without changing the other, you have written down a different claim — about different quantities — and the solution to that new claim is a different number. Doing the same thing to both sides is the only kind of move that keeps the original claim alive while making it simpler. This is the rule of equality, and it has been the bedrock of mathematics since Euclid wrote it down 2,300 years ago.
If your teacher's answer to "why both sides?" was "because the textbook says so," that explanation is correct in the same way "because gravity" is a correct explanation of why the ball falls — it names the rule without telling you anything about it. The actual reason cuts deeper than algebra. It is about what an equation is, what the equals sign means, and what it costs you the moment you forget.
The balance scale shows you the rule physically — pans tilt when you cheat. This article shows you the rule logically — the equation itself becomes a different equation the moment you cheat, and a different equation simply does not have the same answer. Both pictures point at the same fact, and you should hold both in your head.
What an equation actually says
An equation is a sentence in the language of mathematics. The two sides are two ways of writing a number, and the equals sign is the verb claiming that those two ways produce the same number.
Take
Read it out loud, slowly. It says: the quantity 2x + 3 is equal to the quantity 11. It does not say "compute 2x + 3" — there is no instruction to compute. It is a claim, the way "Mumbai is the capital of Maharashtra" is a claim. Either it is true, or it is false. And whether it is true or false depends on what number x stands for.
- If x = 4: the left side becomes 2(4) + 3 = 11. Right side is 11. The claim is true.
- If x = 5: the left side becomes 2(5) + 3 = 13. Right side is 11. The claim is false.
- If x = 0: the left side becomes 3. Right side is 11. The claim is false.
Out of every real number x on the number line, exactly one of them — x = 4 — makes this particular sentence true. That special number is what we call the solution.
So when you set out to "solve 2x + 3 = 11", what you are actually doing is hunting for the unique value of x that turns the sentence into a true statement. Solving an equation is not number-crunching; it is detective work.
Why the same operation on both sides preserves the truth
Now suppose someone tells you a true sentence: A = B, where A and B are some numbers. Maybe A is 7 written as 2 \cdot 3 + 1 and B is 7 written as 14 / 2 — different expressions, same number.
What can you do to that true sentence and still have something true?
Answer: any operation you perform must respect the fact that A and B are the same number. If A and B are literally identical, then A + 5 and B + 5 are also identical. And A \times 7 and B \times 7 are identical. And A / 2 and B / 2 are identical. They have to be, because A and B were the same thing to begin with.
Written formally, this gives you four laws — sometimes called the algebraic axioms of equality:
If A = B, then:
- A + c = B + c for any number c (addition property of equality) Why: adding the same amount to two equal quantities cannot make them unequal.
- A - c = B - c for any number c (subtraction property of equality) Why: subtracting the same amount from two equal quantities cannot make them unequal.
- A \cdot c = B \cdot c for any number c (multiplication property of equality) Why: scaling two equal quantities by the same factor produces two equal results.
- A / c = B / c for any number c \neq 0 (division property of equality) Why: cutting two equal quantities into the same number of pieces gives equal pieces. Division by zero is forbidden because it isn't defined as a number, not because the principle changes.
These four axioms are the entire toolkit of equation-solving. Every move you have ever made in algebra — every "subtract 3 from both sides," every "multiply through by the LCM," every "divide both sides by the coefficient" — is a single application of one of these four. Nothing else. There is no fifth secret rule waiting in Class 11.
The crucial word in each law is same. The same c on both sides. If you add 5 on the left and 7 on the right, none of these laws apply, and the conclusion you draw will simply be wrong.
Why touching only one side breaks the equation
Now flip the question. What if you do something to only one side?
Suppose A = B is true, and you compute A + 5 but leave B alone. Is A + 5 = B still true?
Almost never. A + 5 is, by construction, 5 more than A — and therefore 5 more than B. So A + 5 is not equal to B (unless 5 = 0, which it doesn't). The sentence A + 5 = B is a different sentence from A = B, and it is a false sentence.
Here is why this matters for solving. When you write the line
(subtracting 3 from the LHS only), you have not just made an arithmetic slip. You have written a completely new equation. This new equation reads 2x = 11. Its solution is x = 11/2 = 5.5. The original equation's solution was x = 4. They are not the same problem any more.
The mistake is invisible because the page still looks like algebra. Numbers, letters, equals signs — everything looks normal. But the meaning has changed under your nose. You walked into the maths room with one problem and walked out solving a different one.
Worked examples
The canonical demonstration — same answer vs. different answer
Start with 2x + 3 = 11. Solution: x = 4 (since 2 \cdot 4 + 3 = 11).
Legal move — subtract 3 from both sides:
Same answer. The new equation 2x = 8 has the exact same solution set as the original — namely the single value x = 4. Why: the addition/subtraction property of equality says that if A = B, then A - 3 = B - 3. So the truth of the original sentence is carried forward into the new one without change.
Illegal move — subtract 3 from the LHS only:
A different answer. Check it against the original: 2(5.5) + 3 = 11 + 3 = 14, not 11. So x = 5.5 is not a solution to the original equation at all — it is the solution to the manufactured equation 2x = 11, which you accidentally invented when you altered one side.
The mistake did not produce nonsense like "3 = 7" that would make you stop and recheck. It produced a perfectly clean number, 5.5, which feels like an answer. That is what makes the rule so important to internalise — the wrong moves don't announce themselves.
Multiplying both sides — and the trap of multiplying by zero
Start with x - 4 = 6. Solution: x = 10.
Legal move — multiply both sides by 3:
Solving: 3x = 30, so x = 10. Same answer. Why: the multiplication property of equality says A = B implies cA = cB. The multiplier 3 scales both sides identically.
The zero trap. What if you multiply both sides by 0?
This is true. But it is true for every value of x, not just x = 10. By multiplying by zero, you collapsed the equation into the empty truth 0 = 0, which carries no information about x any more. The original solution x = 10 is still consistent with 0 = 0, but so is x = 9999, so is x = -7. You have lost the equation.
This is why the division law required c \neq 0 — and why even the multiplication law, although it technically allows c = 0, is useless at c = 0. Multiplying by zero does not break the rule of equality; it just throws away the information that made the equation worth solving in the first place. Why: an equation pins down which values of x make a claim true. Once both sides are zero, no x is excluded, so the equation has stopped pinning anything down.
Dividing by an expression that contains $x$
Start with x^2 = 5x. By inspection, x = 0 and x = 5 both satisfy this — try them and check.
Tempting move — divide both sides by x:
You got one solution. But what happened to x = 0? It vanished. By dividing by x, you secretly assumed x \neq 0 — division by zero being illegal — and that assumption silently threw out the solution x = 0.
The safer move is to bring everything to one side and factor: x^2 - 5x = 0, so x(x - 5) = 0, giving x = 0 or x = 5. Both solutions intact.
This is the same axioms of equality at work — but applied carelessly to an expression that might be zero. Dividing both sides by something is legal only when that something is guaranteed non-zero; otherwise you are sneaking a forbidden division-by-zero into your work. The companion satellite What happens when you multiply or divide by an expression containing x? walks through how this can also introduce phantom (extraneous) solutions, and how to guard against both effects.
A 2,300-year-old rule
The four axioms of equality are not a modern invention. Around 300 BCE in Alexandria, Euclid wrote the Elements, the first systematic textbook of mathematics, and listed five Common Notions as the bedrock assumptions on which all of geometry would be built. The first three were:
- Things which are equal to the same thing are also equal to one another.
- If equals be added to equals, the wholes are equal.
- If equals be subtracted from equals, the remainders are equal.
Numbers 2 and 3 are exactly the addition and subtraction properties of equality, written in 4th-century-BCE Greek. Euclid did not prove them — he treated them as so obviously true about the very meaning of equality that no proof was possible or needed. They were the starting point.
Twenty-three centuries later, every algebra textbook in the world — from NCERT Class 7 in Delhi to high-school textbooks in São Paulo and Reykjavík — still teaches the same rule, in the same spirit, for the same reason. When you "do the same to both sides," you are not following a procedure your teacher made up. You are using the oldest written rule in mathematics.
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 same rule shown physically with a tilting beam.
- Operations and Properties — the additive and multiplicative inverses that the four equality axioms rest on.
References
- NCERT, Mathematics — Class 7, Chapter 4: Simple Equations — the first formal introduction of the rule in the Indian curriculum.
- Euclid, Elements, Book I — Common Notions (D. Joyce's annotated edition) — the original 300 BCE statement of the equality axioms.
- Wikipedia, Equality (mathematics) — formal treatment of the equality axioms used throughout modern mathematics.
- Khan Academy, Why we do the same thing to both sides — a complementary visual explanation.