Solving for the Letter You Want
A formula is an equation with several letters; the same balance moves isolate whichever letter you need, treating the others as numbers you have not been told. · 9 min
The perimeter of a rectangle is P = 2l + 2w. Given the length and width, it hands you P. But suppose you know the perimeter and the length — fencing already bought, one side already measured — and want the width. You could re-solve with numbers every single time. Or you could solve the formula once, for w, and keep the result.
Guess before you learn
d = rt relates distance, rate, and time. Solved for t, it reads:
Divide both sides by r and the right side keeps only t: d/r = t. If you picked r/d, you inverted the division — most people do at least once, and a check with easy numbers is the rescue: 100 miles at 50 miles per hour should take 2 hours, and 100/50 delivers it. The inverted version gives half an hour, which no road trip has ever managed.
9–12
3–5
distance = speed × time belongs to a fact family, like 3 × 4 = 12. The same fact also says time = distance ÷ speed, and speed = distance ÷ time. If a trip covers 120 miles at 60 miles each hour, the time is 120 ÷ 60 = 2 hours.
You do not memorize three rules. You memorize one and turn it around when the question asks for a different piece.
6–8
A formula like P = 2l + 2w is a literal equation — an equation made of letters. To solve it for w, use exactly the balance moves from the last three folios, treating P and l as numbers whose values you simply have not been told. Subtract 2l from both sides: P − 2l = 2w. Divide by 2: w = (P − 2l)/2.
The result is a new formula, ready whenever the perimeter and length are known. Rearranging once replaces re-solving forever.
9–12
Solving for a letter means isolating it: every balance move you own applies, and the other letters ride along unevaluated. From F = (9/5)C + 32, subtract 32, then multiply both sides by 5/9: C = (5/9)(F − 32). Nothing new happened — the layers came off in reverse order, exactly as in a two-step equation.
One caution transfers from last folio: dividing both sides by a letter assumes that letter is not zero. In d = rt, solving for t by dividing by r is safe only when r ≠ 0 — a standing assumption worth writing down whenever it matters.
K–2
Three bags hold 12 crayons in all, the same number in each bag. 3 × □ = 12. To find one bag's number, split 12 into 3 equal parts: 4 crayons.
Every times fact turns around: 3 × 4 = 12 also says 12 ÷ 3 = 4 and 12 ÷ 4 = 3. One fact, three ways to say it.
Undergrad
Rearranging is function inversion with parameters. Fixing r, the map t ↦ rt is invertible when r ≠ 0, and t = d/r applies that inverse to d. A formula solved for different letters yields different explicit functions carved from one underlying relation among the variables.
Not every relation yields a closed form for every letter: A = ½ab sin C solves cleanly for a or b, but extracting C requires the inverse sine, and Kepler's M = E − e sin E admits no elementary solution for E at all. Linear formulas are the reliably rearrangeable case.
Postgrad
A formula is a relation R ⊂ ℝⁿ; solving for one variable seeks a function whose graph is that relation, at least locally. The implicit function theorem states the honest condition: where the partial derivative with respect to the chosen variable is nonvanishing, an explicit local solution exists. For linear relations the condition is a nonzero coefficient — and it holds globally.
The symmetric relation is the invariant object; each rearrangement is a chart on it. Computer algebra systems implement this folio directly: solve(P = 2l + 2w, w) applies invertible ring operations while tracking nonvanishing assumptions as side conditions.
literal equation
An equation whose quantities are mostly letters, like d = rt. Solving it for a chosen letter produces a rearranged formula rather than a number.
Why is this true?
Why may you treat r like an ordinary number while solving d = rt for t?
Because every balance move is justified for any number at all — the steps never consult r's value. Whatever r turns out to be (zero excepted, for division), the moves were already legal, so the rearranged formula holds for every allowed r.
Solve P = 2l + 2w for w — the steps fade as you master them
P − 2l = 2w
(P − 2l)/2 = w
w = (14 − 8)/2 = 3, and 2(4) + 2(3) = 14
Two habits make rearranging reliable. First, name your target letter before moving anything, and read the formula as layers around it: in y = mx + b, the x is multiplied by m, then b is added — so b comes off first, m second. Second, test the rearranged formula once with small numbers. A ten-second check with P = 14 and l = 4 catches an inverted division before it costs you a week of wrong homework.
Unit II closes here. One balance discipline now solves equations with the unknown on one side, on both sides, and formulas full of letters. Unit III gives all of it a picture — beginning with an address for every point on the page.
Note
Science classes hand out formulas weekly. Rearranging each one for its other letters, once, on paper, is faster than re-solving with numbers every time — and it shows you what the formula actually says.
Practice — new ink and old, interleaved
1.Solve A = ½bh for h.
2.State the two habits that make rearranging reliable.
Read the formula as layers around the target letter and remove them in reverse order; then test the rearranged formula once with small numbers.
How close were you? Grade yourself honestly — it sets your review date.
3.Why does solving d = rt for t carry the assumption r ≠ 0? One sentence.
4.You subtract 5 from the left side of a true equation, and leave the right side alone. What happens?
5.What exactly does x + 3 = 10 claim?
6.Solve y = 3x − 6 for x. Enter the expression for x in terms of y.
7.5 + 2 × 3 = ?
8.Using w = (P − 2l)/2: a rectangle has perimeter 26 and length 8. Find w.
9.(5 + 2) × 3 = ?