ALGEBRA 1 • CREATE EQUATIONS & RELATIONSHIPS

Rearranging Formulas to Highlight a Quantity of Interest

Learn how the same moves you use to solve equations can unlock any variable hidden inside a formula.

Where Did Formulas Come From?

People have been rearranging relationships between quantities for thousands of years, even before algebra had a name. Ancient builders needed to figure out dimensions from areas, merchants needed to calculate unknown costs from totals, and astronomers wanted to isolate one measurement from a web of related observations. The story of rearranging formulas is really the story of how humans learned to think flexibly with symbols instead of just numbers.

~1800 BCE
Babylonian scribes on clay tablets solved problems equivalent to rearranging area formulas — finding the side length of a field when its area and one dimension were known. They didn't use letters, but their step-by-step word problems were the earliest "formula rearrangements."
~820 CE
The Persian mathematician al-Khwārizmī wrote Al-Kitāb al-Mukhtaṣar, the book that gave us the word "algebra." He described systematic methods for isolating unknown quantities — essentially the same inverse-operation logic we use today.
1591
François Viète, a French lawyer and mathematician, introduced the practice of using letters to represent both known and unknown values in equations. This made it possible to write general formulas like A = bh instead of repeating the same word problem over and over.
1687
Isaac Newton published formulas for gravity and motion, like F = ma. Scientists immediately needed to rearrange these to solve for mass or acceleration, cementing formula rearrangement as a core skill in physics and engineering.

Every formula you encounter in math or science was once written to describe a relationship. But the variable you need to find isn't always alone on one side. That's the problem this lesson solves: how do you rearrange any formula to isolate the variable you care about? The answer is surprisingly simple — you use the exact same reasoning you already know from solving equations.

Core Principles

Before you start rearranging, it helps to be clear about four big ideas. These are the same principles that make solving equations work, and they transfer directly to working with formulas that have multiple variables.

1

A Formula Is an Equation

A formula like d = rt is just an equation that describes a relationship. The equals sign means both sides have the same value. Anything you can do when solving 12 = 3x you can also do with d = rt.
2

Inverse Operations Undo

Addition undoes subtraction. Multiplication undoes division. Squaring undoes square roots (and vice versa). To isolate a variable, you undo whatever is being done to it, layer by layer, using inverse operations.
3

Do the Same Thing to Both Sides

An equation stays balanced only if every operation you perform on the left side is also performed on the right side. This "balance rule" is the engine that keeps every step valid.
4

Work in Reverse Order of Operations

When solving for a variable, peel off the operations in reverse order: undo addition/subtraction first, then multiplication/division, then exponents/roots. Think of it like unwrapping a gift — remove the outer layer before the inner one.
Key Takeaway
Think of a formula like a locked box with multiple compartments. Each variable is in its own compartment, held in place by operations (multiplication, addition, etc.). To "free" the variable you want, you use inverse operations as keys — the same keys you already used when solving single-variable equations. The only difference is that the other variables stay as letters instead of turning into numbers.

Seeing It: The Balance Model

The diagram below shows how rearranging a formula works on a balance scale. We start with the distance formula d = rt and isolate r (rate). Notice that every operation happens on both sides so the scale stays level — exactly the same logic you use when solving a one-variable equation.

The key insight here is that dividing both sides by t is the inverse of the multiplication that was connecting r and t on the right side. Once t cancels on the right, r stands alone. You can think of this as "peeling away" the operation that's wrapped around your target variable. The formula d = rt has become r = d/t, and both equations say exactly the same thing — they're just rearranged to highlight a different quantity.

The Step-by-Step Framework

No matter how complicated a formula looks, the strategy for rearranging it follows the same pattern. Here are the moves you can make, along with the inverse operation each one uses. Memorizing these pairs is like learning the basic toolkit — once you have them, you can take any formula apart.

Inverse Operation Pairs
+ ↔ − × ↔ ÷ x² ↔ √x
Each operation is undone by its partner. Use the partner to "peel off" an operation from your target variable.

Here is the general approach, broken into three stages. These stages work whether you're solving for a variable in a simple formula or a complex one with multiple operations.

