Skip to main content
permalink

Section 4.3 Elimination

permalink

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

permalink
Figure 4.3.1. Alternative Video Lesson
permalink

Subsection 4.3.1 Solving Systems of Equations by Elimination

permalink
Example 4.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, we can say that A+B=1000. And since she wants to give $120 more to the older grandchild, we can say that AB=120. So we have the system of equations:

{A+B=1000AB=120

We could solve this system by substitution as we learned in Section 4.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:

A+B+AB=1000+120

So we have:

2A=1120

Note that the variable B is eliminated. This happened because the “+B” and the “B” perfectly cancel each other out when they are added. With only one variable left, it doesn't take much to finish:

2A=1120A=560

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

A+B=1000560+B=1000B=440

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

A+B=1000AB=120560+440=?1000560440=?1201000=1000120=120

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

permalinkThis method for solving the system of equations in Example 4.3.2 worked because B and B add to zero. Once the B-terms were eliminated we were able to solve for A. This method is called the elimination method. Some people call it the addition method, because we added the corresponding sides from the two equations to eliminate a variable.

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

permalink
Example 4.3.3. Scaling One Equation.

Solve the system of equations using the elimination method.

{3x4y=25x+8y=18
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 can substitute \(2\) for \(x\) into either of the original equations or the new one. 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*}

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{.}\)

permalink
Checkpoint 4.3.4.

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

permalink
Example 4.3.5. Scaling Both Equations.

Solve the system of equations using the elimination method.

{2x+3y=103x+5y=15
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{.}\)

permalink
Checkpoint 4.3.6.

Try a similar exercise.

permalink
Example 4.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.

permalinkFor summary reference, here is the general procedure.

permalink

Subsection 4.3.2 Solving Special Systems of Equations with Elimination

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

permalink
Example 4.3.9. A System with Infinitely Many Solutions.

Solve the system of equations using the elimination method.

{3x+4y=56x+8y=10
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{.}\)

permalink
Example 4.3.10. A System with No Solution.

Solve the system of equations using the elimination method.

