We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > ALGEBRA / TRIG I

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, [latex]x–y=−6[/latex] and [latex]x+y=8[/latex] together, watch what happens.

[latex] \displaystyle \begin{array}{l}\,\,\,\,\,x-y=\,-6\\\underline{+\,x+y=\,\,\,8}\\\,2x+0\,=\,\,\,\,2\end{array}[/latex]

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.

[latex]\begin{array}{r}x–y=−6\\x+y=\,\,\,\,8\end{array}[/latex]

Answer: Add the equations.

[latex] \displaystyle \begin{array}{r}x-y=\,\,-6\\+\underline{\,\,x+y=\,\,\,\,\,8}\\\,\,\,\,\,\,2x\,\,\,\,\,=\,\,\,\,\,\,2\end{array}[/latex]

Solve for [latex]x[/latex].

[latex]\begin{array}{r}2x=2\\x=1\end{array}[/latex]

Substitute [latex]x=1[/latex] into one of the original equations and solve for [latex]y[/latex].

[latex]\begin{array}{l}x+y=8\\1+y=8\\\,\,\,\,\,\,\,\,\,\,y=8–1\\\,\,\,\,\,\,\,\,\,\,y=7\end{array}[/latex]

Be sure to check your answer in both equations!

[latex]\begin{array}{r}x–y=−6\\1–7=−6\\−6=−6\\\text{TRUE}\\\\x+y=8\\1+7=8\\8=8\\\text{TRUE}\end{array}[/latex]

The answers check.

Answer

The solution is [latex](1, 7)[/latex].

Let's look an another example of solving by elimination that works out nicely.

Example

Solve the given system of equations by elimination.
[latex]\begin{array}{l}x+2y=-1\hfill \\ -x+y=3\hfill \end{array}[/latex]

Answer: Both equations are already set equal to a constant. Notice that the coefficient of [latex]x[/latex] in the second equation, [latex]–1[/latex], is the opposite of the coefficient of [latex]x[/latex] in the first equation, [latex]1[/latex]. As a result, we can simply add the two equations together to eliminate [latex]x[/latex].

[latex]\dfrac{\begin{array}{l}\hfill \\ \:\:x+2y=-1\hfill \\ -x+y=3\hfill \end{array}}{\text{}\text{}\text{}\text{}\text{}\:\:\:\:\:\:3y=2}[/latex]
  Now that we have eliminated [latex]x[/latex], we can solve the resulting equation for [latex]y[/latex].

[latex]\begin{array}{l}3y=2\hfill \\ \text{ }y=\dfrac{2}{3}\hfill \end{array}[/latex]

Then, we substitute this value for [latex]y[/latex] into one of the original equations and solve for [latex]x[/latex]

[latex]\begin{array}{l}\text{ }-x+y=3\hfill \\ \text{ }-x+\dfrac{2}{3}=3\hfill \\ \text{ }-x=3-\dfrac{2}{3}\hfill \\ \text{ }-x=\dfrac{7}{3}\hfill \\ \text{ }\:\:\:\:\:x=-\dfrac{7}{3}\hfill \end{array}[/latex]

The solution to this system is [latex]\left(-\dfrac{7}{3},\dfrac{2}{3}\right)[/latex]. Check the solution in the first equation.

[latex]\begin{array}{llll}\text{ }x+2y=-1\hfill & \hfill & \hfill & \hfill \\ \text{ }\left(-\dfrac{7}{3}\right)+2\left(\dfrac{2}{3}\right)=-1\hfill & \hfill & \hfill & \hfill \\ \text{ }-\dfrac{7}{3}+\dfrac{4}{3}=-1\hfill & \hfill & \hfill & \hfill \\ \text{ }-\dfrac{3}{3}=-1\hfill & \hfill & \hfill & \hfill \\ \text{ }-1=-1\hfill & \hfill & \hfill & \text{True}\hfill \end{array}[/latex]

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. A graph of two lines that cross at the point negative seven-thirds, two-thirds. The first line's equation is x+2y=negative 1. The second line's equation is negative x + y equals 3.

  Unfortunately not all systems work out this easily. How about a system like [latex]2x+y=12[/latex] and [latex]−3x+y=2[/latex]. If you add these two equations together, no variables are eliminated.

[latex] \displaystyle \begin{array}{l}\,\,\,\,2x+y=12\\\underline{-3x+y=\,\,\,2}\\-x+2y=14\end{array}[/latex]

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 [latex]-1[/latex], so that the sign of every terms is opposite.

[latex]\begin{array}{l}\,\,\,\,2x+\,\,y\,=12\rightarrow2x+y=12\rightarrow2x+y=12\\−3x+\,\,y\,=2\rightarrow−\left(−3x+y\right)=−(2)\rightarrow3x–y=−2\\\,\,\,\,5x+0y=10\end{array}[/latex]

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
CautionCaution!  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.

