How to Do Algebra Elimination- Step-by-Step Method
What Is the Elimination Method in Algebra?
The elimination method is a way to solve systems of linear equations by canceling out one variable at a time. Instead of isolating variables like substitution requires, you manipulate the equations so that adding or subtracting them eliminates one variable completely.
It works best when equations are already set up with coefficients that match or can be easily matched. If you see coefficients like 2x and -2x staring at you from opposite sides of an equals sign, elimination is your fastest route.
When to Use Elimination vs. Substitution
Not sure which method to pick? Here's the honest breakdown:
- Use elimination when coefficients of the same variable are already equal or opposites, or when you can make them equal with minimal multiplication
- Use substitution when one equation already has a variable isolated, or when you have weird fractions that make elimination messy
- Use elimination when you're dealing with larger systems of 3+ equations
The Elimination Method: Step-by-Step
Step 1: Write Both Equations in Standard Form
Standard form means Ax + By = C. Get all variables on one side, constants on the other. This makes coefficients easy to spot.
Step 2: Line Up the Variables
Write the equations so x's align with x's and y's align with y's. Looks like this:
3x + 2y = 16
5x - 2y = 8
Notice the y coefficients: +2y and -2y. They're already opposites. That's your opening.
Step 3: Add or Subtract to Eliminate One Variable
If coefficients are opposites (like +2y and -2y): add the equations. The y terms cancel out.
If coefficients are the same (like +2y and +2y): subtract one equation from the other. The y terms cancel out.
Let's add our example:
3x + 2y = 16
+ (5x - 2y = 8)
8x + 0y = 24
Done. y is gone.
Step 4: Solve for the Remaining Variable
8x = 24
x = 3
Step 5: Back-Substitute to Find the Other Variable
Plug x = 3 into one of the original equations:
3(3) + 2y = 16
9 + 2y = 16
2y = 7
y = 3.5
Your solution is (3, 3.5). Verify by plugging into the second equation to make sure it works.
When Coefficients Don't Match: Multiply First
Most textbook problems won't hand you matching coefficients. You have to create them.
Example:
2x + 3y = 12
4x - 5y = 11
The x coefficients are 2 and 4. Multiply the first equation by 2 to get 4x:
(2x + 3y = 12) × 2 → 4x + 6y = 24
4x - 5y = 11
Now subtract to eliminate x:
4x + 6y = 24
- (4x - 5y = 11)
0x + 11y = 13
y = 13/11 ≈ 1.18
Back-substitute to find x:
2x + 3(13/11) = 12
2x + 39/11 = 132/11
2x = 93/11
x = 93/22 ≈ 4.23
Elimination Method Comparison Table
| Scenario | Action | Example |
|---|---|---|
| Coefficients are opposites | Add equations | +2y and -2y → add |
| Coefficients are identical | Subtract equations | +3x and +3x → subtract |
| No matching coefficients | Multiply one or both equations | Multiply to create 4x from 2x |
| Neither variable can be eliminated | Multiply both equations by different factors | Multiply first by 3, second by 2 |
Common Mistakes That Will Kill Your Answer
- Forgetting to multiply both sides — When you multiply an equation, multiply every term, not just one
- Multiplying by the wrong number — Check: what coefficient do you need? What do you have? Divide to find your multiplier
- Adding instead of subtracting when you should subtract — Always check: are you eliminating by adding or canceling out through subtraction?
- Dropping negative signs — A -2y becomes +2y when you move terms around. Keep track of signs religiously
- Not checking your answer — Plug both values into the equation you didn't use for back-substitution
Elimination vs. Other Methods: Quick Comparison
| Method | Best For | Speed | Difficulty |
|---|---|---|---|
| Elimination | Matching or near-matching coefficients | Fast when set up right | Medium |
| Substitution | One variable already isolated | Slow for complex equations | Easy to learn |
| Graphing | Visual learners, approximate solutions | Slow, imprecise | Easy |
| Cramer's Rule | 3+ variables, programmatic solving | Fast with computers | Hard |
How to Get Better at Elimination
Practice with problems where coefficients are already opposites or identical. Start easy. Work up.
When you see a system of equations, scan for coefficients that are already set up for elimination before you start multiplying. Sometimes students multiply when they don't need to.
Check your work immediately. Don't wait until the end of a problem to verify. If you make a mistake early, you'll waste time on wrong answers.