Two Steps, Undone in Reverse
A two-step equation is solved by undoing its operations in reverse order: the last operation applied is the first one undone. · 9 min
Last folio you solved equations built from one move. Most equations in the wild take two. Look at 3x + 5 = 20. Whoever wrote it started with x, multiplied by 3, then added 5. Two moves in. To get x back out, you will make two moves too — and the order you make them in is the whole lesson.
Guess before you learn
3x + 5 = 20. Two legal first moves: subtract 5 from both sides, or divide both sides by 3. Which leaves the cleaner equation?
Subtracting 5 leaves 3x = 15 — whole numbers, one step from done. Dividing by 3 first is perfectly legal, but it leaves x + 5/3 = 20/3, and now you are doing fraction arithmetic you never needed. If you picked divide, keep the pencil mark: the reason subtraction wins is exactly where this folio is headed.
9–12
3–5
A number machine ran two steps: times 3, then plus 5. Out came 20. To find what went in, walk backwards through the machine — undo the last step first. Take away 5: that leaves 15. Now undo times 3: split 15 into 3 equal parts. The number that went in was 5.
6–8
A two-step equation records two operations done to x. In 3x + 5 = 20, x was multiplied by 3 first, then 5 was added. To solve, apply the inverse of each operation to both sides — in reverse order. Subtract 5 from both sides: 3x = 15. Then divide both sides by 3: x = 5.
The reverse order matters because the + 5 sits outside the whole product 3x. Until it is removed, dividing by 3 hits the 5 as well and produces fractions. Undo the outermost operation first, then the one wrapped inside. Finish by checking: 3(5) + 5 = 20. It holds.
9–12
Reading 3x + 5, the order of operations says: multiply first, add second. Solving reverses that reading — subtract first, divide second — because each balance move must strip away whatever stands furthest from x. The addition was applied to all of 3x, so it is the outer layer; the multiplication is the inner one.
Both routes are legal; only one is efficient. Dividing 3x + 5 = 20 by 3 gives x + 5/3 = 20/3 — true, and solvable, but through fractions. Equation solving rewards a habit: before moving anything, say what was done to x and in what order. The solution path is that list, reversed.
K–2
You put on socks, then shoes. To undo it, the shoes come off first, then the socks. What went on last comes off first.
A number was doubled, then 2 more joined, and it became 10. Take the 2 away: 8. Split into halves: 4. The hidden number was 4.
Undergrad
Write f(x) = 3x + 5. Solving 3x + 5 = 20 is computing f⁻¹(20). Since f is the composition of g(x) = 3x followed by h(x) = x + 5, its inverse composes the individual inverses in the opposite order: f⁻¹ = g⁻¹ ∘ h⁻¹ — subtract 5, then divide by 3.
That reversal rule, (h ∘ g)⁻¹ = g⁻¹ ∘ h⁻¹, is completely general — it holds for any invertible processes, not only linear ones. A map x ↦ ax + b is invertible exactly when a ≠ 0, which is why every equation of this shape has exactly one solution.
Postgrad
The maps x ↦ ax + b with a ≠ 0 form a group under composition — the one-dimensional affine group. Solving ax + b = c applies the inverse element, and the identity (στ)⁻¹ = τ⁻¹σ⁻¹ is the algebraic content of 'last applied, first undone.' The group is nonabelian: adding then scaling differs from scaling then adding, which is why order matters at all.
The same skeleton solves Ax + b = c for matrices, conjugation problems in group theory, and layered inversions everywhere. Algebra I simply meets it first, in the smallest noncommutative setting on offer.
inverse operation
The move that undoes another: subtraction undoes addition, division undoes multiplication. In 3x + 5 = 20, the inverses used are − 5 and ÷ 3.
Why is this true?
Why must the last operation applied be the first one undone?
Because the last operation is the outermost layer. In 3x + 5, the + 5 acts on all of 3x, so it stands between you and the product. Remove it first, and the multiplication faces the equals sign alone, ready for its own inverse.
Solve 4x − 7 = 13 — the steps fade as you master them
4x − 7 + 7 = 13 + 7
4x ÷ 4 = 20 ÷ 4
4(5) − 7 = 20 − 7 = 13
Two shapes deserve extra care. When the coefficient is negative — say 5 − 2x = 11 — subtracting 5 leaves −2x = 6, and you must divide by −2, sign and all, to get x = −3. And when x is divided rather than multiplied — x/4 + 2 = 7 — the inverse of dividing by 4 is multiplying by 4: subtract 2 to reach x/4 = 5, then multiply to reach x = 20. The rule never changes; only the inverses do.
That is the whole method: read the build order, reverse it, undo with inverses, check. Next folio the unknown appears on both sides of the equals sign — and the same reading habit will tell you what to gather first.
Note
Tonight, before it fades: rebuild the reverse-order rule from memory, then solve one two-step equation of your own invention. The Atelier of Mind covers why self-made problems stick hardest.
Practice — new ink and old, interleaved
1.Solve 7x = 91.
2.Match each stage to its place in the order.
3.You subtract 5 from the left side of a true equation, and leave the right side alone. What happens?
4.State the order in which you undo, and why that order is right.
Undo in reverse: the last operation applied is the outermost layer, so it must come off first for the inner operation's inverse to reach x alone.
How close were you? Grade yourself honestly — it sets your review date.
5.Match each equation to its solution.
6.5 + 2 × 3 = ?
7.Which equation is solved by the moves 'add 6, then divide by 5'?
8.Solve 3n + 11 = 2.
9.A friend solves 3x + 5 = 20 by dividing everything by 3 first and stalls at x + 5/3 = 20/3. In one sentence, what would you tell them?