Learning Outcomes
- Use the elimination method without multiplication
- Express the solution of an inconsistent system of equations containing two variables
- Express the solution of a dependent system of equations containing two variables
Key words
- addition property of equality: adding the same term to both sides of an equation results in an equivalent equation
- elimination method: a method that uses the addition property of equality to solve a system of linear equations
- opposites: two terms that are identical in absolute value but opposite in sign
- coefficient: the number multiplied onto a variable
The Elimination Method
The elimination method for solving systems of linear equations uses the addition property of equality: adding the same term to both sides of an equation results in an equivalent equation. This can be extended to: adding two equations together results in an equivalent equation. This is true because if A=BA=B and C=DC=D, then adding CC to both sides of the first equation is equivalent to adding DD to both sides of the first equation, since C=DC=D. That means that A+C=B+CA+C=B+C and A+D=B+DA+D=B+D. Consequently, A+C=B+DA+C=B+D is also an equivalent equation since C=DC=D.
For example, if x+y=3x−y=5x+y=3x−y=5 then adding the equations together gives 2x=82x=8, which is an equivalent equation to both x+y=3x+y=3 and x−y=5x−y=5. In addition, adding the two equations together eliminated the yy-terms since they were opposites, and their sum is zero. This results in a linear equation in one variable 2x=82x=8, which can be solved to x=4x=4. Now that we know the value of the xx-variable, we can substitute its value into either of the original equations to find yy: x+y=34+y=3y=−1x+y=34+y=3y=−1 Consequently the solution of the system is (4,−1)(4,−1).
This solution must also satisfy the other equation x−y=5x−y=5, which it does: 4−(−1)=54−(−1)=5.
In order for the elimination method to work, one of the variables must be eliminated when the equations are added together. This requires that the coefficients of one of the variables are opposites.
Example
Use elimination to solve the system.
x–y=−6x+y=8x–y=−6x+y=8
Solution
The yy terms have opposite coefficients of −1−1 and 11, which add to zero.
Add the equations:
x−y=−6x+y=82x+0y=2x−y=−6x+y=82x+0y=2
Solve for xx:
2x=2x=12x=2x=1
Substitute x=1x=1 into one of the original equations and solve for yy:
x+y=81+y=8y=8–1y=7x+y=81+y=8y=8–1y=7
Since we used the second equation to find xx, we can check the solution in the first equation:
x–y=−61–7=−6−6=−6x–y=−61–7=−6−6=−6
The answer checks.
Answer
The solution to this system is (1,7)(1,7).
Example
Solve the given system of equations by elimination.
Solution
The xx terms have opposite coefficients of 11 and −1−1, which add to zero.
Add the two equations together to eliminate xx:
Now that we have eliminated xx, we can solve the resulting equation for yy:
3y=2y=233y=2y=23
Then, we substitute this value for yy into one of the original equations and solve for xx:
−x+y=3−x+23=3−x=3−23−x=73x=−73−x+y=3−x+23=3−x=3−23−x=73x=−73
The solution to this system is (−73,23)(−73,23).
Since we used the second equation to find xx, we can check the solution in the first equation:
x+2y=−1(−73)+2(23)=−1−73+43=−1 −33=−1−1=−1Truex+2y=−1(−73)+2(23)=−1−73+43=−1 −33=−1−1=−1True
Answer
The solution to this system is (−73,23)(−73,23).
We gain an important perspective on systems of equations by looking at the graphical representation. In the graph below, we see that the equations intersect at the solution. We do not need to ask whether there may be a second solution, because observing the graph confirms that the system has exactly one solution.
Try It
Solve the given system of equations by elimination.
Try It
Solve the given system of equations by elimination.
Unfortunately not all systems work out this nicely. How about a system like 2x+y=122x+y=12 and −3x+y=2−3x+y=2. If we add these two equations together, no variables are eliminated: −x+2y=14−x+2y=14
But we need to eliminate a variable for this method to work. Each equation has an [/latex]x[/latex] variable with a coefficient of 11, so if we were to subtract the equations[/latex]x[/latex] would be eliminated. Subtraction is equivalent to adding the opposite, so we add the opposite of one of the equations to the other equation. This means multiplying every term in one of the equations by −1−1: −1(−3x+y)=2(−1)−1(−3x+y)=2(−1) becomes 3x−y=−23x−y=−2.
2x+y=123x−y=−25x=10x=22x+y=123x−y=−25x=10x=2
We eliminated the yy variable, and solved for xx. We can now substitute xx into either of the original equations to solve for yy:
2x+y=122(2)+y=124+y=12y=82x+y=122(2)+y=124+y=12y=8
Consequently, the solution is (2,8)(2,8), which we can check by substituting it into the second equation:
−3x+y=22(2)+8=124+8=1212=12True−3x+y=22(2)+8=124+8=1212=12True
As long as the coefficients are opposites we can eliminate the variable through addition. The following video describes a similar problem where one variable is eliminated by adding the two equations together.

