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

TEXT

Study Guides > College Algebra CoRequisite Course

The Substitution and Addition Methods

Learning Outcomes

  • Use the substitution method to find solution(s) to a system of two linear equations.
  • Use the addition method to find solution(s) to a system of linear equations.

Solving Systems of Equations by Substitution

Solving a linear system in two variables by graphing works well when the solution consists of integer values, but if our solution contains decimals or fractions, it is not the most precise method. We will consider two more methods of solving a system of linear equations that are more precise than graphing. One such method is solving a system of equations by the substitution method, in which we solve one of the equations for one variable and then substitute the result into the second equation to solve for the second variable. Recall that we can solve for only one variable at a time, which is the reason the substitution method is both valuable and practical.

How To: Given a system of two equations in two variables, solve using the substitution method.

  1. Solve one of the two equations for one of the variables in terms of the other.
  2. Substitute the expression for this variable into the second equation, then solve for the remaining variable.
  3. Substitute that solution into either of the original equations to find the value of the first variable. If possible, write the solution as an ordered pair.
  4. Check the solution in both equations.

Example: Solving a System of Equations in Two Variables by Substitution

Solve the following system of equations by substitution.

[latex]\begin{align}-x+y&=-5 \\ 2x-5y&=1 \end{align}[/latex]

Answer: First, we will solve the first equation for [latex]y[/latex].

[latex]\begin{align}-x+y&=-5 \\ y&=x - 5 \end{align}[/latex]

Now we can substitute the expression [latex]x - 5[/latex] for [latex]y[/latex] in the second equation.

[latex]\begin{align}2x - 5y&=1 \\ 2x - 5\left(x - 5\right)&=1 \\ 2x - 5x+25&=1 \\ -3x&=-24 \\ x&=8 \end{align}[/latex]

Now, we substitute [latex]x=8[/latex] into the first equation and solve for [latex]y[/latex].

[latex]\begin{align}-\left(8\right)+y&=-5 \\ y&=3 \end{align}[/latex]

Our solution is [latex]\left(8,3\right)[/latex]. Check the solution by substituting [latex]\left(8,3\right)[/latex] into both equations.

[latex]\begin{align}-x+y&=-5 \\ -\left(8\right)+\left(3\right)&=-5 && \text{True} \\[3mm] 2x - 5y&=1 \\ 2\left(8\right)-5\left(3\right)&=1 && \text{True} \end{align}[/latex]

In the following video, you will be given an example of solving a system of two equations using the substitution method. https://youtu.be/MIXL35YRzRw If you had chosen the other equation to start with in the previous example, you would still be able to find the same solution. It is really a matter of preference, because sometimes solving for a variable will result in having to work with fractions. As you become more experienced with algebra, you will be able to anticipate what choices will lead to more desirable outcomes.

tip for success

Since the concepts in this module rely heavily upon those from earlier modules, feel free to go back to review information you may not have fully obtained the first time. Math is best digested over time with repetition that leads to deeper appreciation of the ideas involved. Additional practice will also help you build skills using learned concepts in creative ways to make good choices of technique in different situations.

Try It

You can use an online graphing calculator to help you solve a system of equations by substitution. We will use the following system to show you how:

[latex]\begin{align}x&=y+3 \\ 4&=3x - 2y \end{align}[/latex]

First, solve both equations for y:

[latex]\begin{align}y&=x-3 \\ y&=\frac{3}{2}x - 2 \end{align}[/latex]

Now enter [latex]x-3=\frac{3}{2}x - 2[/latex] into the calculator. You will see that calculator has provided you with [latex]x = -2[/latex]. You now can substitute [latex]x = -2[/latex] into both equations.  If you get the same result for both, you have found an ordered pair solution. Give it a try.

Answer: [latex-display]\left(-2,-5\right)[/latex-display]

[embed]

Q & A

Can the substitution method be used to solve any linear system in two variables?

Yes, but the method works best if one of the equations contains a coefficient of 1 or –1 so that we do not have to deal with fractions.
The following video is ~10 minutes long and provides a mini-lesson on using the substitution method to solve a system of linear equations.  We present three different examples, and also use a graphing tool to help summarize the solution for each example. https://youtu.be/HxhacvH49o8

Solving Systems of Equations in Two Variables by the Addition Method

A third method of solving systems of linear equations is the addition method, this method is also called the elimination method. In this method, we add two terms with the same variable, but opposite coefficients, so that the sum is zero. Of course, not all systems are set up with the two terms of one variable having opposite coefficients. Often we must adjust one or both of the equations by multiplication so that one variable will be eliminated by addition.

