Skip to main content

Section 5.3 Elimination

We learned how to solve a system of linear equations using substitution in Section 5.2. In this section, we will learn a second symbolic method for solving systems of linear equations.

Figure 5.3.1 Alternative Video Lesson

Subsection 5.3.1 Solving Systems of Equations by Elimination

Example 5.3.2

Alicia has \(\$1000\) to give to her two grandchildren for New Year's. She would like to give the older grandchild \(\$120\) more than the younger grandchild, because that is the cost of the older grandchild's college textbooks this term. How much money should she give to each grandchild?

To answer this question, we will demonstrate a new technique. You may have a very good way for finding how much money Alicia should give to each grandchild, but right now we will try to see this new method.

Let \(A\) be the dollar amount she gives to her older grandchild, and \(B\) be the dollar amount she gives to her younger grandchild. (As always, we start solving a word problem like this by defining the variables, including their units.) Since the total she has to give is \(\$1000\text{,}\) we can say that \(A+B=1000\text{.}\) And since she wants to give \(\$120\) more to the older grandchild, we can say that \(A-B=120\text{.}\) So we have the system of equations:

\begin{align*} \left\{ \begin{aligned} A+B \amp = 1000 \\ A-B \amp = 120 \end{aligned} \right. \end{align*}

We could solve this system by substitution as we learned in Section 5.2, but there is an easier 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}A+B\\{}+A-B\end{aligned}\amp=\begin{aligned}1000\\{}+120\end{aligned}\\ \end{align*}

So we have:

\begin{align*} 2A\amp=1120 \end{align*}

Note that the variable \(B\) is eliminated. This happened because the “\({}+B\)” and the “\({}-B\)” were perfectly in shape to cancel each other out. With only one variable left, it doesn't take much to finish:

\begin{align*} 2A\amp=1120\\ A\amp=560 \end{align*}

To finish solving this system of equations, we need the value of \(B\text{.}\) For now, an easy way to find \(B\) is to substitute in our value of \(A\) into one of the original equations:

\begin{align*} A+B\amp=1000\\ \substitute{560}+B\amp=1000\\ B\amp=440 \end{align*}

To check our work, substitute \(A=560\) and \(B=440\) into the original equations:

\begin{align*} A+B\amp=1000\amp A-B\amp=120\\ \substitute{560}+\substitute{440}\amp\stackrel{?}{=}1000\amp \substitute{560}-\substitute{440}\amp\stackrel{?}{=}120\\ 1000\amp\stackrel{\checkmark}{=}1000\amp 120\amp\stackrel{\checkmark}{=}120 \end{align*}

This confirms that our solution is correct. In summary, Alicia should give \(\$560\) to her older grandchild, and \(\$440\) to her younger grandchild.

This method for solving the system of equations in Example 5.3.2 worked because \(B\) and \(-B\) add to zero. Once the \(B\)-terms were eliminated we were able to solve for \(A\text{.}\) This method is called the elimination method. Some textbooks call it the addition method, because we added the corresponding sides from the two equations to eliminate a variable.

If neither variable can be immediately eliminated, we can still use this method but it will require that we first adjust one or both of the equations. Let's look at an example where we need to adjust one of the equations.

Example 5.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

To start, 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, we will multiply each side of the first equation by \(2\) so that we will have \(-8y\text{.}\) We can call this process scaling the first equation by \(2\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}6x-8y\\{}+5x+8y\end{aligned}\amp=\begin{aligned}4\\{}+18\end{aligned}\\ \end{align*}

So we have:

\begin{align*} 11x\amp=22\\ x\amp=2 \end{align*}

To solve for \(y\text{,}\) we will substitute \(2\) for \(x\) into either of the original equations or the new one. We will use the original first 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*}

Our solution is \(x=2\) and \(y=1\text{.}\) We will check this in both of the original equations:

\begin{align*} 5x+8y\amp=18\amp 3x-4y\amp=2\\ 5(\substitute{2})+8(\substitute{1})\amp\stackrel{?}{=}18\amp 3(\substitute{2})-4(\substitute{1})\amp\stackrel{?}{=}2\\ 10+8\amp\stackrel{\checkmark}{=}18\amp 6-4\amp\stackrel{\checkmark}{=}2 \end{align*}

The solution to this system is \((2,1)\) and the solution set is \(\{(2,1)\}\text{.}\)

Checkpoint 5.3.4

Try a similar exercise.

