Solving Systems of Equations by Substitution
What Is the Substitution Method?
The substitution method is a way to solve two equations with two unknowns. You solve one equation for one variable, then plug that expression into the other equation. That's it. No magic, no shortcuts—just algebraic replacement.
It works every time. Elimination might be faster for some problems, but substitution gets you there guaranteed. You don't need to think about which variable to eliminate or whether the coefficients cooperate. You just pick one variable, isolate it, and go.
When Substitution Makes Sense
Not every system screams for substitution. Here's when it's the right move:
- One equation already has a variable isolated, or it's easy to isolate one
- Variables have coefficients of 1 or -1
- The problem asks you to show your work step by step
- You're new to systems and want to understand what's happening
Elimination wins when coefficients are already opposites or easy to make opposites. Substitution wins when you can isolate a variable in one glance. Know both. Use the right one.
The Step-by-Step Process
Step 1: Isolate a Variable
Pick whichever variable looks easiest to isolate. Usually that's the one with a coefficient of 1. Solve the equation for that variable in terms of the other one.
Example: If you have y = 3x + 2, you're done. If you have 2x + y = 7, rewrite it as y = 7 - 2x.
Step 2: Substitute
Take that isolated expression. Plug it into the other equation wherever you see that variable. This eliminates one variable, leaving you with a single-variable equation.
Step 3: Solve
Work through the algebra. Combine like terms. Isolate the remaining variable. This gives you your first answer.
Step 4: Back-Substitute
Plug your found value into the isolated equation from Step 1. Solve for the other variable. That's your solution pair.
Step 5: Check
Drop both values into the original equations. If both check out, you're done. If not, you made an arithmetic error somewhere. Start over.
A Worked Example
Let's solve this system:
2x + y = 10
y = x + 2
The second equation already has y isolated. Skip Step 1. Go straight to substitution.
Replace y in the first equation with (x + 2):
2x + (x + 2) = 10
Solve:
3x + 2 = 10
3x = 8
x = 8/3
Back-substitute into y = x + 2:
y = 8/3 + 2 = 8/3 + 6/3 = 14/3
Solution: (8/3, 14/3)
Check it. 2(8/3) + 14/3 = 16/3 + 14/3 = 30/3 = 10. Checks out.
What When It Gets Messy?
Sometimes you don't get a clean coefficient. You might have something like:
3x + 4y = 11
2x - y = 3
No variable is isolated. Pick the easiest one. y in the second equation has a coefficient of -1. Isolate it:
y = 2x - 3
Substitute into the first equation:
3x + 4(2x - 3) = 11
3x + 8x - 12 = 11
11x = 23
x = 23/11
Back-substitute:
y = 2(23/11) - 3 = 46/11 - 33/11 = 13/11
Solution: (23/11, 13/11)
Ugly fractions happen. Deal with them. They cancel out in the check if you did it right.
Substitution vs. Elimination: When to Use Which
| Situation | Better Method |
|---|---|
| One variable already isolated | Substitution |
| Coefficients are already opposites | Elimination |
| Coefficients are 1 or -1 | Substitution |
| You can multiply to make opposites | Elimination |
| System comes from word problem | Either—use what feels faster |
Most textbooks force you into one method per problem. Real math doesn't care. Pick what solves the problem fastest.
Common Mistakes That Wreck Your Answer
- Forgetting parentheses when substituting. If y = x + 4, and you substitute into 2y + 3 = 9, you must write 2(x + 4) + 3 = 9, not 2x + 4 + 3.
- Dropping negative signs. y = 5 - x means y equals 5 minus x. Not y equals negative x plus 5. Watch your signs.
- Substituting into the wrong equation. You substitute into the equation you didn't use to isolate. Always.
- Arithmetic errors in the check step. People solve the problem fine, then fumble the verification. Don't skip it—but do it carefully.
Getting Started: Your First Practice Set
Grab paper. Work these without a calculator until you're solid:
- y = 2x + 1 and 3x + y = 11
- x + y = 7 and y = 3x - 5
- 2x + 3y = 12 and x - y = 4
- y = 4 - x and 5x + 2y = 13
Solve each one. Check each answer. If you get one wrong, find your mistake before moving on. Don't just skim the answer key—trace back where you went off.
Do ten more from your textbook. Then ten from a different source. The method sticks when you stop thinking about the steps and just do them.
Word Problems: Where Substitution Actually Matters
Systems show up in word problems constantly. Ticket sales, mixture problems, distance-rate-time. The setup is usually the hard part.
Once you have your equations, substitution handles the math. You might have something like:
"A movie theater sells 200 tickets for $12 adults and $8 kids, collecting $2160. How many of each?"
Set it up:
a + k = 200
12a + 8k = 2160
Isolate a from the first equation: a = 200 - k
Substitute: 12(200 - k) + 8k = 2160
Solve: 2400 - 12k + 8k = 2160 → -4k = -240 → k = 60
Back-substitute: a = 200 - 60 = 140
140 adults, 60 kids. Done.
The Bottom Line
Substitution is not complicated. Isolate. Substitute. Solve. Check. That's the whole method. The only thing that trips people up is sloppy arithmetic and dropped signs.
Master this before you touch matrices or graphing calculators. It builds the algebraic intuition you need for everything that comes after.