[latex]\begin{array}{r}2x+y=12\\−3x+y=2\,\,\,\end{array}[/latex]

Answer: You can eliminate the y-variable if you add the opposite of one of the equations to the other equation.

[latex]\begin{array}{r}2x+y=12\\−3x+y=2\,\,\,\end{array}[/latex]

Rewrite the second equation as its opposite. Add. Solve for [latex]x[/latex].

[latex]\begin{array}{r}2x+y=12\,\\3x–y=−2\\5x=10\,\\x=2\,\,\,\,\end{array}[/latex]

Substitute [latex]y=2[/latex] into one of the original equations and solve for [latex]y[/latex].

[latex]\begin{array}{r}2\left(2\right)+y=12\\4+y=12\\y=8\,\,\,\end{array}[/latex]

Be sure to check your answer in both equations!

[latex]\begin{array}{r}2x+y=12\\2\left(2\right)+8=12\\4+8=12\\12=12\\\text{TRUE}\\\\−3x+y=2\\−3\left(2\right)+8=2\\−6+8=2\\2=2\\\text{TRUE}\end{array}[/latex]

The answers check.

Answer

The solution is [latex](2, 8)[/latex].

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.

[latex]\begin{array}{r}−2x+3y=−1\\2x+5y=\,25\end{array}[/latex]

Answer: Notice the coefficients of each variable in each equation. If you add these two equations, the x term will be eliminated since [latex]−2x+2x=0[/latex].

[latex]\begin{array}{r}−2x+3y=−1\\2x+5y=\,25\end{array}[/latex]

Add and solve for [latex]y[/latex].

[latex]\begin{array}{r}−2x+3y=−1\\2x+5y=25\,\\8y=24\,\\y=3\,\,\,\,\end{array}[/latex]

Substitute [latex]y=3[/latex] into one of the original equations.

[latex]\begin{array}{r}2x+5y=25\\2x+5\left(3\right)=25\\2x+15=25\\2x=10\\x=5\,\,\,\end{array}[/latex]

Check solutions.

[latex]\begin{array}{r}−2x+3y=−1\\−2\left(5\right)+3\left(3\right)=−1\\−10+9=−1\\−1=−1\\\text{TRUE}\\\\2x+5y=25\\2\left(5\right)+5\left(3\right)=25\\10+15=25\\25=25\\\text{TRUE}\end{array}[/latex]

The answers check.

Answer

The solution is [latex](5, 3)[/latex].

Example

Use elimination to solve for [latex]x[/latex] and [latex]y[/latex].

[latex]\begin{array}{r}4x+2y=14\\5x+2y=16\end{array}[/latex]

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 [latex]2y+2y=4y[/latex], but [latex]2y+\left(−2y\right)=0[/latex].

[latex]\begin{array}{r}4x+2y=14\\5x+2y=16\end{array}[/latex]

 Change one of the equations to its opposite, add and solve for [latex]x[/latex].

[latex]\begin{array}{r}4x+2y=14\,\,\,\,\\−5x–2y=−16\\−x=−2\,\,\,\\x=2\,\,\,\,\,\,\,\end{array}[/latex]

Substitute [latex]x=2[/latex] into one of the original equations and solve for [latex]y[/latex].

[latex]\begin{array}{r}4x+2y=14\\4\left(2\right)+2y=14\\8+2y=14\\2y=6\,\,\,\\y=3\,\,\,\end{array}[/latex]

Answer

The solution is [latex](2, 3)[/latex].

Go ahead and check this last example—substitute [latex](2, 3)[/latex] into both equations. You get two true statements: [latex]14=14[/latex] and [latex]16=16[/latex]! 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 [latex]x[/latex] and [latex]y[/latex].

[latex]\begin{array}{r}-x–y=-4\\x+y=2\,\,\,\,\end{array}[/latex]

Answer: Add the equations to eliminate the [latex]x[/latex]-term.

[latex]\begin{array}{r}-x–y=-4\\\underline{x+y=2\,\,\,}\\0=−2\end{array}[/latex]

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. Two parallel lines. One line is -x-y=-4. The other line is x+y=2.

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 [latex]x[/latex] and [latex]y[/latex].

[latex]\begin{array}{r}x+y=2\,\,\,\,\\-x−y=-2\end{array}[/latex]

Answer: Add the equations to eliminate the x-term.

[latex]\begin{array}{r}x+y=2\,\,\,\,\\\underline{-x−y=-2}\\0=0\,\,\,\,\,\end{array}[/latex]

Answer

There are an infinite number of solutions.

Graphing these two equations will help to illustrate what is happening. Two overlapping lines. One is -x-y=-2, and the other is x+y=2.

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.