Here's an example where we have to scale both equations.

Example 5.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. We will need to scale both.

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{.}\) 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\{ \begin{alignedat}{4} 6x\amp {}+{} \amp 9y \amp {}={} \amp 30 \\ -6x\amp {}+{} \amp 10y \amp {}={} \amp {-30} \end{alignedat} \right. \end{align*}

At this point we can add the corresponding sides from the two equations and solve for \(y\text{:}\)

\begin{align*} \begin{aligned}6x+9y\\{}-6x+10y\end{aligned}\amp=\begin{aligned}30\\{}-30\end{aligned}\\ \end{align*}

So we have:

\begin{align*} 19y\amp=0\\ y\amp=0 \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 -3x+5y\amp=-15\\ 2(\substitute{5})+3(\substitute{0})\amp\stackrel{?}{=}10 \amp -3(\substitute{5})+5(\substitute{0})\amp\stackrel{?}{=}-15\\ 10+0\amp\stackrel{\checkmark}{=}10 \amp -15+0\amp\stackrel{\checkmark}{=}-15 \end{align*}

So the system's solution is \((5,0)\) and the solution set is \(\{(5,0)\}\text{.}\)

Checkpoint 5.3.6

Try a similar exercise.

Example 5.3.7 Meal Planning

Javed is on a meal plan and needs to consume \(600\) calories and \(20\) grams of fat for breakfast. A small avocado contains \(300\) calories and \(30\) grams of fat. He has bagels that contain \(400\) calories and \(8\) grams of fat. Write and solve a system of equations to determine how much bagel and avocado would combine to make 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. Both \(A\) and \(B\) might be fractions. For our first equation, we will count calories from the avocados and bagels:

\begin{equation*} \left(300\,\tfrac{\text{calories}}{\text{avocado}}\right)(A\,\text{avocados})+\left(400\,\tfrac{\text{calories}}{\text{bagel}}\right)(B\,\text{bagel})=600\,\text{calories} \end{equation*}

Or, without the units:

\begin{equation*} 300A+400B=600 \end{equation*}

Similarly, for our second equation, we will 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{bagel}}\right)(B\,\text{bagel})=20\,\text{g fat} \end{equation*}

Or, without the units:

\begin{equation*} 30A+8B=20 \end{equation*}

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 will be easier to use the elimination method to solve this system. Looking at the terms \(300A\) and \(30A\text{,}\) we can eliminate the \(A\) variable if we multiply the second equation by \(-10\) to get \(-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*} \begin{aligned}300A+400B\\{}-300A-80B\end{aligned}\amp=\begin{aligned}600\\{}-200\end{aligned}\\ \end{align*}

So we have:

\begin{align*} 320B\amp=400\\ \divideunder{320B}{320}\amp=\divideunder{400}{320}\\ B\amp=\frac{5}{4} \end{align*}

We now know that Javed should eat \(\frac{5}{4}\) bagels (or one and one-quarter bagels). To determine the number of avocados, we will substitute \(B\) with \(\frac{5}{4}\) 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*}

To check this result, try using \(B=\frac{5}{4}\) and \(A=\frac{1}{3}\) in each of 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\stackrel{?}{=}600\amp30\left(\substitute{\frac{1}{3}}\right)+8\left(\substitute{\frac{5}{4}}\right)\amp\stackrel{?}{=}20\\ 100+500\amp\stackrel{\checkmark}{=}600\amp10+10\amp\stackrel{\checkmark}{=}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.

Subsection 5.3.2 Solving Special Systems of Equations with Elimination

Remember the two special cases we encountered when solving by graphing and substitution? Sometimes a system of equations has no solutions at all, and sometimes the solution set is infinite with all of the points on one line satisfying the equations. Let's see what happens when we use the elimination method on each of the special cases.

Example 5.3.8 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*}

We might notice that the equations look very similar. Adding the respective sides of the equation, we have:

\begin{equation*} 0=0 \end{equation*}

Both of the variables have been eliminated. Since the statement \(0=0\) is true no matter what \(x\) and \(y\) are, the solution set is infinite. Specifically, you just need any \((x,y)\) satisfying one of the two equations, since the two equations represent the same line. We can write the solution set as \(\{(x,y)\mid 3x+4y=5\}\text{.}\)

Example 5.3.9 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*}

Both of the variables have been eliminated. In this case, the statement \(0=-37\) is just false, no matter what \(x\) and \(y\) are. So the system has no solution.

