Solving linear equations: keep the balance, not a bag of tricks
An equation stays true when the same legal operation is applied to both sides. Simplify, isolate, and check.
How to recognize the method, run it, and know when it is the wrong choice.
Updated July 13, 2026The compact formula is useful, but the reliable habit is balance: perform the same reversible move on both sides.
Start by reducing clutter
Distribute and combine like terms on each side before moving terms across the equals sign. This exposes the equation's real structure.
Fractions can often be cleared by multiplying every term on both sides by a common denominator. Skipping a term breaks the balance.
Isolate in a sensible order
Move variable terms to one side and constants to the other. Then undo multiplication or division around the variable.
There is rarely one mandatory sequence. Prefer moves that keep coefficients small and reduce the chance of sign errors.
The check is part of the solution
Substitute the proposed value into the original equation, not a later simplified line. Both sides should produce the same number.
A check catches arithmetic slips and also reveals equations with no solution or infinitely many solutions when the variable disappears.
Solve 3(x − 2) + 5 = 2x + 9.
Distribute the three.
Combine constants on the left.
Subtract 2x from both sides.
Add one to both sides.
Common mistakes
- Moving a term by changing its sign without naming the operation.
- Applying a denominator-clearing multiplier to only some terms.
- Checking in a simplified line that already contains the same error.
Three takeaways
- Simplify each side first.
- Use the same operation on both sides.
- Check in the original equation.