Solving Linear Equations- Step-by-Step Methods
What Linear Equations Actually Are
A linear equation is just a math sentence where the highest power of any variable is 1. That's it. Nothing fancy. If you see x² or y³, you're dealing with something else entirely.
The standard form looks like this: ax + b = c, where a, b, and c are numbers. Your job is to find what value x must be for the equation to be true.
The Core Rule You Can't Escape
Whatever you do to one side of an equation, you must do to the other side. This is the one rule that governs everything. Break it, and you'll get wrong answers every single time.
One-Step Equations: The Easiest Level
These take literally one operation to solve.
Addition and Subtraction
x + 5 = 12
Ask yourself: what plus 5 equals 12? Subtract 5 from both sides.
x = 12 - 5
x = 7
x - 3 = 10
Add 3 to both sides.
x = 10 + 3
x = 13
Multiplication and Division
4x = 20
Divide both sides by 4.
x = 20 ÷ 4
x = 5
x/6 = 3
Multiply both sides by 6.
x = 3 × 6
x = 18
Two-Step Equations: Where Most People Get Lost
Two-step equations require two operations. The order matters—always undo addition/subtraction first, then multiplication/division.
3x + 4 = 19
Step 1: Subtract 4 from both sides
3x = 15
Step 2: Divide both sides by 3
x = 5
Check your work: 3(5) + 4 = 15 + 4 = 19 ✓
Multi-Step Equations: More Moving Parts
These have parentheses, fractions, or multiple variable terms. You need to simplify before solving.
2(x + 3) = 16
Step 1: Divide both sides by 2
x + 3 = 8
Step 2: Subtract 3 from both sides
x = 5
Or distribute first:
2x + 6 = 16
2x = 10
x = 5
Both methods work. Pick whichever feels less confusing.
Variables on Both Sides
This is where people panic. Don't.
5x + 2 = 2x + 14
Get all x terms on one side. Subtract 2x from both sides:
3x + 2 = 14
Subtract 2 from both sides:
3x = 12
Divide by 3:
x = 4
Check: 5(4) + 2 = 20 + 2 = 22. 2(4) + 14 = 8 + 14 = 22 ✓
Equations with Fractions
Fractions scare people. Here's the simplest approach: multiply everything by the denominator to eliminate fractions first.
(x/3) + 5 = 8
Multiply every term by 3:
x + 15 = 24
x = 9
When you have multiple denominators, find the least common denominator (LCD) and multiply everything by it.
How to Solve Linear Equations: A Practical Guide
Follow this sequence every time:
- Simplify both sides if needed (distribute, combine like terms)
- Move all variable terms to one side using addition/subtraction
- Move all constant terms to the other side
- Isolate the variable by dividing/multiplying
- Verify your answer by plugging it back in
That's the whole process. No magic, no shortcuts that work every time—just follow the steps.
Common Mistakes That Will Destroy Your Answers
- Forgetting to apply operations to both sides
- Changing signs incorrectly when moving terms
- Distribution errors (5(x + 2) ≠ 5x + 2)
- Flipping the inequality sign (only matters if you ever get to inequalities)
- Arithmetic errors in basic addition/multiplication
Solving Methods Comparison
| Equation Type | Example | Key Step | Operations Needed |
|---|---|---|---|
| One-step (addition) | x + 7 = 15 | Subtract 7 | 1 |
| One-step (multiplication) | 4x = 28 | Divide by 4 | 1 |
| Two-step | 2x + 5 = 13 | Subtract, then divide | 2 |
| Variables on both sides | 6x + 3 = 2x + 15 | Collect like terms first | 3 |
| With parentheses | 3(x - 4) = 9 | Distribute or divide | 2 |
| With fractions | x/2 + 3 = 7 | Clear fractions first | 2 |
When You're Completely Stuck
Go back to the definition. You want to find what x equals. Whatever is in the way of x, undo it in reverse order.
If the equation looks like 3x + 8 = 20, think about what x has to go through:
- x gets multiplied by 3
- then 8 gets added
Undo in reverse: subtract 8, then divide by 3.
Word Problems: The Real Test
Translate the words into math:
- "sum" or "total" → addition
- "difference" → subtraction
- "product" → multiplication
- "quotient" → division
- "is" or "equals" → =
Example: Three times a number minus seven equals twenty. Find the number.
3x - 7 = 20
3x = 27
x = 9
The number is 9.
Bottom Line
Linear equations aren't complicated. The process is mechanical: simplify, isolate, solve, check. Practice enough and you'll do it without thinking. The only way to get there is to actually solve problems—not just read about how to solve them.