How to Solve Systems by Elimination- Step-by-Step Tutorial
What Is the Elimination Method, Anyway?
The elimination method is a way to solve systems of equations by canceling out one variable so you can solve for the other. You add or subtract the equations after making their coefficients match.
It's faster than substitution when equations have coefficients that are easy to eliminate. Most students waste time with substitution when elimination would've taken 30 seconds.
When Elimination Beats Substitution
- Both equations have the same coefficient for one variable (or can be made to match easily)
- You're dealing with large numbers where substitution creates messy fractions
- You need to solve quickly on a test
If coefficients are already opposites or identical, you're ready to go. If not, you multiply one or both equations to create matching coefficients.
The Step-by-Step Process
Step 1: Write Both Equations in Standard Form
Standard form looks like this: Ax + By = C
Make sure both equations are set up the same way. Variables on the left, constant on the right. This prevents confusion later.
Step 2: Align the Variables
Write the equations so the x's line up and the y's line up vertically. It sounds obvious, but sloppy alignment causes errors.
Step 3: Make the Coefficients Match (or Become Opposites)
Look at the coefficients of one variable. If they're already opposites, skip to Step 4. If not, multiply one or both equations to create matching or opposite coefficients.
Example: If you have 2x + 3y = 8 and 4x - y = 2, multiply the first equation by 2 so the x coefficients become 4 and 4.
Step 4: Add or Subtract the Equations
If coefficients are opposites, add the equations. If they're identical, subtract one equation from the other.
The variable with matching coefficients will cancel out. You'll be left with one equation in one variable.
Step 5: Solve for the Remaining Variable
Divide or simplify to get your answer. Simple algebra.
Step 6: Back-Substitute to Find the Other Variable
Plug your value into either original equation. Solve for the second variable. That's it.
Worked Example #1: Coefficients Already Opposites
Problem:
3x + 2y = 12
3x - 2y = 6
Notice the y coefficients? 2y and -2y. They're opposites. Add the equations.
3x + 2y = 12
+ 3x - 2y = 6
6x + 0y = 18
The y's cancel. Now solve: 6x = 18, so x = 3
Plug back into the first equation: 3(3) + 2y = 12 β 9 + 2y = 12 β 2y = 3 β y = 1.5
Answer: (3, 1.5)
Worked Example #2: Need to Multiply First
Problem:
2x + 3y = 7
4x + 5y = 13
No coefficients match. Multiply the first equation by 2 to get 4x to match the second equation.
4x + 6y = 14 (new first equation)
4x + 5y = 13 (second equation)
Subtract the second from the first:
4x + 6y = 14
- (4x + 5y = 13)
0x + y = 1
y = 1. Plug back: 2x + 3(1) = 7 β 2x = 4 β x = 2
Answer: (2, 1)
Worked Example #3: Eliminate y Instead
Problem:
5x + 2y = 11
3x + 4y = 7
Multiply the first equation by 2 so the y coefficients become 4 and 4.
10x + 4y = 22
3x + 4y = 7
Subtract the second from the first:
10x + 4y = 22
- (3x + 4y = 7)
7x + 0y = 15
x = 15/7 β 2.14
Back-substitute: 5(15/7) + 2y = 11 β 75/7 + 2y = 77/7 β 2y = 2/7 β y = 1/7
Answer: (15/7, 1/7)
Elimination vs. Substitution: When to Use What
| Scenario | Best Method |
|---|---|
| Coefficients already match or are opposites | Elimination |
| Easy to isolate one variable | Substitution |
| Large numbers or fractions involved | Elimination |
| One equation already solved for a variable | Substitution |
| Both variables have matching coefficient potential | Elimination |
Common Mistakes That Wreck Your Answer
- Forgetting to multiply both sides when scaling an equation. Multiplying just one term creates a completely wrong system.
- Multiplying by the wrong number. Double-check: what do you need to multiply by to match the other coefficient?
- Sign errors when subtracting. Distribute the negative sign to every term. Every. Single. Term.
- Arithmetic mistakes. The method is simple. The math is where people fail. Go slow.
- Forgetting to solve for both variables. You found x. You're not done yet.
How to Get Started (Your Action Plan)
- Write down two equations in standard form
- Inspect the coefficients of x and y
- Pick which variable to eliminate (whichever looks easier to match)
- Multiply equations as needed to create matching or opposite coefficients
- Add or subtract to cancel that variable
- Solve for the remaining variable
- Plug into either original equation to find the second variable
- Check your answer in both equations (do this every time)
The Bottom Line
Elimination is straightforward. Align, match coefficients, add or subtract, solve. That's the whole process.
Most students struggle because they rush the multiplication step or make sign errors. Slow down. Write every step. Check your work.
If you're still getting wrong answers, it's not the methodβit's the arithmetic. Go back and find your arithmetic mistake.