Stage 1 — Undo Addition or Subtraction
If y = mx + b, subtract b: y − b = mx
Move any terms that are added to or subtracted from your target variable's "group" to the other side.
Stage 2 — Undo Multiplication or Division
(y − b) = mx → divide by m: (y − b)/m = x
If your variable is multiplied by something, divide both sides by that something (and vice versa).
Stage 3 — Undo Exponents or Roots
A = πr² → A/π = r² → √(A/π) = r
If the variable is squared, take the square root of both sides. If it's under a root, square both sides.

You don't always need all three stages. A formula like C = 2πr only requires one step: divide both sides by to get r = C/(2π). A more complex formula like the slope-intercept equation y = mx + b requires two steps when solving for x. The point is that you always work in reverse order of operations: peel off the outermost layer first, then the next, until your variable is isolated.

Common Formulas — A Rearrangement Guide

The table below collects some formulas you've probably seen in math and science class. For each one, we show how to solve for a different variable. Study the "What You Do" column — notice how every rearrangement uses the same inverse-operation logic.

Original FormulaSolve ForWhat You DoResult
d = rttDivide both sides by rt = d/r
A = lwwDivide both sides by lw = A/l
P = 2l + 2wlSubtract 2w, then divide by 2l = (P − 2w)/2
y = mx + bxSubtract b, then divide by mx = (y − b)/m
A = ½bhhMultiply by 2, then divide by bh = 2A/b
C = 2πrrDivide both sides by r = C/(2π)
A = πr²rDivide by π, then take the square rootr = √(A/π)

Follow this flowchart from top to bottom whenever you're stuck. Ask yourself each question, do the operation if the answer is "yes," and keep going until your target variable stands alone. If your formula involves an exponent or a square root, there's an additional step (take the root or square both sides) that fits between the multiplication step and the finish line.

Worked Example

Let's walk through a complete rearrangement that uses multiple steps. Suppose you're studying temperature conversions and you know the formula for converting Celsius to Fahrenheit:

Temperature Conversion Formula
F = (9/5)C + 32
F = temperature in Fahrenheit, C = temperature in Celsius

Your goal: solve for C (Celsius). You want a formula that takes a Fahrenheit temperature and gives you Celsius.

Solving for C in F = (9/5)C + 32
1
Step 1 — Identify the target variableWe want to isolate C on one side by itself. Right now, C is multiplied by 9/5 and then 32 is added. We'll undo these operations in reverse order.
2
Step 2 — Undo the addition of 32The outermost operation acting on the C-group is "+ 32." Its inverse is "− 32." Subtract 32 from both sides:
F − 32 = (9/5)C
3
Step 3 — Undo the multiplication by 9/5C is currently multiplied by 9/5. The inverse of multiplying by 9/5 is multiplying by the reciprocal, 5/9. Multiply both sides by 5/9. On the right side, (5/9) × (9/5) = 1, so we get:
C = (5/9)(F − 32)
4
Step 4 — Interpret the resultThe rearranged formula C = (5/9)(F − 32) tells you: "Take the Fahrenheit temperature, subtract 32, then multiply by 5/9." For instance, if F = 212°F, then C = (5/9)(212 − 32) = (5/9)(180) = 100°C. That makes sense — 212°F is the boiling point of water, which is 100°C.

Comparing Solving Equations vs. Rearranging Formulas

Students sometimes feel like rearranging formulas is a "different" skill from solving equations. The table below shows that they're actually the same process — the only real difference is whether the other quantities are numbers or letters.

FeatureSolving an EquationRearranging a Formula
GoalGet one variable aloneGet one variable alone
Other quantitiesNumbers (e.g., 5, −3, 12)Letters (e.g., m, b, π)
StrategyInverse operations, same to both sidesInverse operations, same to both sides
Answer looks likex = 7 (a single number)x = (y − b)/m (an expression with letters)
Can you check it?Substitute back into originalSubstitute back — or plug in test numbers
Common mistakesForgetting to do both sidesSame — plus forgetting to apply an operation to every term
Key Takeaway
Rearranging a formula is like solving an equation where some of the numbers have been replaced by letters. Imagine you're following a recipe but the ingredient amounts are written as "a cups of flour" and "b teaspoons of salt" instead of specific numbers. You'd still follow the same cooking steps — you'd just carry the letters along until the end. The logic doesn't change; only the look of the answer does.