Subsection 5.3.3 Deciding to Use 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 is a matter of preference.

Example 5.3.10

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:

\begin{equation*} N=3S \end{equation*}

For our 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 must be the actual number of LGBTQ students. Similarly, the south campus has \(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*}

We write the system as:

\begin{equation*} \left\{ \begin{aligned} N\amp=3S \\ 6000N+15000S\amp=1155 \end{aligned} \right. \end{equation*}

Because the first equation is already solved for \(N\text{,}\) this is a good time to not use the elimination method. Instead we can substitute \(N\) in our second equation with \(3S\) 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*}

We can determine \(N\) using the first equation:

\begin{align*} N\amp=3S\\ N\amp=3(0.035)\\ N\amp=0.105 \end{align*}

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. Additionally, if the system's coefficients are fractions or decimals, you may take an additional step to scale the equations so that they only have integer coefficients.

Example 5.3.11

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 cancel the fractions by using the least common multiple of the denominators in each equation, similarly to the topic of Section 3.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 put convert the first equation into standard form by subtracting \(x\) from both sides, and then use elimination. However, the \(x\)-variable in the first equation has a coefficient of \(1\text{,}\) so the substitution method may be faster. Solving for \(x\) in the first equation we have:

\begin{align*} -5y\amp=x+3\\ -5y\subtractright{3}\amp=x+3\subtractright{3}\\ -5y-3\amp=x\\ \end{align*}

Substituting \(-5y-3\) for \(x\) in the second equation we have:

\begin{align*} 5(\substitute{-5y-3})-2y\amp=12\\ -25y-15-2y\amp=12\\ -27y-15\amp=12\\ -27y\amp=27\\ y\amp=-1 \end{align*}

Using the equation where we isolated \(x\) and substituting \(-1\) for \(y\text{,}\) we have:

\begin{align*} -5(\substitute{-1})-3\amp=x\\ 5-3\amp=x\\ 2\amp=x \end{align*}

The solution is \((2,-1)\text{.}\) Checking the solution is left as an exercise.

Example 5.3.12

A penny is made by combining copper and zinc. A chemistry reference source says copper has a density of 9 gcm3 and zinc has a density of 7.1 gcm3 . 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:

\begin{equation*} c+z=0.35\text{.} \end{equation*}

For the second equation, we will examine the masses of copper and zinc. Since copper has a density of 9 gcm3 and we are using \(c\) to represent the volume of copper, the mass of copper is \(9c\text{.}\) Similarly, the mass of zinc is \(7.1\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:

\begin{equation*} 9c+7.1z=2.5\text{.} \end{equation*}

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*}

Since the coefficient of \(c\) (or \(z\)) in the first equation is \(1\text{,}\) we could solve for one of these variables and use substitution to complete the problem. Some decimal arithmetic would be required. Alternatively, we can scale the equations by the right power of \(10\) to make all the coefficients integers:

\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.

To summarize, if a variable is already isolated 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.

Subsection 5.3.4 Exercises

Review and Warmup
1

Solve the equation.

\(\displaystyle{ {{\frac{7}{2}}-8C}={4} }\)

2

Solve the equation.

\(\displaystyle{ {{\frac{3}{8}}-6n}={4} }\)

3

Solve the equation.

\(\displaystyle{ {{\frac{5}{4}}-{\frac{1}{4}}q}={3} }\)

4

Solve the equation.

\(\displaystyle{ {{\frac{9}{10}}-{\frac{1}{10}}x}={10} }\)

5

Solve the equation.

\(\displaystyle{ {\frac{4r}{7}-8}={-{\frac{76}{7}}} }\)

6

Solve the equation.

\(\displaystyle{ {\frac{6t}{5}-6}={-{\frac{72}{5}}} }\)

