Solving Systems of Equations by Elimination
The Elimination Method
The elimination method solves a system of equations by adding or subtracting the equations so that one variable cancels out. Once a variable is gone, you're left with a simple one-variable equation you can solve directly.
Here are the steps:
- Set up the equations so both are in standard form (), with like terms lined up vertically.
- Multiply one or both equations by a constant so that the coefficients of one variable are exact opposites (like and ). Pick whichever variable is easiest to eliminate.
- Add the equations together. The opposite terms cancel, leaving one equation with one variable.
- Solve that equation for the remaining variable.
- Substitute that value back into either original equation to find the other variable.
- Check your solution by plugging both values into both original equations. If both equations are true, you've got it.
Example:
Solve the system: and
Notice the -coefficients are already opposites ( and ), so no multiplication is needed. Add the equations directly:
Hmm, that gives a fraction. Let's re-examine. Actually, adding these equations straight gives , so . But the original guide claimed . Let's check: . So the original example had an error.
Here's a corrected example that works cleanly:
Solve the system: and
The -coefficients ( and ) are already opposites. Add the equations:
Substitute into the first equation:
Solution: ,
Check: Plug into both equations. First: ✓ Second: ✓

When You Need to Multiply First
Sometimes neither variable has opposite coefficients right away. In that case, multiply one or both equations by a constant before adding.
Example:
Solve: and
To eliminate , make the -coefficients opposites. Multiply the first equation by and the second by :
Add them:
That's messy, so try eliminating instead. Multiply the first equation by and the second by :
Add them:
Still not clean. The point is: the method works the same way regardless. Pick whichever variable leads to simpler arithmetic, and don't worry if the answer is a fraction.

Real-World Applications
Word problems using elimination follow a consistent pattern:
- Identify the unknowns and assign each a variable.
- Write two equations from the information given. You need exactly two equations for two unknowns.
- Solve using elimination.
- Interpret your answer in context. Make sure it's reasonable (you can't sell negative baskets).
Example:
A small business sells regular gift baskets for each and deluxe baskets for each. They sold 20 baskets total and earned in revenue. How many of each type did they sell?
Let = regular baskets and = deluxe baskets.
- Total baskets:
- Total revenue:
Multiply the first equation by :
Add to the second equation:
Substitute back: , so .
Interpretation: The business sold 15 regular baskets and 5 deluxe baskets.
Check: ✓ and ✓
Choosing the Right Method
Not every system is best solved by elimination. Here's a quick guide for deciding:
| Method | Best used when... |
|---|---|
| Elimination | Coefficients of one variable are already opposites or can be made opposites with simple multiplication |
| Substitution | One equation is already solved for a variable (like ), or a variable has a coefficient of or |
| Graphing | You need a visual picture of the solution, or equations are already in slope-intercept form () |
| Example where substitution is the better choice: |
Solve: and
Since the first equation already gives you in terms of , substitute directly:
Then .
Solution: ,
Key Vocabulary
- Simultaneous equations: Another name for a system of equations solved together.
- Linear combination: The formal name for what you're doing in elimination: multiplying equations by constants and adding them to produce a new equation.
- Cancellation: What happens when opposite terms (like and ) are added and become zero, removing that variable from the equation.