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.

LaTeX article Updated July 13, 2026

3(x2)+5=2x+93(x-2)+5=2x+9

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.

x3+12=22x+3=12\frac{x}{3}+\frac12=2\quad\Longrightarrow\quad2x+3=12

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.

5x7=2x+83x=155x-7=2x+8\quad\Longrightarrow\quad3x=15

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.

x=5:5(5)7=2(5)+8=18x=5:\quad5(5)-7=2(5)+8=18

Worked example

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.

Keep these ideas

  • Simplify each side first.
  • Use the same operation on both sides.
  • Check in the original equation.
Vocab
Variable
Math glossaryVariable
xx

A symbol whose value may vary or be unknown.

Learn more
Expression
Math glossaryExpression
2x+32x+3

A mathematical phrase without a top-level equality or inequality claim.

Learn more
Equation
Math glossaryEquation
2x+3=112x+3=11

A statement that two expressions are equal.

Learn more
Solution
Math glossarySolution
x=4x=4

A permitted value that makes a mathematical statement true.

Learn more
Inverse operation
Math glossaryInverse operation
x+33=xx+3-3=x

An operation that undoes another operation.

Learn more
Math glossary