How To: Given a system of equations, solve using the addition method.

  1. Write both equations with x- and y-variables on the left side of the equal sign and constants on the right.
  2. Write one equation above the other, lining up corresponding variables. If one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, add the equations together, eliminating one variable. If not, use multiplication by a nonzero number so that one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, then add the equations to eliminate the variable.
  3. Solve the resulting equation for the remaining variable.
  4. Substitute that value into one of the original equations and solve for the second variable.
  5. Check the solution by substituting the values into the other equation.

Example: Solving a System by the Addition Method

Solve the given system of equations by addition.

[latex]\begin{align}x+2y&=-1 \\ -x+y&=3 \end{align}[/latex]

Answer: Both equations are already set equal to a constant. Notice that the coefficient of [latex]x[/latex] in the second equation, –1, is the opposite of the coefficient of [latex]x[/latex] in the first equation, 1. We can add the two equations to eliminate [latex]x[/latex] without needing to multiply by a constant.

[latex]\begin{align} x+2y&=-1 \\ -x+y&=3 \\ \hline 3y&=2\end{align}[/latex]

Now that we have eliminated [latex]x[/latex], we can solve the resulting equation for [latex]y[/latex].

[latex]\begin{align}3y&=2 \\ y&=\dfrac{2}{3} \end{align}[/latex]

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

[latex]\begin{align}-x+y&=3 \\ -x+\frac{2}{3}&=3 \\ -x&=3-\frac{2}{3} \\ -x&=\frac{7}{3} \\ x&=-\frac{7}{3} \end{align}[/latex]

The solution to this system is [latex]\left(-\frac{7}{3},\frac{2}{3}\right)[/latex].

Check the solution in the first equation.

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

Analysis of the Solution

We gain an important perspective on systems of equations by looking at the graphical representation. See the graph below to find 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.

In the following video, you will see another example of how to use the method of elimination to solve a system of linear equations. https://youtu.be/M4IEmwcqR3c

Try it

[embed]

Example: Using the Addition Method When Multiplication of One Equation Is Required

Solve the given system of equations by the addition method.

[latex]\begin{align}3x+5y&=-11 \\ x - 2y&=11 \end{align}[/latex]

Answer: Adding these equations as presented will not eliminate a variable. However, we see that the first equation has [latex]3x[/latex] in it and the second equation has [latex]x[/latex]. So if we multiply the second equation by [latex]-3,\text{}[/latex] the x-terms will add to zero.

[latex]\begin{align}x - 2y&=11 \\ -3\left(x - 2y\right)&=-3\left(11\right) && \text{Multiply both sides by }-3 \\ -3x+6y&=-33 && \text{Use the distributive property}. \end{align}[/latex]

Now, let’s add them.

[latex]\begin{align}3x+5y&=−11 \\ −3x+6y&=−33 \\ \hline 11y&=−44 \\ y&=−4 \end{align}[/latex]

For the last step, we substitute [latex]y=-4[/latex] into one of the original equations and solve for [latex]x[/latex].

[latex]\begin{align}3x+5y&=-11\\ 3x+5\left(-4\right)&=-11\\ 3x - 20&=-11\\ 3x&=9\\ x&=3\end{align}[/latex]

Our solution is the ordered pair [latex]\left(3,-4\right)[/latex]. Check the solution in the original second equation.

[latex]\begin{align}x - 2y&=11 \\ \left(3\right)-2\left(-4\right)&=3+8 \\ &=11 && \text{True} \end{align}[/latex]

A graph of two lines that cross at the point 3, negative 4. The first line's equation is 3x+5y=-11. The second line's equation is x-2y=11.

Below is another video example of using the elimination method to solve a system of linear equations when multiplication of one equation is required. https://youtu.be/_liDhKops2w

tip for success

Remember to work through the given examples and practice problems on paper and more than once to deepen your understanding.

Try It

Solve the system of equations by addition.

[latex]\begin{align}2x - 7y&=2\\ 3x+y&=-20\end{align}[/latex]

Answer: [latex-display]\left(-6,-2\right)[/latex-display]

[embed]

Example: Using the Addition Method When Multiplication of Both Equations Is Required

Solve the given system of equations in two variables by addition.

[latex]\begin{align}2x+3y&=-16 \\ 5x - 10y&=30\end{align}[/latex]

