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:
- Addition/Subtraction equations — x + a = b or x - a = b
- Multiplication/Division equations — 3x = 15 or x/4 = 7
- Two-step equations — 2x + 4 = 10
- Equations with parentheses — 3(x + 2) = 21
- Equations with fractions — (x/3) + 5 = 9
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
- Forgetting to apply operations to both sides — This is the fastest way to get a wrong answer
- Reversing the sign when moving terms — When you move x from right to left, it stays x, it doesn't become -x
- Multiplying when you should divide — Know your inverse operations cold
- Not checking your answer — Always verify, especially with complex equations
Method Comparison
| Method | Best For | Speed |
|---|---|---|
| Balance Method | All basic equations | Medium |
| Inverse Operations | Linear equations | Fast |
| Graphing | Visual learners, approximate answers | Slow |
| Substitution | Systems of equations | Varies |
Practical Tips for Speed
Once you know the process, focus on speed:
- Always simplify parentheses first
- Combine like terms before isolating variables
- When you see a fraction, multiply both sides by the denominator immediately
- For decimals, multiply everything by 10, 100, or 1000 to clear them
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.