Skip to main content
Logo image

Section 4.3 Elimination

In Section 1, we used graphing to solve a system of two linear equations. In Section 2, we learned the substitution technique. In this section, we learn another technique for solving a system of linear equations called “elimination” or “the addition method”.
Figure 4.3.1. Alternative Video Lesson

Subsection 4.3.1 Solving Systems of Equations by Elimination

Example 4.3.2.

Alicia has \(\$1000\) to send to her two grandchildren Bobbie and Cedric. Since Bobbie is entering college and has some textbook expenses, Alicia wants to send Bobbie \(\$200\) more than she sends Cedric. How much money should she give to each grandchild?
You may have a good way to answer this quickly, but we will use this example to demonstrate a new technique for solving a system of two linear equations.
Let \(B\) be the dollar amount that she sends to Bobbie, and \(C\) be the dollar amount that she sends to Cedric. (Note that we begin the process of solving a word problem by clearly defining the variables, including their units.) Since the total she has to give is \(\$1000\text{,}\) we can write \(B + C = 1000\text{.}\) And since she wants to give \(\$200\) more to Bobbie, we can write \(B - C = 200\text{.}\) So we have the system of equations:
\begin{align*} \left\{ \begin{aligned} A+B \amp = 1000 \\ A-B \amp = 200 \end{aligned} \right. \end{align*}
We could solve this system using graphing or substitution, but here is a new method. If we add together the left sides from the two equations, it should equal the sum of the right sides:
\begin{align*} \begin{aligned}[t]B+C\\\underline{{}+B-C}\\2B\phantom{{}+C}\end{aligned} \amp\begin{aligned}[t]\\\\{}={}\end{aligned} \begin{aligned}[t]1000\\\underline{{}+200}\\1200\end{aligned} \end{align*}
Note that the variable \(C\) is eliminated. This happened because the “\({}+C\)” and the “\({}-C\)” perfectly cancel each other out when they are added. With only one variable left, it doesn’t take much effort to finish solving for \(B\text{:}\) \(B=600\text{.}\)
To finish solving this system of equations, we still need the value of \(C\text{.}\) One easy way to find \(C\) is to substitute our value for \(B\) into one of the original equations:
\begin{align*} B+C\amp=1000\\ \substitute{600}+C\amp=1000\\ C\amp=400 \end{align*}
To check our work, substitute \(B=600\) and \(C=400\) into the original equations:
\begin{align*} B+C\amp=1000\amp B-C\amp=200\\ \substitute{600}+\substitute{400}\amp\confirm{=}1000\amp \substitute{600}-\substitute{400}\amp\confirm{=}200 \end{align*}
This confirms that our solution is correct. In summary, Alicia should give \(\$600\) to Bobbie and \(\$400\) to Cedric.
This method for solving a system of equations worked because \(C\) and \(-C\) add to zero. Once the \(C\)-terms were eliminated we were able to solve for \(B\text{.}\) This method is called the elimination method or the addition method, because we add the corresponding sides from the two equations and that eliminates a variable.
Most of the time, just adding the sides together does not eliminate one of the variables. We can still use this method, but it needs a little set up work first. Let’s look at an example where we need to adjust one of the equations.

Example 4.3.3. Scaling One Equation.

Solve the system of equations using the elimination method.
\begin{align*} \left\{ \begin{alignedat}{4} 3x\amp {}-{} \amp 4y \amp {}={} \amp 2 \\ 5x\amp {}+{} \amp 8y \amp {}={} \amp 18 \end{alignedat} \right. \end{align*}
Explanation.
We want to see whether it will be easier to eliminate \(x\) or \(y\text{.}\) We see that the coefficients of \(x\) in each equation are \(3\) and \(5\text{,}\) and the coefficients of \(y\) are \(-4\) and \(8\text{.}\) Because \(8\) is a multiple of \(4\) and the coefficients already have opposite signs, the \(y\) variable will be easier to eliminate.
To eliminate the \(y\) terms, first multiply each side of the first equation by \(2\text{.}\) Why? Because then the \(y\)-terms will be \(8y\) and \(-8y\text{,}\) so they can be added to eliminate \(y\text{.}\)
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{2}(3x\amp {}-{} \amp 4y) \amp {}={} \amp \multiplyleft{2}(2) \\ 5x\amp {}+{} \amp 8y \amp {}={} \amp 18 \end{alignedat} \right.\\ \\ \amp\left\{ \begin{alignedat}{4} 6x\amp {}-{} \amp 8y \amp {}={} \amp 4 \\ 5x\amp {}+{} \amp 8y \amp {}={} \amp 18 \end{alignedat} \right. \end{align*}
We now have an equivalent system of equations where the \(y\)-terms can be eliminated:
\begin{align*} \begin{aligned}[t]6x-8y\\\underline{{}+5x+8y}\\11x\phantom{{}+8y}\end{aligned} \amp\begin{aligned}[t]\\\\{}={}\end{aligned} \begin{aligned}[t]4\\\underline{{}+18}\\22\end{aligned} \end{align*}
So we have \(x=2\text{.}\) To solve for \(y\text{,}\) one option is to substitute \(2\) in for \(x\) into either of the original equations. We use the first original equation, \(3x-4y=2\text{:}\)
\begin{align*} 3x-4y\amp=2\\ 3(\substitute{2})-4y\amp=2\\ 6-4y\amp=2\\ -4y\amp=-4\\ y\amp=1 \end{align*}
We think the solution is \(x=2\) and \(y=1\text{.}\) We can check this using both of the original equations:
\begin{align*} 5x+8y\amp=18\amp 3x-4y\amp=2\\ 5(\substitute{2})+8(\substitute{1})\amp\wonder{=}18\amp 3(\substitute{2})-4(\substitute{1})\amp\wonder{=}2\\ 10+8\amp\confirm{=}18\amp 6-4\amp\confirm{=}2 \end{align*}
So the solution to this system is \((2,1)\) and the solution set is \(\{(2,1)\}\text{.}\)

Checkpoint 4.3.4.

Use elimination to solve the system.
\begin{equation*} \begin{aligned} \left\{ \begin{alignedat}{4} 5x\amp+{}\amp 6y \amp={}\amp -7 \\ 4x\amp+{}\amp 2y \amp={}\amp -1 \end{alignedat} \right. \end{aligned} \end{equation*}
(a)
What number could you multiply by each term in the second equation that would be helpful?
Explanation.
If we multiply the second equation through by \(-3\) then the \(y\)-terms will be \(6y\) and \(-6y\text{,}\) and adding will eliminate \(y\text{.}\)
(b)
After multiplying the terms in the second equation by \(-3\) and adding the two equations together, solve for \(x\text{.}\)
Explanation.
\begin{equation*} \begin{aligned} \amp\left\{\begin{alignedat}{4}5x\amp+{}\amp 6y \amp={}\amp -7 \\\multiplyleft{-3}(4x\amp+{}\amp 2y) \amp={}\amp\multiplyleft{-3}(-1)\end{alignedat}\right.\\ \\ \amp\left\{\underline{\begin{alignedat}{4}5x\amp+{}\amp 6y \amp={}\amp -7 \\-12x\amp-{}\amp 6y \amp={}\amp 3\end{alignedat}} \right.\\ \amp\phantom{\Bigg\{}\begin{alignedat}{4}{-7}x\amp\phantom{{}+{}}\amp\phantom{6y}\amp=-4\\\phantom{-12x}\amp\amp x\amp=\frac{4}{7}\end{alignedat} \end{aligned} \end{equation*}
(c)
Now solve for \(y\) as well, by substituting \(\frac{4}{7}\) in for \(x\) in one of the original equations.
Explanation.
\begin{equation*} \begin{aligned} 4x + 2y \amp= -1\\ 4\left(\substitute{\frac{4}{7}}\right) + 2y \amp= -1\\ \frac{16}{7} + 2y \amp= -1\\ \multiplyleft{7}\left(\frac{16}{7} + 2y\right) \amp= \multiplyleft{7}(-1)\\ 16 + 14y \amp= -7\\ 14y \amp= -23\\ y \amp= -\frac{23}{14} \end{aligned} \end{equation*}
Here’s an example where we have to scale both equations.

Example 4.3.5. Scaling Both Equations.

Solve the system of equations using the elimination method.
\begin{align*} \left\{ \begin{alignedat}{4} 2x \amp {}+{} \amp 3y \amp {}={} \amp 10 \\ -3x \amp {}+{} \amp 5y \amp {}={} \amp {-15} \end{alignedat} \right. \end{align*}
Explanation.
Considering the coefficients of \(x\) (\(2\) and \(-3\)) and the coefficients of \(y\) (\(3\) and \(5\)) we see that we cannot eliminate the \(x\) or the \(y\) variable by scaling a single equation. There’s just no place where one coefficient divides the corresponding coefficient. But we can scale both equations.
The \(x\)-terms already have opposite signs, so we choose to eliminate \(x\text{.}\) The least common multiple of \(2\) and \(3\) is \(6\text{,}\) so we can target turning the terms into \(6x\) and \(-6x\text{.}\) We can scale the first equation by \(3\) and the second equation by \(2\) so that the equations have terms \(6x\) and \(-6x\text{,}\) which will cancel when added.
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{3}(2x\amp {}+{} \amp 3y) \amp {}={}\amp \multiplyleft{3}(10) \\ \multiplyleft{2}(-3x\amp {}+{} \amp 5y) \amp {}={}\amp \multiplyleft{2}(-15) \end{alignedat} \right.\\ \\ \amp\left\{ \underline{\begin{alignedat}{4} 6x\amp {}+{} \amp 9y \amp {}={} \amp 30 \\ -6x\amp {}+{} \amp 10y \amp {}={} \amp {-30} \end{alignedat}} \right.\\ \amp\phantom{\Bigg\{}\begin{alignedat}{4}\phantom{-6x}\amp \phantom{{}+{}} \amp 19y\amp=0\\\phantom{-6x}\amp \phantom{{}+{}} \amp y\amp=0\end{alignedat} \end{align*}
To solve for \(x\text{,}\) we’ll replace \(y\) with \(0\) in \(2x+3y=10\text{:}\)
\begin{align*} 2x+3y\amp=10\\ 2x+3(\substitute{0})\amp=10\\ 2x\amp=10\\ x\amp=5 \end{align*}
We’ll check the system using \(x=5\) and \(y=0\) in each of the original equations:
\begin{align*} 2x+3y\amp=10 \amp {-3}x+5y\amp=-15\\ 2(\substitute{5})+3(\substitute{0})\amp\wonder{=}10 \amp {-3}(\substitute{5})+5(\substitute{0})\amp\wonder{=}-15\\ 10+0\amp\confirm{=}10 \amp {-15}+0\amp\confirm{=}-15 \end{align*}
So the system’s solution is \((5,0)\) and the solution set is \(\{(5,0)\}\text{.}\)

Checkpoint 4.3.6.

Try a similar exercise.
Use elimination to solve the system.
\begin{equation*} \begin{aligned} \left\{ \begin{alignedat}{4} 3x\amp+{}\amp 4y \amp={}\amp {-26} \\ 5x\amp+{}\amp 5y \amp={}\amp {-40} \end{alignedat} \right. \end{aligned} \end{equation*}
(a)
What numbers could you multiply each term in the first and second equations by that would be helpful?
Explanation.
If we multiply the first equation through by \(5\) and the second equation through by \(-3\) then the \(x\)-terms will be \(15x\) and \(-15x\text{,}\) and adding will eliminate \(x\text{.}\)
(b)
After multiplying the terms in the first by \(5\) and the terms in the second equation by \(-3\text{,}\) and adding the two equations together, solve for \(y\text{.}\)
Explanation.
\begin{equation*} \begin{aligned} \amp\left\{\begin{alignedat}{4}\multiplyleft{5}(3x\amp+{}\amp 4y) \amp={}\amp \multiplyleft{5}(-26) \\\multiplyleft{-3}(5x\amp+{}\amp 5y) \amp={}\amp\multiplyleft{-3}(-40)\end{alignedat}\right.\\ \\ \amp\left\{\underline{\begin{alignedat}{4}15x\amp+{}\amp 20y \amp={}\amp {-130} \\-15x\amp-{}\amp 15y \amp={}\amp 120\end{alignedat}}\right.\\ \amp\phantom{\Bigg\{}\begin{alignedat}{4}\phantom{-15x-{}}\amp\amp\phantom{1}5y\amp=-10\\\amp\amp y\amp =-2\end{alignedat} \end{aligned} \end{equation*}
(c)
Now solve for \(x\) as well, by substituting \(-2\) in for \(y\) in one of the original equations.
Explanation.
\begin{equation*} \begin{aligned} 3x + 4y \amp= -26\\ 3x + 4(\substitute{-2}) \amp= -26\\ 3x - 8 \amp= -26\\ 3x \amp= -18\\ x \amp= -6 \end{aligned} \end{equation*}

Example 4.3.7. Meal Planning.

Javed is on a meal plan where his breakfast needs to have \(600\) calories and \(20\) grams of fat. A small avocado contains \(300\) calories and \(30\) grams of fat. He has bagels with \(400\) calories and \(8\) grams of fat. Write and solve a system of equations to determine how much bagel and how much avocado Javed could eat to meet his target calories and fat.
Explanation.
To write this system of equations, we first need to define our variables. Let \(A\) be the number of avocados consumed and let \(B\) be the number of bagels consumed. (In the end, both \(A\) and \(B\) might be fractions.) For our first equation, we can count calories contributed from eating \(A\) avocados and \(B\) bagels:
\begin{equation*} \left(300\,\tfrac{\text{calories}}{\text{avocado}}\right)(A\,\text{avocados})+\left(400\,\tfrac{\text{calories}}{\text{bagels}}\right)(B\,\text{bagel})=600\,\text{calories} \end{equation*}
Or, without the units: \(300A + 400B = 600\text{.}\) For a second equation, we can count the grams of fat:
\begin{equation*} \left(30\,\tfrac{\text{g fat}}{\text{avocado}}\right)(A\,\text{avocados})+\left(8\,\tfrac{\text{g fat}}{\text{bagels}}\right)(B\,\text{bagel})=20\,\text{g fat} \end{equation*}
Or, without the units: \(30A + 8B = 20\text{.}\) So the system of equations is:
\begin{align*} \left\{ \begin{alignedat}{4} 300A \amp {}+{} \amp 400B \amp {}={} \amp 600 \\ 30A \amp {}+{} \amp 8B \amp {}={} \amp 20 \end{alignedat} \right. \end{align*}
Since none of the coefficients are equal to \(1\text{,}\) it may be easier to use the elimination method to solve this system than it would be to use substitution. Looking at the terms \(300A\) and \(30A\text{,}\) we can eliminate the \(A\) variable if we multiply the second equation by \(-10\) to get the term \(-300A\text{:}\)
\begin{align*} \amp\left\{ \begin{alignedat}{4} 300A \amp {}+{} \amp 400B \amp {}={} 600 \\ \multiplyleft{-10}(30A \amp {}+{} \amp 8B) \amp {}={} \multiplyleft{-10}(20) \end{alignedat} \right.\\ \\ \amp\left\{\begin{alignedat}{4}300A \amp {}+{} \amp 400B \amp {}={}\amp 600 \\-300A \amp {}+{} \amp (-80B) \amp {}={}\amp {-200}\end{alignedat}\right. \end{align*}
When we add the corresponding sides from the two equations together we have:
\begin{align*} 320B\amp=400\\ \divideunder{320B}{320}\amp=\divideunder{400}{320}\\ B\amp=\frac{5}{4} \end{align*}
Now we know that Javed should eat \(\frac{5}{4}\) of a bagel (or one and one-quarter bagels). To determine how much avocados he should eat, we can substitute \(\frac{5}{4}\) in for \(B\) in either of our original equations.
\begin{align*} 300A+400B\amp=600\\ 300A+400\left(\substitute{\frac{5}{4}}\right)\amp=600\\ 300A+500\amp=600\\ 300A\amp=100\\ \divideunder{300A}{300}\amp=\divideunder{100}{300}\\ A\amp=\frac{1}{3} \end{align*}
We think the solution is \(A=\frac13\text{,}\) \(B=\frac54\text{.}\) To check this, see if these numbers work as solutions in the original equations:
\begin{align*} 300A+400B\amp=600\amp 30A+8B\amp=20\\ 300\left(\substitute{\frac{1}{3}}\right)+400\left(\substitute{\frac{5}{4}}\right)\amp\wonder{=}600\amp30\left(\substitute{\frac{1}{3}}\right)+8\left(\substitute{\frac{5}{4}}\right)\amp\wonder{=}20\\ 100+500\amp\confirm{=}600\amp10+10\amp\confirm{=}20 \end{align*}
In summary, Javed can eat \(\frac{5}{4}\) of a bagel (so one and one-quarter bagel) and \(\frac{1}{3}\) of an avocado in order to consume exactly \(600\) calories and \(20\) grams of fat.
For summary reference, here is the general procedure.

Subsection 4.3.2 Solving Special Systems of Equations with Elimination

Remember the two special cases for a system of two linear equations? In Subsection 4.1.3, we learned how such systems have lines that are parallel when graphed. If you are using the substitution method, we learned in Subsection 4.2.3 that after you make the substitution and simplify, you get an equation that is either outright true or outright false.
With these systems, what happens when you use the elimination method? Let’s see.

Example 4.3.9. A System with Infinitely Many Solutions.

Solve the system of equations using the elimination method.
\begin{align*} \left\{ \begin{alignedat}{4} 3x \amp {}+{} \amp 4y \amp {}={} \amp 5 \\ 6x \amp {}+{} \amp 8y \amp {}={} \amp 10 \end{alignedat} \right. \end{align*}
Explanation.
To eliminate the \(x\)-terms, we multiply each term in the first equation by \(-2\text{,}\) and we have:
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{-2}(3x \amp {}+{} \amp 4y) \amp {}={} \amp \multiplyleft{-2}5 \\ 6x \amp {}+{} \amp 8y \amp {}={} \amp 10 \end{alignedat} \right.\\ \\ \amp\left\{ \begin{alignedat}{4} -6x \amp {}-{} \amp 8y \amp {}={}\amp {-10} \\ 6x \amp {}+{} \amp 8y \amp {}={} \amp 10 \end{alignedat} \right. \end{align*}
You might notice that the equations look very similar. Adding the respective sides of the equation, we have:
\begin{equation*} 0=0 \end{equation*}
Not just one, but both of the variables have been eliminated. This is not giving us any restrictions on what \(x\)- and \(y\)-values would solve this system. The two equations were essentially the same, after scaling them. So they represent the same line, and the solution set contains all pairs \((x,y)\) that lie on that line. We can write the solution set as \(\{(x,y)\mid 3x+4y=5\}\text{.}\)

Example 4.3.10. A System with No Solution.

Solve the system of equations using the elimination method.
\begin{align*} \left\{ \begin{alignedat}{4} 10x \amp {}+{} \amp 6y \amp {}={} \amp 9 \\ 25x \amp {}+{} \amp 15y \amp {}={} \amp 4 \end{alignedat} \right. \end{align*}
Explanation.
To eliminate the \(x\)-terms, we will scale the first equation by \(-5\) and the second by \(2\text{:}\)
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{-5}(10x\amp {}+{} \amp 6y) \amp {}={}\amp \multiplyleft{-5}(9) \\ \multiplyleft{2}(25x\amp {}+{} \amp 15y) \amp {}={}\amp \multiplyleft{2}(4) \end{alignedat} \right.\\ \\ \amp\left\{ \begin{alignedat}{4} -50x\amp {}-{} \amp 30y \amp {}={} \amp {-45} \\ 50x\amp {}+{} \amp 30y \amp {}={} \amp 8 \end{alignedat} \right. \end{align*}
Adding the respective sides of the equation, we have:
\begin{equation*} 0=-37 \end{equation*}
Again, not just one, but both of the variables have been eliminated. In this case, the statement \(0=-37\) is outright false no matter what \(x\) and \(y\) are. So the system has no solution.

Subsection 4.3.3 Substitution versus Elimination

In every example so far from this section, both equations were in standard form, \(Ax+By=C\text{.}\) And all of the coefficients were integers. If none of the coefficients are equal to \(1\) then it is usually easier to use the elimination method, because otherwise you will probably have some fraction arithmetic to do in the middle of the substitution method. If there is a coefficient of \(1\text{,}\) then it’s a matter of preference. When one of the coefficients is \(1\text{,}\) it’s not so bad to isolate that variable and make a substitution.

Example 4.3.11.

A college used to have a north campus with \(6000\) students and a south campus with \(15{,}000\) students. The percentage of students at the north campus who self-identify as LGBTQ was three times the percentage at the south campus. After the merge, \(5.5\%\) of students identify as LGBTQ. What percentage of students on each campus identified as LGBTQ before the merge?
Explanation.
We will define \(N\) as the percentage (as a decimal) of students at the north campus and \(S\) as the percentage (as a decimal) of students at the south campus that identified as LGBTQ. Since the percentage of students at the north campus was three times the percentage at the south campus, we have one equation:
\begin{equation*} N=3S \end{equation*}
For a second equation, we will count LGBTQ students at the various campuses. At the north campus, multiply the population, \(6000\text{,}\) by the percentage \(N\) to get \(6000N\text{.}\) This represents be the actual count of LGBTQ students at that campus. Similarly, the south campus had \(15000S\) LGBTQ students, and the combined school has \(21000(0.055)=1155\text{.}\) When we combine the two campuses, we have:
\begin{equation*} 6000N + 15000S = 1155 \end{equation*}
So we have a system of two equations:
\begin{equation*} \left\{ \begin{aligned} N\amp=3S \\ 6000N+15000S\amp=1155 \end{aligned} \right. \end{equation*}
Because the first equation already has \(N\) isolated, this is a good time to not use the elimination method. We can directly substitute \(3S\) in for \(N\) in our second equation and solve for \(S\text{:}\)
\begin{align*} 6000N+15000S\amp=1155\\ 6000(\substitute{3S})+15000S\amp=1155\\ 18000S+15000S\amp=1155\\ 33000S\amp=1155\\ \divideunder{33000S}{33000}\amp=\divideunder{1155}{33000}\\ S\amp=0.035 \end{align*}
And then we can determine \(N\) using the first equation:
\begin{align*} N\amp=3S\\ N\amp=3(0.035)\\ N\amp=0.105 \end{align*}
So before the merge, \(10.5\%\) of the north campus students self-identified as LGBTQ and \(3.5\%\) of the south campus students self-identified as LGBTQ.
If you need to solve a system, and one of the equations is not in standard form, substitution may be easier. But you also may find it easier to convert the equations into standard form and use elimination. Additionally, if the system’s coefficients are fractions or decimals, it can help to take one step where you clear denominators and/or decimal points and then decide which technique you would like to use.

Example 4.3.12.

Solve the system of equations using the method of your choice.
\begin{align*} \left\{ \begin{aligned} -\frac{1}{3}y\amp = \frac{1}{15}x + \frac{1}{5} \\ \frac{5}{2}x-y\amp = 6 \end{aligned} \right. \end{align*}
Explanation.
First, we can clear the denominators by using the least common multiple of the denominators in each equation, similarly to in Section 2.3. We have:
\begin{align*} \amp\left\{ \begin{aligned} \multiplyleft{15}{-\frac{1}{3}y} \amp = \multiplyleft{15}\left(\frac{1}{15}x + \frac{1}{5}\right) \\ \multiplyleft{2}\left(\frac{5}{2}x-y\right) \amp = \multiplyleft{2}(6) \end{aligned} \right.\\ \\ \amp\left\{ \begin{aligned} -5y \amp = x+3 \\ 5x-2y \amp = 12 \end{aligned} \right. \end{align*}
We could convert the first equation into standard form by subtracting \(x\) from both sides, and then use elimination.
\begin{align*} \amp\left\{ \begin{aligned} -x-5y \amp = 3 \\ 5x-2y \amp = 12 \end{aligned} \right. \end{align*}
Alternatively, since the \(x\)-variable in the first equation has coefficient \(1\text{,}\) you might prefer the substitution method. Isolating \(x\) gives us \(x=-5y-3\text{,}\) and we could substitute that in to the second equation. It’s really up to you. As an exercise, try it both ways. Hopefully you get the same solution either way, and you can reflect on which method feels more comfortable to you.
This next example is an application exercise with decimal coefficients, and it demonstrates how you might clear decimals, similarly to clearing denominators.

Example 4.3.13.

A penny is made from copper and zinc. A chemistry reference says copper has a density of 9 g⁄cm3 and zinc has a density of 7.1 g⁄cm3. A penny’s mass is 2.5 g and its volume is 0.35 cm3. How many cm3 each of copper and zinc go into one penny?
Explanation.
Let \(C\) be the volume of copper and \(Z\) be the volume of zinc in one penny, both measured in cm3. Since the total volume is 0.35 cm3, one equation is:
\begin{equation*} \left(C\,\text{cm}^3\right) + \left(Z\,\text{cm}^3\right) = 0.35\,\text{cm}^3 \end{equation*}
Or without units: \(C + Z = 0.35\text{.}\)
For a second equation, we will examine the masses of copper and zinc. Since copper has a density of 9 g⁄cm3 and we are using \(C\) to represent the volume of copper, the mass of copper in one penny is \(9C\text{.}\) Similarly, the mass of zinc is \(7.1Z\text{.}\) Since the total mass is 2.5 g, we have the equation:
\begin{equation*} \left(9\,\tfrac{\text{g}}{\text{cm}^3}\right)\left(C\,\text{cm}^3\right) + \left(7.1\,\tfrac{\text{g}}{\text{cm}^3}\right)\left(Z\,\text{cm}^3\right) = 2.5\,\text{g} \end{equation*}
Or without units: \(9C + 7.1Z = 2.5\text{.}\)
So we have a system of equations:
\begin{align*} \left\{ \begin{alignedat}{4} C \amp {}+{} \amp Z \amp {}={} \amp0.35 \\ 9C \amp {}+{} \amp 7.1Z \amp {}={} \amp2.5 \end{alignedat} \right. \end{align*}
We can eliminate the decimals by multiplying by the appropriate power of \(10\text{.}\) If each term in the first equation is multiplied by \(100\text{,}\) and each term in the second equation is multiplied by \(10\text{,}\) there are no more decimal points.
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{100}(C \amp {}+{} \amp Z) \amp {}={} \amp\multiplyleft{100}(0.35) \\ \multiplyleft{10}(9C \amp {}+{} \amp 7.1Z) \amp {}={} \amp\multiplyleft{10}(2.5) \end{alignedat} \right.\\ \\ \amp\left\{ \begin{alignedat}{4} 100C \amp {}+{} 100Z \amp {}={} \amp 35\\ 90C \amp {}+{} 71Z \amp {}={} \amp 25 \end{alignedat} \right. \end{align*}
Now to set up elimination, scale each equation again to eliminate \(C\text{:}\)
\begin{align*} \amp\left\{ \begin{alignedat}{4} \multiplyleft{9}(100C \amp {}+{} \amp 100Z) \amp {}={} \amp\multiplyleft{9}(35) \\ \multiplyleft{-10}(90C \amp {}+{} \amp 71Z) \amp {}={} \amp\multiplyleft{-10}(25) \end{alignedat} \right.\\ \\ \amp\left\{ \begin{alignedat}{4} 900C \amp {}+{} 900Z \amp {}={} \amp 315\\ -900C \amp {}-{} 710Z \amp {}={} \amp {-250} \end{alignedat} \right. \end{align*}
Adding the corresponding sides from the two equations gives
\begin{equation*} 190Z=65\text{,} \end{equation*}
from which we find \(Z=\frac{65}{190}\approx0.342\text{.}\) So there is about 0.342 cm3 of zinc in a penny.
To solve for \(C\text{,}\) we can use one of the original equations:
\begin{align*} C + Z\amp=0.35\\ C + \substitute{0.342}\amp\approx0.35\\ C\amp\approx0.008 \end{align*}
Therefore there is about 0.342 cm3 of zinc and 0.008 cm3 of copper in a penny.
If a variable in a system is already isolated in one of the equations, or has a coefficient of \(1\text{,}\) consider using the substitution method. If both equations are in standard form or none of the coefficients are equal to \(1\text{,}\) we suggest using the elimination method. Either way, if you have fraction or decimal coefficients, it may help to scale your equations so that only integer coefficients remain.

Reading Questions 4.3.4 Reading Questions

1.

What is another name for the “elimination method”?

2.

To use the elimination method, usually the first step is to at least one equation.

3.

Describe a good situation to use the substitution method instead of the elimination method for solving a system of two linear equations in two variables.

Exercises 4.3.5 Exercises

Review and Warmup

Skills Practice

Exercise Group.
Solve the system of equations using elimination.
1.
\(\left\{ \begin{alignedat}{4} \amp {5Z+2E = 27} \\ \amp {-5Z-4E = -19} \end{alignedat} \right.\)
2.
\(\left\{ \begin{alignedat}{4} \amp {5f-n = -22} \\ \amp {-3f+n = 16} \end{alignedat} \right.\)
3.
\(\left\{ \begin{alignedat}{4} \amp {5k+4V = 32} \\ \amp {2k+V = 11} \end{alignedat} \right.\)
4.
\(\left\{ \begin{alignedat}{4} \amp {-q+5D = 0} \\ \amp {-3q-2D = 17} \end{alignedat} \right.\)
5.
\(\left\{ \begin{alignedat}{4} \amp {4w+16k = -72} \\ \amp {2w+4k = -16} \end{alignedat} \right.\)
6.
\(\left\{ \begin{alignedat}{4} \amp {4B-4S = -52} \\ \amp {-3B-8S = -27} \end{alignedat} \right.\)
7.
\(\left\{ \begin{alignedat}{4} \amp {4H-4A = -12} \\ \amp {3H+3A = 3} \end{alignedat} \right.\)
8.
\(\left\{ \begin{alignedat}{4} \amp {-4M-4i = -8} \\ \amp {-5M-3i = -16} \end{alignedat} \right.\)
9.
\(\left\{ \begin{alignedat}{4} \amp {-5T-P = 7} \\ \amp {10T+2P = 5} \end{alignedat} \right.\)
10.
\(\left\{ \begin{alignedat}{4} \amp {-Z+6y = 7} \\ \amp {-3Z+18y = -9} \end{alignedat} \right.\)
11.
\(\left\{ \begin{alignedat}{4} \amp {4e+h = -23} \\ \amp {4e-3h = -27} \end{alignedat} \right.\)
12.
\(\left\{ \begin{alignedat}{4} \amp {4k+N = -1} \\ \amp {-3k+N = -8} \end{alignedat} \right.\)
13.
\(\left\{ \begin{alignedat}{4} \amp {9q+7x = 8} \\ \amp {q-x = -4} \end{alignedat} \right.\)
14.
\(\left\{ \begin{alignedat}{4} \amp {w+e = 3} \\ \amp {7w+3e = -7} \end{alignedat} \right.\)
15.
\(\left\{ \begin{alignedat}{4} \amp {-4B+3L = 5} \\ \amp {-8B+4L = 6} \end{alignedat} \right.\)
16.
\(\left\{ \begin{alignedat}{4} \amp {8H-9u = -3} \\ \amp {-8H+8u = 4} \end{alignedat} \right.\)
17.
\(\left\{ \begin{alignedat}{4} \amp {1.2M+0.3c = 4.7} \\ \amp {-M-0.3c = 8} \end{alignedat} \right.\)
18.
\(\left\{ \begin{alignedat}{4} \amp {0.1S-0.4I = 3} \\ \amp {-1.6S-I = -7.3} \end{alignedat} \right.\)
19.
\(\left\{ \begin{alignedat}{4} \amp {0.4Z+0.4r = -0.8} \\ \amp {Z+1.5r = 0.75} \end{alignedat} \right.\)
20.
\(\left\{ \begin{alignedat}{4} \amp {1.66667e+0.4a = 2.5} \\ \amp {e+0.25a = -0.25} \end{alignedat} \right.\)
21.
\(\left\{ \begin{alignedat}{4} \amp {0.166667k+1.5H = 1.5} \\ \amp {1.33333k+12H = 12} \end{alignedat} \right.\)
22.
\(\left\{ \begin{alignedat}{4} \amp {0.8q-1.33333p = 0.333333} \\ \amp {1.33333q-2.22222p = 0.555556} \end{alignedat} \right.\)
23.
\(\left\{ \begin{alignedat}{4} \amp {0.333333w+0.5Y = 0.4} \\ \amp {1.33333w+2Y = -0.4} \end{alignedat} \right.\)
24.
\(\left\{ \begin{alignedat}{4} \amp {0.75B+2.5F = 0.333333} \\ \amp {1.33333B+4.44444F = 1.5} \end{alignedat} \right.\)
25.
\(\left\{ \begin{alignedat}{4} \amp {-5m+2G = 4} \\ \amp {3G+5m = 31} \end{alignedat} \right.\)
26.
\(\left\{ \begin{alignedat}{4} \amp {5W+2M = -16} \\ \amp {-4M-5W = 22} \end{alignedat} \right.\)
27.
\(\left\{ \begin{alignedat}{4} \amp {S = 39+5C} \\ \amp {3C = -3S-9} \end{alignedat} \right.\)
28.
\(\left\{ \begin{alignedat}{4} \amp {Z = -30+5k} \\ \amp {-3k = Z-10} \end{alignedat} \right.\)
29.
\(\left\{ \begin{alignedat}{4} \amp {e+22T = 6+26T} \\ \amp {4e-16T = e+22} \end{alignedat} \right.\)
30.
\(\left\{ \begin{alignedat}{4} \amp {-8k+13B = 65+16B} \\ \amp {-12k+5B = -8k+13} \end{alignedat} \right.\)
31.
\(\left\{ \begin{alignedat}{4} \amp {-2q-4i = 2-3i} \\ \amp {2q+2i = -2q-4} \end{alignedat} \right.\)
32.
\(\left\{ \begin{alignedat}{4} \amp {-v-6R = -2-10R} \\ \amp {-4v+12R = -v-6} \end{alignedat} \right.\)

Applications

33.
An algebra exam has \(30\) questions, worth a total of 100 points. There are two types of question on the exam. There are multiple-choice questions each worth \(2\) points, and short-answer questions, each worth \(7\) points. How many questions are there of each type?
34.
A school fund raising event sold a total of \(156\) tickets and generated a total revenue of \({\$621}\text{.}\) Each adult ticket cost \({\$5}\text{,}\) and each child ticket cost \({\$2}\text{.}\) How many adult tickets and how many child tickets were sold?
35.
Molly invested a total of \({\$5{,}000}\) in two investments. Her savings account pays \({2.5\%}\) interest annually. A riskier stock investment earned \({3.5\%}\) at the end of the year. At the end of the year, Molly earned a total of \({\$156}\) in interest. How much money did she invest in each account?
36.
Roland invested a total of \({\$4{,}600}\) in two investments. His savings account pays \({1.5\%}\) interest annually. A riskier stock investment lost \({5.5\%}\) at the end of the year. At the end of the year, Roland’s total fell from \({\$4{,}600}\) to \({\$4{,}411}\text{.}\) How much money did he invest in each account?

Challenge

37.
Find the value of \(b\) so that the system of equations has an infinite number of solutions.
\begin{equation*} \left\{\begin{aligned} {-24x+28y} \amp = -20\\ {6x-by} \amp = 5 \end{aligned}\right. \end{equation*}
You have attempted of activities on this page.