Where students get tripped up

The most common error is performing an operation on only part of one side instead of the entire side. For instance, in P = 2l + 2w, if you divide both sides by 2 to solve for l, you must divide every term on the right by 2, giving P/2 = l + w. Then you still need to subtract w. A second common mistake is treating a fraction bar as if it only applies to the numerator — remember, when you have (y − b)/m = x, the entire expression (y − b) is divided by m, not just y.

Looking Ahead: Where This Skill Goes Next

The ability to rearrange formulas isn't just a single-lesson skill — it's a foundation you'll build on in almost every math and science course you take going forward. Here's a quick preview of how this concept evolves.

This LessonWhat Comes Next
Rearrange linear formulas (one variable, no exponents)Rearrange quadratic formulas (e.g., completing the square to derive the quadratic formula)
Use inverse operations on +, −, ×, ÷Use inverse functions like logarithms and trig inverses to isolate variables
Solve for one variable at a timeSystems of equations — solve for two variables by rearranging and substituting
Work with formulas in Algebra 1Physics, chemistry, and economics all require constant rearrangement of their core formulas

In Algebra 2 and beyond, you'll encounter formulas with exponents, logarithms, and even trigonometric functions. The beautiful thing is that the reasoning stays the same: identify your variable, figure out what operations are acting on it, and undo them one at a time using inverse operations. Master this logic now, and those advanced topics will feel like natural extensions rather than brand-new challenges.

Skill Progression
Solve 1-step eqs
Multi-step eqs
Rearrange formulas
Systems & beyond
Solve 1-step eqsSystems & beyond

Practice Problems

Try these five problems on your own before revealing the answers. Each one builds on the skills from this lesson. Grab some paper, write out your steps, and check your reasoning against the solutions.

PROBLEM 1CONCEPTUAL
Explain in your own words why solving the equation 20 = 4x for x uses the same reasoning as rearranging the formula d = rt for t. What is the same about both processes, and what is different?
PROBLEM 2BASIC
The formula for the area of a rectangle is A = lw. Solve for l (length).
PROBLEM 3INTERMEDIATE
The perimeter of a rectangle is given by P = 2l + 2w. Solve this formula for w (width).
PROBLEM 4APPLIED
A phone plan charges a flat monthly fee plus a rate per gigabyte of data. The monthly cost formula is C = 15 + 10g, where C is the total cost in dollars and g is the number of gigabytes used. Rearrange the formula to solve for g. Then use your new formula to find how many gigabytes you used if your bill was $65.
PROBLEM 5CHALLENGE
The formula for the area of a trapezoid is A = ½(b₁ + b₂)h, where b₁ and b₂ are the two parallel bases and h is the height. Solve for b₁. (Hint: treat (b₁ + b₂) as a group, and think about what operations you need to undo and in what order.)

Lesson Summary

Rearranging a formula means solving it for a specific variable — the "quantity of interest" — so that variable ends up alone on one side of the equation. The process uses the exact same reasoning as solving a regular equation: you apply inverse operations to both sides, working in reverse order of operations (undo addition/subtraction first, then multiplication/division, then exponents/roots). The only difference is that instead of getting a numerical answer like x = 5, your result is an expression containing other variables, like x = (y − b)/m.

Key formulas you practiced rearranging include d = rt (distance), F = (9/5)C + 32 (temperature), P = 2l + 2w (perimeter), and A = ½(b₁ + b₂)h (trapezoid area). In every case, the strategy was the same: identify the target variable, determine what operations are acting on it, and undo them one at a time. This skill is foundational — you'll use it in every math and science course ahead, from geometry proofs to physics equations to financial modeling.

Varsity Tutors • Algebra 1 (Common Core) • Rearranging Formulas