Rearranging Equations- Practice Problems and Examples

What Rearranging Equations Actually Is

Equation rearrangement is the process of isolating a variable on one side of an equals sign. That's it. You're not solving for a number—you're manipulating the equation so that your target variable stands alone.

This skill shows up everywhere: physics formulas, finance calculations, engineering constraints. If you can't rearrange equations, you're stuck using whatever formula someone else gave you. That's a bad position to be in.

The One Rule That Matters

Whatever you do to one side of an equation, you must do to the other side. This isn't a suggestion. Break this rule and you've destroyed the equality. The math no longer works.

Think of an equation like a scale in perfect balance. If you add weight to one side, you must add the same weight to the other. Subtract, multiply, divide—it all follows the same principle.

Core Operations You Need to Know

Most equation rearrangement problems are just combinations of these three operations applied in the right sequence.

Step-by-Step Examples

Example 1: Solving for a Variable in a Simple Equation

Start: x + 5 = 12

Your goal: get x alone.

Step 1: Subtract 5 from both sides
x + 5 - 5 = 12 - 5

Result: x = 7

That was straightforward. The variable was already on the left side, so you just needed to cancel the +5.

Example 2: Solving for a Different Variable

Start: 3y - 9 = 21

Goal: isolate y

Step 1: Add 9 to both sides (undo the -9)
3y - 9 + 9 = 21 + 9
3y = 30

Step 2: Divide both sides by 3 (undo the ×3)
3y ÷ 3 = 30 ÷ 3

Result: y = 10

Example 3: Rearranging a Formula (The Ohm's Law Problem)

Start: V = IR (Voltage = Current × Resistance)

Goal: solve for R

Step 1: Divide both sides by I
V ÷ I = IR ÷ I

Result: R = V ÷ I

This is how you convert one formula into another. Same process—just variables instead of numbers.

Example 4: Quadratic Rearrangement

Start: y = 3x² + 6

Goal: solve for x

Step 1: Subtract 6 from both sides
y - 6 = 3x²

Step 2: Divide both sides by 3
(y - 6) ÷ 3 = x²

Step 3: Take the square root of both sides
√[(y - 6) ÷ 3] = x

Result: x = ±√[(y - 6) ÷ 3]

The ± appears because both positive and negative values square to the same number.

Common Mistakes That Will Destroy Your Answers

Practice Problems

Try these before checking the answers. No cheating.

Problem 1: Rearrange 2x + 8 = 24 to solve for x

Problem 2: Rearrange A = πr² to solve for r

Problem 3: Rearrange d = vt + ½at² to solve for a

Problem 4: Rearrange P = 2(L + W) to solve for L

Problem 5: Rearrange F = G(m₁m₂) ÷ r² to solve for m₁


Answers:

Problem 1: x = 8
Subtract 8, then divide by 2

Problem 2: r = √(A ÷ π)
Divide by π, then take the square root

Problem 3: a = 2(d - vt) ÷ t²
Subtract vt, multiply by 2, divide by t²

Problem 4: L = (P ÷ 2) - W
Divide by 2, then subtract W

Problem 5: m₁ = Fr² ÷ (Gm₂)
Multiply by r², then divide by G and m₂

Comparing Rearrangement Methods

Equation Type Target Operation Inverse Operation Key Consideration
Linear (ax + b = c) Addition/Subtraction Subtraction/Addition Move constant terms first
Multiplicative (xy = z) Multiplication Division Cancel by dividing, not distributing
Power (x² = y) Squaring Square root Remember the ± sign
Fractional (x/y = z) Division Multiplication Multiply both sides by denominator
Nested (f(g(x)) = y) Multiple Work from outside in Undo outermost function first

Getting Started: The Method That Always Works

When you're stuck, follow this sequence:

  1. Identify your target variable — Circle it or write it at the top of your page
  2. List every operation acting on that variable — Addition, subtraction, multiplication, division, powers
  3. Order matters — Operations closest to the variable happen last in the original equation, so undo them first
  4. Apply the inverse operation to both sides — Every single time
  5. Simplify as you go — Don't wait until the end
  6. Check your answer — Substitute your solved variable back into the original equation

That's the entire process. It works for simple algebra. It works for physics formulas. It works for anything with an equals sign.

When to Stop

You're done when your target variable stands alone on one side of the equation. Nothing more, nothing less. No need to calculate a numerical answer unless the problem asks for one.

If you can look at any formula and immediately write it solved for any variable, you've mastered this. Most people can't. You'll be ahead of them.