Balance Method

Pre-Algebra

The balance method is a strategy for solving equations by performing the same operation on both sides to keep the equation balanced, like a scale, until the variable is isolated.

Visualization

Definition

The balance method uses the idea of a balance scale to solve equations: whatever you do to one side of the equation, you must do the exact same thing to the other side to keep it balanced. Also called the properties of equality, it applies the addition, subtraction, multiplication, and division properties of equality systematically, each step justified by a specific property, which trains mathematical reasoning and proof-writing skills. Formally, the balance method rests on the substitution property of equality (if $a = b$, then $a$ may replace $b$ in any expression) and on equality being an equivalence relation: reflexive ($a = a$), symmetric (if $a = b$ then $b = a$), and transitive (if $a = b$ and $b = c$ then $a = c$); solving an equation this way is a constructive proof that the solution set is non-empty, and each step is a biconditional, meaning the final solution set equals the original one with no extraneous or lost solutions.

Example

Solve $x + 6 = 10$: imagine a balanced scale with $x + 6$ on the left and $10$ on the right; subtract $6$ from BOTH sides to get $x + 6 - 6 = 10 - 6$, so $x = 4$, and the scale stays balanced. Solve $3x - 5 = 16$: add $5$ to both sides (balance) to get $3x = 21$, then divide both sides by $3$ (balance) to get $x = 7$. Each step of solving $ax + b = c$ is a biconditional: $ax + b = c$ iff $ax = c - b$ iff $x = (c-b)/a$ (for $a \neq 0$).

Key Insight

The balance scale is the perfect mental model for equations: if you add to or remove from only one side, the scale tips, but doing the same to both sides keeps it level. Squaring both sides is not a biconditional operation, since it can introduce extraneous solutions; the balance method using addition, subtraction, or multiplication/division by a nonzero number always preserves solution sets, but squaring and other non-injective operations require checking for extraneous solutions afterward.