Balance Method
Pre-AlgebraThe 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.
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.
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: $x + 6 - 6 = 10 - 6$, so $x = 4$. The scale is still balanced.
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. Doing the same to both sides keeps it level.
Definition
The balance method, also called the properties of equality, is the systematic approach to solving equations. It applies: the addition property of equality (adding the same value to both sides preserves equality), the subtraction, multiplication, and division properties of equality in the same way.
Example
Solve $3x - 5 = 16$. Add $5$ to both sides (balance): $3x = 21$. Divide both sides by $3$ (balance): $x = 7$. Each step is justified by a property of equality.
Key Insight
The balance method makes explicit the properties of equality that justify each step. Writing justifications ("addition property of equality") trains mathematical reasoning and proof-writing skills.
Definition
The balance method formalizes as the substitution property of equality: if $a = b$, then $a$ may replace $b$ in any expression. The properties of equality (reflexive: $a = a$; symmetric: if $a = b$ then $b = a$; transitive: if $a = b$ and $b = c$ then $a = c$) make equality an equivalence relation. Solving equations by the balance method is a constructive proof that the solution set is non-empty.
Example
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$). The biconditional (iff) guarantees that the final solution set equals the original solution set, with no extraneous or lost solutions.
Key Insight
The importance of biconditional (iff) steps in solving: squaring both sides is not a biconditional (it can introduce extraneous solutions). The balance method using addition/subtraction/multiplication (nonzero)/division (nonzero) always preserves solution sets. Squaring and other non-injective operations require checking for extraneous solutions.