Solving System of Equations by Elimination
7

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {x+y} \amp = {6} \\ {2x+4y} \amp = {30} \end{aligned}\right. \end{equation*}
8

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {3x+5y} \amp = {10} \\ {2x+y} \amp = {2} \end{aligned}\right. \end{equation*}
9

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {6x+3y} \amp = {-3} \\ {-x+5y} \amp = {-27} \end{aligned}\right. \end{equation*}
10

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-2x+3y} \amp = {19} \\ {2x+2y} \amp = {26} \end{aligned}\right. \end{equation*}
11

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-2x-5y} \amp = {-19} \\ {-5x-2y} \amp = {-37} \end{aligned}\right. \end{equation*}
12

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-5x-2y} \amp = {-33} \\ {-5x-5y} \amp = {-15} \end{aligned}\right. \end{equation*}
13

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {x-y} \amp = {-18} \\ {-4x} \amp = {40} \end{aligned}\right. \end{equation*}
14

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-5x-4y} \amp = {35} \\ {-4x} \amp = {28} \end{aligned}\right. \end{equation*}
15

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {2x+y} \amp = -8 \\ {6x+3y} \amp = -8 \end{aligned}\right. \end{equation*}
16

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {2x+5y} \amp = -8 \\ {8x+20y} \amp = -8 \end{aligned}\right. \end{equation*}
17

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {3x+3y} \amp = -8 \\ {-6x-6y} \amp = 16 \end{aligned}\right. \end{equation*}
18

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {3x+y} \amp = -8 \\ {-12x-4y} \amp = 32 \end{aligned}\right. \end{equation*}
19

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-2y} \amp = {2x+8}\\ {-5x} \amp = {-8+y} \end{aligned} \right. \end{equation*}
20

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {2x} \amp = {-18+y}\\ {-5y+4x+18} \amp = {0} \end{aligned} \right. \end{equation*}
21

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-5x - 3y} \amp = {3}\\ {-4y+x} \amp = {1} \end{aligned} \right. \end{equation*}
22

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-4y+5x} \amp = {-2}\\ {2x+3y} \amp = {3} \end{aligned} \right. \end{equation*}
23

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {4m} \amp = {2b+30}\\ {30 - 3b} \amp = {-m} \end{aligned} \right. \end{equation*}
24

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-4x+18 - r} \amp = {0}\\ {2r+2x - 6} \amp = {0} \end{aligned} \right. \end{equation*}
25

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {3B+C} \amp = {3}\\ {-2C} \amp = {5B+4} \end{aligned} \right. \end{equation*}
26

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-5 - 3n} \amp = {q}\\ {4} \amp = {-2n - 3q} \end{aligned} \right. \end{equation*}
27

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-y} \amp = {-5+4x}\\ {0} \amp = {2x+3y+1} \end{aligned} \right. \end{equation*}
28

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-1} \amp = {-5x+4y}\\ {-y} \amp = {-2x} \end{aligned} \right. \end{equation*}
29

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-5 - {\frac{2}{5}}x+4y} \amp = {0}\\ {0} \amp = {{\frac{3}{5}}x+{\frac{1}{5}}+y} \end{aligned} \right. \end{equation*}
30

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {0} \amp = {{\frac{5}{3}} - 3x+{\frac{1}{2}}y}\\ {y} \amp = {-{\frac{4}{5}}+{\frac{3}{4}}x} \end{aligned} \right. \end{equation*}
31

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-B} \amp = {y - 1}\\ {-{\frac{4}{5}}y - {\frac{1}{5}}} \amp = {-{\frac{5}{4}}B} \end{aligned} \right. \end{equation*}
32

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {-2t+{\frac{5}{3}}} \amp = {2A}\\ {-t} \amp = {{\frac{3}{2}}A+1} \end{aligned} \right. \end{equation*}
33

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {0} \amp = {4q - 2p+12}\\ {-2p+12} \amp = {-4q} \end{aligned} \right. \end{equation*}
34

Solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} {5} \amp = {4b+4A}\\ {-A - b - 2} \amp = {0} \end{aligned} \right. \end{equation*}
35

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {5x+2y} \amp = {{\frac{21}{2}}} \\ {4x-5y} \amp = {-{\frac{129}{20}}} \end{aligned}\right. \end{equation*}
36

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-x-4y} \amp = {-{\frac{72}{11}}} \\ {-3x-3y} \amp = {-{\frac{135}{22}}} \end{aligned}\right. \end{equation*}
37

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {{\frac{1}{5}}x+{\frac{1}{4}}y} \amp = {{\frac{127}{280}}} \\ {{\frac{1}{3}}x-{\frac{1}{2}}y} \amp = {-{\frac{29}{420}}} \end{aligned}\right. \end{equation*}
38

Solve the following system of equations.

