Introduction
When learning to solve equations, most of us memorized a rule like this:
"Move a term to the other side and flip its sign."
Solving \(x + 3 = 5\), you "move" the 3 to get \(x = 5 - 3 = 2\). The sign flipped, just as the rule said. But why does it flip? Is the equals sign some kind of sign-reversing machine?
No. "Moving a term" is not a real operation. This post unpacks the true reason with one analogy — the equals sign is a balance scale.
1. The equals sign is a balance scale
The equals sign (\(=\)) declares that the left side and the right side are the same. Think of a balance scale: two pans sitting at exactly the same height.
Keeping the balance unbroken requires one rule:
Whatever you do to one pan, you must do the same to the other.
That one rule underlies every legal step in solving an equation.
2. What "moving a term" really is — subtracting from both sides
Take \(x + 3 = 5\). The goal is to leave \(x\) alone on the left. To do that, the \(+3\) must go. How?
Subtract 3 from both sides.
$$ x + 3 - 3 = 5 - 3 $$We subtracted 3 from the left — and immediately subtracted 3 from the right too, to keep the scale balanced. Simplifying:
$$ x = 2 $$Now the sign-flip is no mystery. To cancel the \(+3\) on the left, we added \(-3\). That same \(-3\) appeared on the right simultaneously. It is not "moving across" — it is subtracting from both sides at once, so what remains on the right is \(5 - 3\), and the sign is simply opposite.
3. The same principle when subtracting a term
$$ x - 4 = 7 $$To isolate \(x\), eliminate the \(-4\) by adding 4 to both sides:
$$ x - 4 + 4 = 7 + 4 $$$$ x = 11 $$The \(-4\) on the left becomes \(+4\) on the right — not because it "flipped" on the way across, but because we added \(+4\) to both sides and the left's \(-4\) and \(+4\) cancelled each other.
In summary:
- To remove \(+c\) from the left → subtract \(c\) from both sides → \(-c\) remains on the right.
- To remove \(-c\) from the left → add \(c\) to both sides → \(+c\) remains on the right.
The sign flip is not magic. It is the natural result of adding the opposite to cancel a term to zero.
4. Try it yourself
Use the step buttons below to walk through the solution of \(x + 3 = 5\) one step at a time. Watch for the moment both \(-3\)s appear simultaneously — that is the heart of the matter. The slider in the lower section lets you compare an identity (true for every x) against an equation (true only for one x).
5. Identity vs equation — same symbol, different meaning
Equations and identities both use the equals sign, but they mean very different things.
An identity holds for every value of the variable:
$$ 2(x + 1) = 2x + 2 $$No matter what \(x\) is, both sides are equal. There is nothing to "solve" — it is always true.
An equation holds only for specific values:
$$ x + 3 = 5 $$This is true only when \(x = 2\). "Solving an equation" means finding the one (or few) values of \(x\) for which the scale balances.
Same symbol, opposite situations: an identity says "the scale is always level," while an equation says "find the x that makes the scale level."
Key takeaways
- The equals sign (\(=\)) is a balance scale: it declares both sides equal.
- "Moving a term" is not a real operation — it is shorthand for subtracting (or adding) the same quantity from both sides.
- Signs flip because: to cancel a term you add its opposite, and that opposite appears on the other side.
- Identity: an equation true for every value of the variable.
- Equation: an equation true only for specific values — "solving" means finding those values.
Whenever a sign-flip feels mysterious, picture the balance scale: touch one side and you must touch the other the same way. That is all there is to it.
Related reading — Why can you only add "like" things? (combining like terms, which you use when tidying up both sides) · Why does factoring make things "simpler"? (another tool for solving equations by turning them into products)