Solving Resolution Equations with One Unknown

What "One Unknown" Actually Means

When you see an equation like x + 5 = 12, you're looking at one unknown variable. The goal is simple: isolate that variable on one side and get its value on the other.

That's it. No tricks, no hidden complexity. You manipulate the equation using inverse operations until x stands alone.

The Core Principle: Balance

Equations are scales. Whatever you do to one side, you must do to the other. Forget this rule and you'll get wrong answers every time.

This is the foundation. Everything else builds on it.

Types of Single-Variable Equations

Not all equations look the same. Here's what you'll encounter:

How to Solve: Step by Step

Step 1: Simplify Both Sides

Combine like terms. If you have 2x + 4x on one side, merge them into 6x. Remove parentheses using distribution if needed.

Step 2: Move Variables to One Side

Use addition or subtraction to get all x terms on the same side. Example: 3x + 2 = x + 10 becomes 3x - x = 10 - 2

Step 3: Isolate the Variable

Use inverse operations to get x alone. Add/subtract first, then multiply/divide.

Step 4: Check Your Work

Plug your answer back into the original equation. Both sides must match. If they don't, you messed up somewhere.

Working Through Examples

Example 1: Simple Addition

x + 7 = 15

Subtract 7 from both sides:

x = 15 - 7

x = 8

Check: 8 + 7 = 15 ✓

Example 2: Two-Step Equation

4x - 3 = 21

Add 3 to both sides:

4x = 24

Divide by 4:

x = 6

Check: 4(6) - 3 = 24 - 3 = 21 ✓

Example 3: Equation with Parentheses

2(x + 5) = 18

Divide both sides by 2:

x + 5 = 9

Subtract 5:

x = 4

Check: 2(4 + 5) = 2(9) = 18 ✓

Example 4: Equation with Fractions

(x/3) + 2 = 8

Subtract 2:

x/3 = 6

Multiply by 3:

x = 18

Check: 18/3 + 2 = 6 + 2 = 8 ✓

Common Mistakes to Avoid

Method Comparison

MethodBest ForSpeed
Balance MethodAll basic equationsMedium
Inverse OperationsLinear equationsFast
GraphingVisual learners, approximate answersSlow
SubstitutionSystems of equationsVaries

Practical Tips for Speed

Once you know the process, focus on speed:

When to Use Each Approach

For x + a = b equations, just add or subtract. For ax = b, divide. For ax + b = c, undo addition/subtraction first, then multiplication/division.

Work backwards from the variable. Whatever is closest to x, undo it last.

The Bottom Line

Solving equations with one unknown comes down to three things: maintaining balance, using inverse operations correctly, and checking your work. Master these and you can solve any linear equation thrown at you.

Practice the examples above until the process feels automatic. That's when you've actually learned it.