Algebra 1A — Equations & Lines
The one move: solving linear equations
Explain-it-like-I'm-5: an equation is a balanced see-saw. The two sides weigh the same. As long as you change both sides identically, it stays balanced — so you can peel operations off the unknown one at a time until it sits alone.
Solve 3x + 5 = 17, peeling from the outside in:
- Subtract 5 from both sides → 3x = 12
- Divide both sides by 3 → x = 4
The cell does both steps; the check proves it by plugging the answer back in.
Once you trust the move, let NapkinCalc rearrange for you. solve(expression, x) isolates x from expression = 0. (In the app, an equation cell's ⋮ menu offers "Solve for x" to write this automatically.)
Real-world hook: every "work backwards to the input" problem is a linear equation — splitting a restaurant bill, finding the break-even number of sales, converting a tip-included total back to the pre-tip price.
Try it yourself: solve 5x − 7 = 18.
Show the steps
Add 7 → 5x = 25; divide by 5 → x = 5.