{10x+6y=925x+15y=4
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.

permalink

Subsection 4.3.3 Deciding to Use Substitution versus Elimination

permalinkIn every example so far from this section, both equations were in standard form, Ax+By=C. 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, then it is a matter of preference.

permalink
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:

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

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

permalink
Example 4.3.12.

Solve the system of equations using the method of your choice.

{13y=115x+1552xy=6
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 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 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.

permalink
Example 4.3.13.

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.

permalinkTo summarize, if a variable is already isolated or has a coefficient of 1, consider using the substitution method. If both equations are in standard form or none of the coefficients are equal to 1, 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.

permalink

Reading Questions 4.3.4 Reading Questions

permalink
1.

What is another name that the “elimination method” goes by?

permalink
2.

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

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

permalink

Exercises 4.3.5 Exercises

Review and Warmup
permalink
1.

Solve the equation.

3410x=6

permalink
2.

Solve the equation.

7108r=6

permalink
3.

Solve the equation.

5616a=5

permalink
4.

Solve the equation.

5212b=2

permalink
5.

Solve the equation.

8A99=899

permalink
6.

Solve the equation.

4B57=435

Solving System of Equations by Elimination
permalink
7.

Solve the following system of equations.

{4x+2y=43x+y=7
permalink
8.

Solve the following system of equations.

{x+y=132x+3y=32
permalink
9.

Solve the following system of equations.

{4x2y=425x+2y=48
permalink
10.

Solve the following system of equations.

{5x+3y=184x+6y=90
permalink
11.

Solve the following system of equations.

{4x4y=84x5y=3
permalink
12.

Solve the following system of equations.

{2xy=104x3y=22
permalink
13.

Solve the following system of equations.

{3x+2y=142x=4
permalink
14.

Solve the following system of equations.

{xy=42x=0
permalink
15.

Solve the following system of equations.

{4x+2y=48x4y=4
permalink
16.

Solve the following system of equations.

{4x+y=412x+3y=4
permalink
17.

Solve the following system of equations.

{5x+4y=520x+16y=20
permalink
18.

Solve the following system of equations.

{5x+2y=510x4y=10
permalink
19.

Solve the following system of equations.

{6+C=2q64C=5q
permalink
20.

Solve the following system of equations.

{y=57+4B5y=B38
permalink
21.

Solve the following system of equations.

{5yx=2y+4x=4
permalink
22.

Solve the following system of equations.

{4x+5y=4y2x=1
permalink
23.

Solve the following system of equations.

{y=4x3030+3x+3y=0
permalink
24.

Solve the following system of equations.

{2x=5y+343x+51=y
permalink
25.

Solve the following system of equations.

{y+3=4x14y3x=0
permalink
26.

Solve the following system of equations.

{3=2y+x3x=2y
permalink
27.

Solve the following system of equations.

{3x4y=31x+4y=0
permalink
28.

Solve the following system of equations.

{5n+2c=2n+5=2c
permalink
29.

Solve the following system of equations.

{3p+123c=045+p=13c
permalink
30.

Solve the following system of equations.

{q=35y0=13q52+54y
permalink
31.

Solve the following system of equations.

{C=5+2n12=34C32n
permalink
32.

Solve the following system of equations.

{y434x=02y2x=45
permalink
33.

Solve the following system of equations.

{3x+13=5y12x=20y+52
permalink
34.

Solve the following system of equations.

{0=1+4x+4yx+1+y=0
permalink
35.

Solve the following system of equations.

{x+y=1762x4y=23
permalink
36.

Solve the following system of equations.

{x+y=13123x3y=674
permalink
37.

Solve the following system of equations.

{12x13y=131815x12y=217180
permalink
38.

Solve the following system of equations.

{15x+13y=5920012x+14y=13160
Applications
permalink
39.

A test has 17 problems, which are worth a total of 72 points. There are two types of problems in the test. Each multiple-choice problem is worth 3 points, and each short-answer problem is worth 6 points. Write and solve a system of equations to answer the following questions.

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

permalink
40.

Kandace invested a total of $7,000 in two accounts. One account pays 5% interest annually; the other pays 4% interest annually. At the end of the year, Kandace earned a total of $305 in interest. Write and solve a system of equations to find how much money Kandace invested in each account.

Kandace invested in the 5% account and in the 4% account.

permalink
41.

Adrian invested a total of $12,000 in two accounts. After a year, one account lost 6.8%, while the other account gained 6.9%. In total, Adrian lost $473.50. Write and solve a system of equations to find how much money Adrian invested in each.

Adrian invested in the account with 6.8% loss and in the account with 6.9% gain.

permalink
42.

Town A and Town B were located close to each other, and recently merged into one city. Town A had a population with 12% whites. Town B had a population with 10% whites. After the merge, the new city has a total of 4000 residents, with 10.7% whites. 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.

permalink
43.

You poured some 6% alcohol solution and some 10% alcohol solution into a mixing container. Now you have 600 grams of 8.8% alcohol solution. Write and solve a system of equations to find how many grams of 6% solution and how many grams of 10% solution you poured into the mixing container.

You mixed grams of 6% solution with grams of 10% solution.

permalink
44.

You will purchase some CDs and DVDs. If you purchase 15 CDs and 14 DVDs, it will cost you $165.60; if you purchase 14 CDs and 15 DVDs, it will cost you $166.45. Write and solve a system of equations to answer the following questions.

Each CD costs and each DVD costs .

permalink
45.

A school fund raising event sold a total of 235 tickets and generated a total revenue of $1,085.60. There are two types of tickets: adult tickets and child tickets. Each adult ticket costs $5.80, and each child ticket costs $3.90. Write and solve a system of equations to answer the following questions.

adult tickets and child tickets were sold.

permalink
46.

Phone Company A charges a monthly fee of $42.00, and $0.04 for each minute of talk time. Phone Company B charges a monthly fee of $30.00, and $0.10 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.

permalink
47.

Company A’s revenue this fiscal year is $843,000, but its revenue is decreasing by $8,000 each year. Company B’s revenue this fiscal year is $634,000, and its revenue is increasing by $11,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.

permalink
48.

If a boat travels from Town A to Town B, it has to travel 1190 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 42.5 hr. 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 119 hr. 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 .

permalink
49.

A small fair charges different admission for adults and children. It charges $2.50 for adults, and $1.50 for children. On a certain day, the total revenue is $3,764 and the fair admits 2000 people. How many adults and children were admitted?

There were adults and children at the fair.

Challenge
permalink
50.

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

{16x+28y=44xby=1