Leave lesson

Algebra · Linear equations

1 / 9

Solving linear equations

Why an equation is a balance, why every move must be the INVERSE operation applied to both whole sides, and how brackets and unknowns on both sides fall to the same two moves.

Algebra · Linear equations

Solving linear equations

Why an equation is a balance, why every move must be the INVERSE operation applied to both whole sides, and how brackets and unknowns on both sides fall to the same two moves.

Why it works

An equation is a balance. 3x7=113x - 7 = 11 says: the two sides are the same number. Anything done to one whole side must be done to the other, or the balance — and the information — is destroyed. Solving is peeling the xx free one operation at a time, always by the inverse: the 7-7 is undone by ADDING 7 (not by moving it across unchanged), and the ×3\times 3 by dividing:

3x7=11    3x=18    x=6.3x - 7 = 11 \;\Rightarrow\; 3x = 18 \;\Rightarrow\; x = 6.

"Move it to the other side and flip the sign" is shorthand for exactly this — the flip IS the inverse. Check by substituting back: 3×67=113 \times 6 - 7 = 11. ✓

Divide the WHOLE side, not just one term. From 3x+6=183x + 6 = 18, dividing by 3 gives x+2=6x + 2 = 6 — every term gets divided. (Cleaner: subtract 6 first.) Halving only the 3x3x breaks the balance.

Unknowns on both sides: collect them on one side first. 5x+3=2x+185x + 3 = 2x + 18 — subtract 2x2x from both sides so all the xx's stand together: 3x+3=183x + 3 = 18, then 3x=153x = 15, x=5x = 5. The xx-terms *combine by subtraction* across the equals sign; adding them (7x7x) double-counts.

Brackets: expand first (or divide both sides by the multiplier). 4(x+3)=304(x + 3) = 30 is either 4x+12=304x + 12 = 30 — the 4 hits both terms — or, since the whole left side is 4 times a package, x+3=7.5x + 3 = 7.5. Both give x=4.5x = 4.5. What's illegal is 4x+3=304x + 3 = 30: a half-expanded bracket.

A negative xx-term isn't special — the same moves work. 122x=512 - 2x = 5: subtract 12 to get 2x=7-2x = -7, divide by 2-2 to get x=3.5x = 3.5. (Or add 2x2x to both sides first so the xx-count is positive: 12=5+2x12 = 5 + 2x.) Sign discipline, not a new method.

Solutions aren't always whole numbers. x=4.5x = 4.5 or x=73x = -\frac{7}{3} are perfectly good answers — resist the urge to force an integer, and let the substitution check be the judge.