Gathering the Unknowns
When the variable appears on both sides, simplify each side, collect the variable terms with one balance move, and let the surviving sentence decide the case. · 10 min
So far the unknown has kept to one side of the equals sign. Now it stands on both: 5x + 2 = 3x + 10. Nothing in the balance rules has changed — anything done identically to both sides preserves the truth — but a new question appears: which x's should move, and where should they go?
Guess before you learn
5x + 2 = 3x + 10. Which first move collects every x on one side without breaking anything?
Subtracting 3x from both sides leaves 2x + 2 = 10 — a two-step equation you already own. Dividing by x is the tempting one, and most people reach for it eventually: but x might be 0, and algebra never divides by something that could be zero. Unequal subtractions — 2 here, 10 there — break the balance outright. And adding 3x puts more x on both sides, not fewer.
9–12
3–5
Both sides of 5x + 2 = 3x + 10 hold x's, like two pans that both hold bags. You may remove the same amount from each pan — including the same number of bags. Take 3x from both sides: 2x + 2 = 10.
From there you know the road: subtract 2 to get 2x = 8, then divide by 2 to get x = 4. Check both sides: 5(4) + 2 makes 22, and 3(4) + 10 makes 22. The same number — which is exactly what a solution means.
6–8
The full method has three movements. First, simplify each side on its own: distribute any parentheses and combine like terms. Second, collect the variable terms with one balance move — subtracting the smaller variable term from both sides keeps the coefficient positive. Third, finish as the two-step equation it has become, and check in the original.
Sometimes the variable terms cancel entirely. Then the sentence left standing decides everything. If it is false — like 3 = 7 — no value of x could ever have worked: no solution. If it is true — like 3 = 3 — the equation never depended on x at all: every number is a solution.
9–12
An equation with x on both sides claims that two different recipes produce the same number, and solving asks: for which inputs? Collecting terms rewrites ax + b = cx + d as (a − c)x = d − b, and three cases fall out. If a ≠ c, exactly one solution. If a = c and b ≠ d, none. If a = c and b = d, every number.
The names are worth owning: an equation true for only some values is conditional, one true for all values is an identity, one true for none is a contradiction. When your x's vanish and leave 4 = 4, you have not failed — you have discovered the equation was an identity all along.
K–2
Two pans balance. Each pan holds bags — every bag hides the same number of blocks — and some loose blocks. Take one bag off each pan. It still balances.
Left pan: 2 bags and 1 block. Right pan: 1 bag and 4 blocks. Take one bag from each. Now one bag balances 3 blocks. Each bag holds 3.
Undergrad
The solution set of ax + b = cx + d over ℝ is empty, a single point, or all of ℝ — never anything else. The trichotomy is geometric: each side is a linear function, and their graphs are lines that cross once, run parallel, or coincide. Solving locates the intersection without drawing it.
Each balance move is an invertible transformation of the equation, which is why the solution set never changes as you work. Dividing by an expression that might be zero is precisely the non-invertible move — the classic way solutions get silently created or destroyed.
Postgrad
Over any field, a linear equation in one variable reduces to αx = β. Its solution set is a point when α ≠ 0, and when α = 0 it is empty or the whole line, according as β ≠ 0 or β = 0. The Algebra I trichotomy is rank–nullity accounting for the smallest possible linear system.
The working discipline — apply only equivalence transformations, invertible operations that preserve the solution set — is Gaussian elimination in one variable. Everything from here to numerical linear algebra scales that discipline up; nothing replaces it.
identity
An equation true for every value of the variable. The x's cancel during solving and a true sentence, like 3 = 3, remains.
Why is this true?
Why is subtracting 3x from both sides legal when you do not know what x is?
Because whatever number x holds, 3x is one definite number — and subtracting the same number from two equal quantities leaves them equal. The move never needed to know which number, only that it was the same on both sides.
Solve 2(x + 3) = 4x − 2 — the steps fade as you master them
2x + 6 = 4x − 2
6 = 2x − 2
8 = 2x
x = 4
2(4 + 3) = 14 and 4(4) − 2 = 14
Watch the two cancelling cases happen. Take 4x + 5 = 4x + 9 and subtract 4x from both sides: 5 = 9. False — and no value of x can rescue a false sentence that no longer contains x. No solution. Now take 2(3x + 1) = 6x + 2 and distribute: 6x + 2 = 6x + 2. Subtract 6x: 2 = 2. True, with no x left to constrain — so every number works. The surviving sentence is the verdict.
You now hold the complete method for any linear equation in one unknown: simplify, gather, undo, check. Next folio the same balance moves go to work on formulas full of letters — and you will choose which letter deserves to stand alone.
Note
A useful drill: before touching a new equation, predict which of the three cases it will land in — one, none, or all. The prediction sharpens faster than the algebra does.
Practice — new ink and old, interleaved
1.Which equation is solved by the moves 'add 6, then divide by 5'?
2.State the check step: what do you do, and against which equation?
Substitute the solution into both sides of the original equation and confirm both sides produce the same number.
How close were you? Grade yourself honestly — it sets your review date.
3.5 + 2 × 3 = ?
4.A friend reaches 0 = 5 while solving and asks what they broke. One sentence.
5.Without looking back: what is the inverse operation for each of +6, −6, ×6, and ÷6?
Undo +6 with −6, undo −6 with +6, undo ×6 with ÷6, and undo ÷6 with ×6 — always applied to both sides.
How close were you? Grade yourself honestly — it sets your review date.
6.Order the moves for solving 4x + 9 = x + 30.
- Subtract x from both sides: 3x + 9 = 30
- Subtract 9 from both sides: 3x = 21
- Divide both sides by 3: x = 7
- Check: 4(7) + 9 = 37 and 7 + 30 = 37
7.Without looking back: what is a variable, and what does 7m mean?
A variable is a letter standing for a number not yet fixed; 7m means 7 × m.
How close were you? Grade yourself honestly — it sets your review date.
8.6x + 1 = 6x + 1. How many solutions?
9.Solve 2(x − 3) = x + 4.