\begin{equation*} \left\{\begin{aligned} {-{\frac{1}{5}}x-{\frac{1}{4}}y} \amp = {-{\frac{19}{24}}} \\ {{\frac{1}{4}}x-{\frac{1}{5}}y} \amp = {{\frac{11}{15}}} \end{aligned}\right. \end{equation*}
Applications
39

A test has \(20\) problems, which are worth a total of \(130\) points. There are two types of problems in the test. Each multiple-choice problem is worth \(5\) points, and each short-answer problem is worth \(10\) points. Write and solve a system of equations to answer the following questions.

This test has multiple-choice problems and short-answer problems.

40

Barbara invested a total of \({\$5{,}000}\) in two accounts. One account pays \(5\%\) interest annually; the other pays \(6\%\) interest annually. At the end of the year, Barbara earned a total of \({\$255}\) in interest. Write and solve a system of equations to find how much money Barbara invested in each account.

Barbara invested in the \(5\%\) account and in the \(6\%\) account.

41

Diane invested a total of \({\$10{,}000}\) in two accounts. After a year, one account lost \(6.3\%\text{,}\) while the other account gained \(6.8\%\text{.}\) In total, Diane lost \({\$499}\text{.}\) Write and solve a system of equations to find how much money Diane invested in each.

Diane invested in the account with \(6.3\%\) loss and in the account with \(6.8\%\) gain.

42

Town A and Town B were located close to each other, and recently merged into one city. Town A had a population with \(10\%\) Hispanics. Town B had a population with \(6\%\) Hispanics. After the merge, the new city has a total of \(5000\) residents, with \(7.12\%\) Hispanics. Write and solve a system of equations to find how many residents Town A and Town B used to have.

Town A used to have residents, and Town B used to have residents.

43

You poured some \(8\%\) alcohol solution and some \(12\%\) alcohol solution into a mixing container. Now you have \(680\) grams of \(10 \%\) alcohol solution. Write and solve a system of equations to find how many grams of \(8\%\) solution and how many grams of \(12 \%\) solution you poured into the mixing container.

You mixed grams of \(8\%\) solution with grams of \(12\%\) solution.

44

You will purchase some CDs and DVDs. If you purchase \(13\) CDs and \(5\) DVDs, it will cost you \({\$85.20}\text{;}\) if you purchase \(5\) CDs and \(13\) DVDs, it will cost you \({\$130.80}\text{.}\) Write and solve a system of equations to answer the following questions.

Each CD costs and each DVD costs .

45

A school fund raising event sold a total of \(211\) tickets and generated a total revenue of \({\$861.30}\text{.}\) There are two types of tickets: adult tickets and child tickets. Each adult ticket costs \({\$6.60}\text{,}\) and each child ticket costs \({\$2.75}\text{.}\) Write and solve a system of equations to answer the following questions.

adult tickets and child tickets were sold.

46

Phone Company A charges a monthly fee of \({\$35.80}\text{,}\) and \({\$0.03}\) for each minute of talk time. Phone Company B charges a monthly fee of \({\$25.00}\text{,}\) and \({\$0.07}\) for each minute of talk time. Write and solve a system equation to answer the following questions.

These two companies would charge the same amount on a monthly bill when the talk time was minutes.

47

Company A’s revenue this fiscal year is \({\$805{,}000}\text{,}\) but its revenue is decreasing by \({\$5{,}000}\) each year. Company B’s revenue this fiscal year is \({\$409{,}000}\text{,}\) and its revenue is increasing by \({\$17{,}000}\) each year. Write and solve a system of equations to answer the following question.

After years, Company B will catch up with Company A in revenue.

48

If a boat travels from Town A to Town B, it has to travel \({990\ {\rm mi}}\) along a river. A boat traveled from Town A to Town B along the river’s current with its engine running at full speed. This trip took \({27.5\ {\rm hr}}\text{.}\) Then the boat traveled back from Town B to Town A, again with the engine at full speed, but this time against the river’s current. This trip took \({45\ {\rm hr}}\text{.}\) Write and solve a system of equations to answer the following questions.

The boat’s speed in still water with the engine running at full speed is .

The river current’s speed was .

49

A small fair charges different admission for adults and children. It charges \({\$3.75}\) for adults, and \({\$1}\) for children. On a certain day, the total revenue is \({\$384.25}\) and the fair admits \({200}\) people. How many adults and children were admitted?

There were adults and children at the fair.

Challenge
50

Find the value of \(b\) so that the system of equations has an infinite number of solutions.

\begin{equation*} \left\{\begin{aligned} {-10x+35y} \amp = 25\\ {2x-by} \amp = -5 \end{aligned}\right. \end{equation*}