The balance metaphor is literally true
When Bedrock built the real numbers, it established two critical facts about equations: (1) if then for any (add the same thing to both sides); (2) if and then (multiply both sides by the same nonzero thing). These are not magic rules for algebra class — they are theorems about equality and the real-number operations. Solving an equation is applying these two facts strategically to peel away everything around the variable until it stands alone.
The variable is the masked number from the Variables and Expressions lesson. Your job is to unmask it.
Solving : the canonical recipe
Consider .
Goal: get alone on the left. It is surrounded by "multiply by 3" and "add 7". Undo them in reverse order — last operation on, first operation off.
Step 1. Undo "add 7" by adding to both sides:
Step 2. Undo "multiply by 3" by multiplying both sides by :
Step 3 (mandatory). CHECK by substituting back:
The check is a free correctness proof. It takes ten seconds and catches every arithmetic slip. Use it every single time.
Variables on both sides
When variables appear on both sides, collect them first. Suppose .
Subtract from both sides (legal — same thing to both sides):
Now it looks like the previous pattern:
Check: and . Both sides equal 17. Done.
Clearing fractions and parentheses
Fractions inside equations are annoying. The cure: multiply both sides by the LCD before doing anything else. The Fractions and Rationals lesson established that multiplying by a nonzero number preserves equality — use it.
LCD of 3 and 4 is 12. Multiply every term by 12:
Check: . Confirmed.
Parentheses get distributed first — that's distributivity from Bedrock:
Check: and . Confirmed.
Special cases: two flavors of drama
Case 1: Identity. Solve .
Expand: . Subtract from both sides: .
No in sight — and is TRUE for every value of . Every real number is a solution. The equation is an identity. Algebraic symptom: a true numeric statement with no variables remaining.
Case 2: Contradiction. Solve .
Expand: . Subtract : .
FALSE for every value of . No solution exists. The equation is a contradiction. Algebraic symptom: a false numeric statement with no variables remaining.
These are not errors — they are the equation's structure announcing itself.
Literal equations
Solve a formula for one of its variables by treating every other letter as a constant. The legal moves are identical.
Solve for :
Same two moves. Different labels on the constants.