Caution! When we need to add the opposite of one entire equation to another, make sure to change the sign of EVERY term on both sides of the equation. This is a very common mistake to make.
Example
Solve the system of equations.
2x+y=12−3x+y=22x+y=12−3x+y=2
Solution
We can eliminate the yy-variable if we add the opposite of one of the equations to the other equation.
2x+y=12−3x+y=22x+y=12−3x+y=2
Rewrite the second equation as its opposite: 3x−y=−23x−y=−2. Remember each term in the equation changes sign.
Add and solve for xx:
2x+y=123x–y=−25x=10x=22x+y=123x–y=−25x=10x=2
Substitute y=2y=2 into one of the original equations and solve for yy:
2x+y=122(2)+y=124+y=12y=82x+y=122(2)+y=124+y=12y=8
Be sure to check your answer in the other equation:
−3x+y=2−3(2)+8=2−6+8=22=2TRUE
The answers check.
Answer
The solution is (2,8).
Try It
The following are two more examples showing how to solve linear systems of equations using elimination.
Example
Use elimination to solve the system.
−2x+3y=−12x+5y=25
Solution
Notice the coefficients of each variable in each equation. If we add these two equations, the x term will be eliminated since −2x+2x=0:
−2x+3y=−12x+5y=25
Add and solve for y:
−2x+3y=−12x+5y=258y=24y=3
Substitute y=3 into one of the original equations:
2x+5y=252x+5(3)=252x+15=252x=10x=5
Check the solution in the other equation:
−2x+3y=−1−2(5)+3(3)=−1−10+9=−1−1=−1TRUE
The answer checks.
Answer
The solution is (5,3).
Example
Use elimination to solve for x and y.
4x+2y=145x+2y=16
Solution
Notice the coefficients of each variable in each equation. We need to add the opposite of one of the equations to eliminate the variable y, as 2y+2y=4y, but 2y+(−2y)=0.
4x+2y=145x+2y=16
Change one of the equations to its opposite, add and solve for x:
4x+2y=14−5x–2y=−16−x=−2x=2
Substitute x=2 into one of the original equations and solve for y:
4x+2y=144(2)+2y=148+2y=142y=6y=3
Check the solution in the other equation:
5x+2y=165(2)+2(3)=1610+6=16True
Answer
The solution is (2,3).
Try It
Solve the system of equations:
x+2y=10x−2y=−6
Recognize systems that have no solution or an infinite number of solutions
Just as with the substitution method, the elimination method will sometimes eliminate both variables, and we end up with either a true statement or a false statement. Recall that a false statement implies an inconsistent system, which means that there is no solution. On the other hand, a true statement implies a dependent system, which means there are infinite solutions represented by either equation.
Let’s look at an example.
Example
Solve for the system of equations:
−x–y=−4x+y=2
Solution
Add the equations to eliminate the x-term:
−x–y=−4x+y=2_0=−2
Both terms are eliminated and we get a contradiction.
Answer
There is no solution.
Graphing these lines shows that they are parallel lines and as such do not share any point in common, verifying that there is no solution.

Try It
If both variables are eliminated and we are left with a true statement, this indicates that there are an infinite number of ordered pairs that satisfy both of the equations. In fact, the equations are the same line.
Example
Solve for x and y.
x+y=2−x−y=−2
Solution
Add the equations to eliminate the x-term:
x+y=2−x−y=−2_0=0
The result is an identity, which is always true.
Answer
There are an infinite number of solutions represented by the equation x+y=2. This can also be written as: {(x,y)|x+y=2}; read “the set of all ordered pairs (x,y) such that x+y=2.”
Graphing these two equations helps illustrate what is happening.
The two lines representing the equations lie on top of one another, so all solutions lie on this line.
Try It
Solve the system of equations:
−2x+3y=62x−3y=−6
In the following video, a system of equations which has no solutions is solved using the elimination method.
Summary
Combining equations is a powerful tool for solving a system of equations. Adding two equations in order to eliminate a common variable is called the elimination (or addition) method. Once one variable is eliminated, it becomes possible to solve for the other one.