Answer: One equation has [latex]2x[/latex] and the other has [latex]5x[/latex]. The least common multiple is [latex]10x[/latex] so we will have to multiply both equations by a constant in order to eliminate one variable. Let’s eliminate [latex]x[/latex] by multiplying the first equation by [latex]-5[/latex] and the second equation by [latex]2[/latex].

[latex]\begin{align} -5\left(2x+3y\right)&=-5\left(-16\right) \\ -10x - 15y&=80 \\[3mm] 2\left(5x - 10y\right)&=2\left(30\right) \\ 10x - 20y&=60 \end{align}[/latex]

Then, we add the two equations together.

[latex]\begin{align} −10x−15y&=80 \\ 10x−20y&=60 \\ \hline −35y&=140 \\ y&=−4 \end{align}[/latex]

Substitute [latex]y=-4[/latex] into the original first equation.

[latex]\begin{align}2x+3\left(-4\right)&=-16\\ 2x - 12&=-16\\ 2x&=-4\\ x&=-2\end{align}[/latex]

The solution is [latex]\left(-2,-4\right)[/latex]. Check it in the other equation.

[latex]\begin{align} 5x - 10y&=30\\ 5\left(-2\right)-10\left(-4\right)&=30\\ -10+40&=30\\ 30&=30\end{align}[/latex]

A graph of two lines that cross the point -2,-4. The first line's equation is 2x+3y=-16. The second line's equation is 5x-10y=30.

Example: Using the Addition Method in Systems of Equations Containing Fractions

Solve the given system of equations in two variables by addition.

[latex]\begin{align}\frac{x}{3}+\frac{y}{6}&=3 \\[1mm] \frac{x}{2}-\frac{y}{4}&=1 \end{align}[/latex]

Answer: First clear each equation of fractions by multiplying both sides of the equation by the least common denominator.

[latex]\begin{align}6\left(\frac{x}{3}+\frac{y}{6}\right)&=6\left(3\right) \\[1mm] 2x+y&=18 \\[3mm] 4\left(\frac{x}{2}-\frac{y}{4}\right)&=4\left(1\right) \\[1mm] 2x-y&=4 \end{align}[/latex]

Now multiply the second equation by [latex]-1[/latex] so that we can eliminate x.

[latex]\begin{align}-1\left(2x-y\right)&=-1\left(4\right) \\[1mm] -2x+y&=-4 \end{align}[/latex]

Add the two equations to eliminate x and solve the resulting equation for y.

[latex]\begin{align} 2x+y&=18 \\ −2x+y&=−4 \\ \hline 2y&=14 \\ y&=7 \end{align}[/latex]

Substitute [latex]y=7[/latex] into the first equation.

[latex]\begin{align}2x+\left(7\right)&=18 \\ 2x&=11 \\ x&=\frac{11}{2} \\ &=7.5 \end{align}[/latex]

The solution is [latex]\left(\frac{11}{2},7\right)[/latex]. Check it in the other equation.

[latex]\begin{align}\frac{x}{2}-\frac{y}{4}&=1\\[1mm] \frac{\frac{11}{2}}{2}-\frac{7}{4}&=1\\[1mm] \frac{11}{4}-\frac{7}{4}&=1\\[1mm] \frac{4}{4}&=1\end{align}[/latex]

In the following video, you will find one more example of using the elimination method to solve a system; this one has coefficients that are fractions. https://youtu.be/s3S64b1DrtQ

Try It

Solve the system of equations by addition. [latex-display]\begin{align}2x+3y&=8\\ 3x+5y&=10\end{align}[/latex-display]

Answer: [latex-display]\left(10,-4\right)[/latex-display]

[embed]
in the following video we present more examples of how to use the addition (elimination) method to solve a system of two linear equations. https://youtu.be/ova8GSmPV4o

Licenses & Attributions

CC licensed content, Original

CC licensed content, Shared previously

  • Solving Systems of Equations using Elimination. Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
  • Solving Systems of Equations using Substitution . Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
  • Question ID 115164, 115120, 115110. Authored by: Shabazian, Roy. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • Ex 1: Solve a System of Equations Using the Elimination Method.. Authored by: James Sousa (Mathispower4u.com) . License: CC BY: Attribution.
  • Ex 2: Solve a System of Equations Using the Elimination Method. . Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
  • Ex: Solve a System of Equations Using Eliminations (Fractions).. Authored by: James Sousa (Mathispower4u.com) . License: Public Domain: No Known Copyright.