The Elimination Method Without Multiplication
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
The elimination method for solving systems of linear equations uses the addition property of equality. You can add the same value to each side of an equation to eliminate one of the variable terms. In this method, you may or may not need to multiply the terms in one equation by a number first. We will first look at examples where no multiplication is necessary to use the elimination method. In the next section you will see examples using multiplication after you are familiar with the idea of the elimination method.
It is easier to show rather than tell with this method, so let's dive right into some examples.
If you add the two equations,
x–y=−6 and x+y=8 together, watch what happens.
x−y=−6+x+y=82x+0=2
You have eliminated the y term, and this equation can be solved using the methods for solving equations with one variable.
Let’s see how this system is solved using the elimination method.
Example
Use elimination to solve the system.
x–y=−6x+y=8
Answer: Add the equations.
x−y=−6+x+y=82x=2
Solve for
x.
2x=2x=1
Substitute
x=1 into one of the original equations and solve for
y.
x+y=81+y=8y=8–1y=7
Be sure to check your answer in both equations!
x–y=−61–7=−6−6=−6TRUEx+y=81+7=88=8TRUE
The answers check.
Answer
The solution is
(1,7).
Let's look an another example of solving by elimination that works out nicely.
Example
Solve the given system of equations by elimination.
x+2y=−1−x+y=3
Answer:
Both equations are already set equal to a constant. Notice that the coefficient of x in the second equation, –1, is the opposite of the coefficient of x in the first equation, 1. As a result, we can simply add the two equations together to eliminate x.
3y=2x+2y=−1−x+y=3
Now that we have eliminated
x, we can solve the resulting equation for
y.
3y=2 y=32
Then, we substitute this value for
y into one of the original equations and solve for
x
−x+y=3 −x+32=3 −x=3−32 −x=37 x=−37
The solution to this system is
(−37,32).
Check the solution in the first equation.
x+2y=−1 (−37)+2(32)=−1 −37+34=−1 −33=−1 −1=−1True
We gain an important perspective on systems of equations by looking at the graphical representation. In the graph below, you will 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.
Unfortunately not all systems work out this easily. How about a system like 2x+y=12 and −3x+y=2. If you add these two equations together, no variables are eliminated.
2x+y=12−3x+y=2−x+2y=14
But you want to eliminate a variable. So let’s add the opposite of one of the equations to the other equation. This means multiply every term in one of the equations by −1, so that the sign of every terms is opposite.
2x+y=12→2x+y=12→2x+y=12−3x+y=2→−(−3x+y)=−(2)→3x–y=−25x+0y=10
You have eliminated the y variable, and the problem can now be solved.
The following video describes a similar problem where you can eliminate one variable by adding the two equations together.
https://youtu.be/M4IEmwcqR3c

Caution! When you 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
Use elimination to solve the system.
2x+y=12−3x+y=2
Answer: You can eliminate the y-variable if you add the opposite of one of the equations to the other equation.
2x+y=12−3x+y=2
Rewrite the second equation as its opposite.
Add. Solve for
x.
2x+y=123x–y=−25x=10x=2
Substitute
y=2 into one of the original equations and solve for
y.
2(2)+y=124+y=12y=8
Be sure to check your answer in both equations!
2x+y=122(2)+8=124+8=1212=12TRUE−3x+y=2−3(2)+8=2−6+8=22=2TRUE
The answers check.
Answer
The solution is
(2,8).
Try It
[ohm_question]38342[/ohm_question]
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
Answer: Notice the coefficients of each variable in each equation. If you 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 solutions.
−2x+3y=−1−2(5)+3(3)=−1−10+9=−1−1=−1TRUE2x+5y=252(5)+5(3)=2510+15=2525=25TRUE
The answers check.
Answer
The solution is
(5,3).
Example
Use elimination to solve for
x and
y.
4x+2y=145x+2y=16
Answer: Notice the coefficients of each variable in each equation. You will 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
Answer
The solution is
(2,3).
Go ahead and check this last example—substitute (2,3) into both equations. You get two true statements: 14=14 and 16=16!
Notice that you could have used the opposite of the first equation rather than the second equation and gotten the same result.
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 you end up with either a true statement or a false statement. Recall that a false statement means that there is no solution.
Let’s look at an example.
Example
Solve for
x and
y.
−x–y=−4x+y=2
Answer: Add the equations to eliminate the x-term.
−x–y=−4x+y=20=−2
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
[ohm_question]115196[/ohm_question]
If both variables are eliminated and you 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
Answer: Add the equations to eliminate the x-term.
x+y=2−x−y=−20=0
Answer
There are an infinite number of solutions.
Graphing these two equations will help to illustrate what is happening.
Try It
[ohm_question]115192[/ohm_question]
In the following video, a system of equations which has no solutions is solved using the method of elimination.
https://youtu.be/z5_ACYtzW98
Summary
Combining equations is a powerful tool for solving a system of equations. Adding or subtracting two equations in order to eliminate a common variable is called the elimination (or addition) method. Once one variable is eliminated, it becomes much easier to solve for the other one.
Contribute!
Did you have an idea for improving this content? We’d love your input.
Licenses & Attributions
CC licensed content, Original
CC licensed content, Shared previously
- Ex 1: Solve a System of Equations Using the Elimination Method . Authored by: James Sousa (Mathispower4u.com) for Lumen Learning. License: CC BY: Attribution.
- Ex 2: Solve a System of Equations Using the Elimination Method. Authored by: James Sousa (Mathispower4u.com) for Lumen Learning. License: CC BY: Attribution.
- Ex: System of Equations Using Elimination (Infinite Solutions) . Authored by: mathispower4u. License: All Rights Reserved. License terms: Standard YouTube License.
- Unit 14: Systems of Equations and Inequalities, from Developmental Math: An Open Program. Provided by: Monterey Institute of Technology and Education Located at: https://www.nroc.org/. License: CC BY: Attribution.