Solving Systems by Elimination- Step-by-Step Approach
What Is the Elimination Method?
The elimination method is a way to solve systems of linear equations by canceling out one variable. You add or subtract equations so that one variable disappears, leaving you with a single unknown to solve for.
It works best when you can easily make coefficients match or opposites. If one equation has 2x and the other has 3x, you multiply to make them cancel. Simple.
When Should You Use Elimination?
Elimination shines when:
- The coefficients are already opposites or easy to match
- Adding or subtracting the equations cancels a variable immediately
- Graphing would be imprecise and substitution would create messy fractions
Substitution is fine for simple equations. Elimination is faster when you have bigger numbers or when both equations already have matching coefficients for one variable.
The Step-by-Step Process
Step 1: Write Both Equations in Standard Form
Standard form looks like Ax + By = C. Get all variables on one side, constants on the other. This makes coefficients easy to spot.
Step 2: Align the Equations
Write them one under the other, matching up x terms, y terms, and constants. Visual alignment prevents dumb mistakes.
Step 3: Make the Coefficients Opposites
Pick a variable to eliminate. If the coefficients are already opposites (like 3y and -3y), move to Step 4. If not, multiply one or both equations so they become opposites.
Example: To eliminate y when you have 2y and 3y, multiply the first equation by 3 and the second by 2. That gives you 6y and 6y. Then flip the sign on one equation.
Step 4: Add or Subtract the Equations
If the coefficients are opposites, add the equations. If they're the same, subtract. One variable vanishes.
Step 5: Solve for the Remaining Variable
You now have one equation with one unknown. Solve it using basic algebra.
Step 6: Back-Substitute to Find the Other Variable
Plug your found value into either original equation. Solve for the second variable.
Step 7: Check Your Answer
Substitute both values into the other original equation. Both sides must match. If they don't, you made an error somewhere.
Real Example
Solve this system:
2x + 3y = 16
4x - 3y = 8
Step 1-2: Already in standard form, already aligned
Step 3: Check for opposites
The y coefficients are 3y and -3y. They're already opposites. Skip to adding.
Step 4: Add the equations
2x + 3y = 16
+ 4x - 3y = 8
---------
6x = 24
Step 5: Solve
6x = 24
x = 4
Step 6: Back-substitute
2(4) + 3y = 16
8 + 3y = 16
3y = 8
y = 8/3
Step 7: Check
4(4) - 3(8/3) = 16 - 8 = 8 ✓
Solution: x = 4, y = 8/3
What If Nothing Cancels Easily?
Sometimes you need to multiply both equations. This is where students mess up.
Example:
3x + 2y = 12
5x + 3y = 19
No matching coefficients. To eliminate x, find the LCM of 3 and 5, which is 15. Multiply the first equation by 5 and the second by 3:
15x + 10y = 60
15x + 9y = 57
Now subtract the second from the first:
y = 3
Back-substitute: 3(3) + 2y = 12 → 9 + 2y = 12 → 2y = 3 → y = 1.5
Solution: x = 3, y = 1.5
Elimination vs. Substitution vs. Graphing
| Method | Best When | Downside |
|---|---|---|
| Elimination | Easy to match/flip coefficients | Requires careful arithmetic |
| Substitution | One equation already solved for a variable | Gets messy with fractions |
| Graphing | Visual learners, approximate answers | Imprecise, useless for non-integer solutions |
Common Mistakes
- Forgetting to multiply both sides of an equation when you multiply one side
- Adding when you should subtract (or vice versa)
- Arithmetic errors during the elimination step
- Not checking your answer in both original equations
Getting Started: Practice Problem
Solve this system using elimination:
x + 4y = 14
3x - 4y = 10
Notice the y coefficients are opposites. Add the equations, solve for x, back-substitute, and check. The answer is x = 6, y = 2.
If you didn't get that, go back and check your arithmetic. That's where the errors hide.