4. Systems of Equations

4.3 Solve Systems of Equations by Elimination

Lynn Marecek and MaryAnne Anthony-Smith

Learning Objectives

By the end of this section it is expected that you will be able to:

  • Solve a system of equations by elimination
  • Solve applications of systems of equations by elimination
  • Choose the most convenient method to solve a system of linear equations

We have solved systems of linear equations by graphing and by substitution. Graphing works well when the variable coefficients are small and the solution has integer values. Substitution works well when we can easily solve one equation for one of the variables and not have too many fractions in the resulting expression.

The third method of solving systems of linear equations is called the Elimination Method. When we solved a system by substitution, we started with two equations and two variables and reduced it to one equation with one variable. This is what we’ll do with the elimination method, too, but we’ll have a different way to get there.

Solve a System of Equations by Elimination

The Elimination Method is based on the Addition Property of Equality. The Addition Property of Equality says that when you add the same quantity to both sides of an equation, you still have equality. We will extend the Addition Property of Equality to say that when you add equal quantities to both sides of an equation, the results are equal.

For any expressions a, b, c, and d,

\begin{array}{cccc}\text{if}\hfill & \hfill a& =\hfill & b\hfill \\ \text{and}\hfill & \hfill c& =\hfill & d\hfill \\ \text{then}\hfill & \hfill a+c& =\hfill & b+d\hfill \end{array}

To solve a system of equations by elimination, we start with both equations in standard form. Then we decide which variable will be easiest to eliminate. How do we decide? We want to have the coefficients of one variable be opposites, so that we can add the equations together and eliminate that variable.

Notice how that works when we add these two equations together:

\begin{array}{ccccc}3x+y=5\hfill \\ \text{}{2x-y=0}\hfill \\ 5x\phantom{\rule{1.7em}{0ex}}=5\hfill \end{array}
The y’s add to zero and we have one equation with one variable.

Let’s try another one:

\left\{\begin{array}{c}x+4y=2\hfill \\ 2x+5y=-2\hfill \end{array}

This time we don’t see a variable that can be immediately eliminated if we add the equations.

But if we multiply the first equation by −2, we will make the coefficients of x opposites. We must multiply every term on both sides of the equation by −2.

This figure shows two equations. The first is negative 2 times x plus 4y in parentheses equals negative 2 times 2. The second is 2x + 5y = negative 2. This figure shows two equations. The first is negative 2x minus 8y = negative 4. The second is 2x + 5y = -negative 2.

Now we see that the coefficients of the x terms are opposites, so x will be eliminated when we add these two equations.

Add the equations yourself—the result should be −3y = −6. And that looks easy to solve, doesn’t it? Here is what it would look like.

This figure shows two equations being added together. The first is negative 2x – 8y = −4 and 2x plus 5y = negative 2. The answer is negative 3y = negative 6.

We’ll do one more:

\left\{\begin{array}{c}4x-3y=10\hfill \\ 3x+5y=-7\hfill \end{array}

It doesn’t appear that we can get the coefficients of one variable to be opposites by multiplying one of the equations by a constant, unless we use fractions. So instead, we’ll have to multiply both equations by a constant.

We can make the coefficients of x be opposites if we multiply the first equation by 3 and the second by −4, so we get 12x and −12x.

This figure shows two equations. The first is 3 times 4x minus 3y in parentheses equals 3 times 10. The second is negative 4 times 3x plus 5y in parentheses equals negative 4 times negative 7.

This gives us these two new equations:

\left\{\begin{array}{c}\phantom{\rule{1.1em}{0ex}}12x-9y=30\hfill \\ -12x-20y=28\hfill \end{array}

When we add these equations,

\begin{array}{ccc}\left\{\begin{array}{c}\phantom{\rule{1.1em}{0ex}}12x-9y=30\hfill \\ \text{}{-12x-20y=28}\hfill \end{array}\\ \hfill -29y=58\end{array}

the x’s are eliminated and we just have −29y = 58.

Once we get an equation with just one variable, we solve it. Then we substitute that value into one of the original equations to solve for the remaining variable. And, as always, we check our answer to make sure it is a solution to both of the original equations.

Now we’ll see how to use elimination to solve the same system of equations we solved by graphing and by substitution.

EXAMPLE 1

How to Solve a System of Equations by Elimination

Solve the system by elimination. \left\{\begin{array}{c}2x+y=7\hfill \\ x-2y=6\hfill \end{array}

Solution

This figure has seven rows and three columns. The first row reads, “Step 1. Write both equations in standard form. If any coefficients are fractions, clear them.” It also says, “Both equations are in standard form, A x + B y = C. There are no fractions.” It also gives the two equations as 2x + y = 7 and x – 2y = 6.The second row reads, “Step 2: Make the coefficients of one variable opposites. Decide which variable you will eliminate. Multiply one or both equations so that the coefficients of that variable are opposites.” It also says, “We can eliminate the y’s by multiplying the first equation by 2. Multiply both sides of 2x + y = 7 by 2.” It also shows the steps with equations. Initially the equations are ex + y = 7 and x – 2y = 6. Then they become 2(2x + y) = 2 times 7 and x – 2y = 6. They then become 4x + 2y = 14 and x – 2y = 6.The third row says, “Step 3: Add the equations resulting from step 2 to eliminate one variable.” It also says, “We add the x’s, y’s, and constants.” It then gives the equation as 5x = 20.The fourth row says, “Step 4: Solve for the remaining variable.” It also says, “Solve for x.” It gives the equation as x = 4.The fifth row says, “Step 5: Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.” It also says, “Substitute x = 4 into the second equation, x – 2y = 6. Then solve for y.” It then gives the equations as x – 2y = 6 which becomes 4 – 2y = 6. This is then −2y = 2, and thus, y = −1.The sixth row says, “Step 6: Write the solution as an order pair.” It also says, “Write it as (x, y).” It gives the ordered pair as (4, −1).The seventh row says, “Step 7: Check that the ordered pair is a solution to both original equations.” It also says, “Substitute (4, −1) into 2x + y = 7 and x – 2y = 6. Do they make both equations true? Yes!” It then gives the equations. 2x + y = 7 becomes 2 times 4 + −1 = 7 which is 7 = 7. x – 2y = 6 becomes 4 – 2 times −1 = 6 which is 6 = 6. The row then says, “The solution is (4, −1).”

TRY IT 1

Solve the system by elimination. \left\{\begin{array}{c}3x+y=5\hfill \\ 2x-3y=7\hfill \end{array}

Show answer

\left(2,-1\right)

The steps are listed below for easy reference.

How to solve a system of equations by elimination.

  1. Write both equations in standard form. If any coefficients are fractions, clear them.
  2. Make the coefficients of one variable opposites.
    • Decide which variable you will eliminate.
    • Multiply one or both equations so that the coefficients of that variable are opposites.
  3. Add the equations resulting from Step 2 to eliminate one variable.
  4. Solve for the remaining variable.
  5. Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.
  6. Write the solution as an ordered pair.
  7. Check that the ordered pair is a solution to both original equations.

First we’ll do an example where we can eliminate one variable right away.

EXAMPLE 2

Solve the system by elimination. \left\{\begin{array}{c}x+y=10\hfill \\ x-y=12\hfill \end{array}

Solution
.
Both equations are in standard form.
The coefficients of y are already opposites.
Add the two equations to eliminate y.
The resulting equation has only 1 variable, x.
.
Solve for x, the remaining variable.

Substitute x = 11 into one of the original equations.
.
.
Solve for the other variable, y. .
Write the solution as an ordered pair. The ordered pair is (11, −1).
Check that the ordered pair is a solution
to both original equations.

\begin{array}{cccc}\begin{array}{ccc}\hfill x+y& =\hfill & 10\hfill \\ \hfill 11+\left(-1\right)& \stackrel{?}{=}\hfill & 10\hfill \\ \hfill 10& =\hfill & 10\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}& & & \begin{array}{ccc}\hfill x-y& =\hfill & 12\hfill \\ \hfill 11-\left(-1\right)& \stackrel{?}{=}\hfill & 12\hfill \\ \hfill 12& =\hfill & 12\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}\end{array}
The solution is (11, −1).

TRY IT 2

Solve the system by elimination. \left\{\begin{array}{c}2x+y=5\hfill \\ x-y=4\hfill \end{array}

Show answer

\left(3,-1\right)

In the next example, we will be able to make the coefficients of one variable opposites by multiplying one equation by a constant.

EXAMPLE 3

Solve the system by elimination. \left\{\begin{array}{c}3x-2y=-2\hfill \\ 5x-6y=10\hfill \end{array}

Solution
.
Both equations are in standard form.
None of the coefficients are opposites.
We can make the coefficients of y opposites by multiplying
the first equation by −3.
.
Simplify. .
Add the two equations to eliminate y. .
Solve for the remaining variable, x.
Substitute x = −4 into one of the original equations.
.
.
Solve for y. .
.
.
Write the solution as an ordered pair. The ordered pair is (−4, −5).
Check that the ordered pair is a solution to
both original equations.

\begin{array}{cccc}\begin{array}{ccc}\hfill 3x-2y& =\hfill & -2\hfill \\ \hfill 3\left(-4\right)-2\left(-5\right)& \stackrel{?}{=}\hfill & -2\hfill \\ \hfill -12+10& \stackrel{?}{=}\hfill & -2\hfill \\ \hfill -2y& =\hfill & -2\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}& & & \begin{array}{ccc}\hfill 5x-6y& =\hfill & 10\hfill \\ \hfill 3\left(-4\right)-6\left(-5\right)& \stackrel{?}{=}\hfill & 10\hfill \\ \hfill -20+30& \stackrel{?}{=}\hfill & 10\hfill \\ \hfill 10& =\hfill & 10\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}\end{array}
The solution is (−4, −5).

TRY IT 3

Solve the system by elimination. \left\{\begin{array}{c}4x-3y=1\hfill \\ 5x-9y=-4\hfill \end{array}

Show answer

\left(1,1\right)

Now we’ll do an example where we need to multiply both equations by constants in order to make the coefficients of one variable opposites.

EXAMPLE 4

Solve the system by elimination. \left\{\begin{array}{c}4x-3y=9\hfill \\ 7x+2y=-6\hfill \end{array}

Solution

In this example, we cannot multiply just one equation by any constant to get opposite coefficients. So we will strategically multiply both equations by a constant to get the opposites.

.
Both equations are in standard form. To get opposite
coefficients of y, we will multiply the first equation by 2
and the second equation by 3.
.
Simplify. .
Add the two equations to eliminate y. .
Solve for x.

Substitute x = 0 into one of the original equations.
.
.
Solve for y. .
.
Write the solution as an ordered pair. The ordered pair is (0, −3).
Check that the ordered pair is a solution to
both original equations.

\begin{array}{cccc}\begin{array}{ccc}\hfill 4x-3y& =\hfill & 9\hfill \\ \hfill 4\left(0\right)-3\left(-3\right)& \stackrel{?}{=}\hfill & 9\hfill \\ \hfill 9& =\hfill & 9\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}& & & \begin{array}{ccc}\hfill 7x+2y& =\hfill & -6\hfill \\ \hfill 7\left(0\right)+2\left(-3\right)& \stackrel{?}{=}\hfill & -6\hfill \\ \hfill -6& =\hfill & -6\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}\end{array}
The solution is (0, −3).

What other constants could we have chosen to eliminate one of the variables? Would the solution be the same?

TRY IT 4

Solve the system by elimination. \left\{\begin{array}{c}3x-4y=-9\hfill \\ 5x+3y=14\hfill \end{array}

Show answer

\left(1,3\right)

When the system of equations contains fractions, we will first clear the fractions by multiplying each equation by its LCD.

EXAMPLE 5

Solve the system by elimination. \left\{\begin{array}{c}x+\frac{1}{2}y=6\hfill \\ \frac{3}{2}x+\frac{2}{3}y=\frac{17}{2}\hfill \end{array}

Solution

In this example, both equations have fractions. Our first step will be to multiply each equation by its LCD to clear the fractions.

.
To clear the fractions, multiply each equation by its LCD. .
Simplify. .
Now we are ready to eliminate one of the variables. Notice that
both equations are in standard form.
We can eliminate y multiplying the top equation by −4. .
Simplify and add.



Substitute x = 3 into one of the original equations.
.
Solve for y. .
.
.
Write the solution as an ordered pair. The ordered pair is (3, 6).
Check that the ordered pair is a solution
to both original equations.

\begin{array}{cccc}\begin{array}{ccc}\hfill x+\frac{1}{2}y& =\hfill & 6\hfill \\ \hfill 3+\frac{1}{2}\left(6\right)& \stackrel{?}{=}\hfill & 6\hfill \\ \hfill 3+6& \stackrel{?}{=}\hfill & 6\hfill \\ \hfill 6& =\hfill & 6\phantom{\rule{0.2em}{0ex}}✓\hfill \\ \\ \\ \\ \\ \end{array}& & & \begin{array}{ccc}\hfill \frac{3}{2}x+\frac{2}{3}y& =\hfill & \frac{17}{2}\hfill \\ \hfill \frac{3}{2}\left(3\right)+\frac{2}{3}\left(6\right)& \stackrel{?}{=}\hfill & \frac{17}{2}\hfill \\ \hfill \frac{9}{2}+4& \stackrel{?}{=}\hfill & \frac{17}{2}\hfill \\ \hfill \frac{9}{2}+\frac{8}{2}& \stackrel{?}{=}\hfill & \frac{17}{2}\hfill \\ \hfill \frac{17}{2}& =\hfill & \frac{17}{2}\phantom{\rule{0.2em}{0ex}}✓\hfill \end{array}\end{array}
The solution is (3, 6).

TRY IT 5

Solve the system by elimination. \left\{\begin{array}{c}\frac{1}{3}x-\frac{1}{2}y=1\hfill \\ \frac{3}{4}x-y=\frac{5}{2}\hfill \end{array}

Show answer

\left(6,2\right)

When we were solving systems of linear equations by graphing, we saw that not all systems of linear equations have a single ordered pair as a solution. When the two equations were really the same line, there were infinitely many solutions. We called that a consistent system. When the two equations described parallel lines, there was no solution. We called that an inconsistent system.

EXAMPLE 6

Solve the system by elimination:

a) \left\{\begin{array}{c}3x+4y=12\hfill \\ y=3-\frac{3}{4}x\hfill \end{array}

b) \left\{\begin{array}{c}5x-3y=15\hfill \\ y=-5+\frac{5}{3}x\hfill \end{array}

c) \left\{\begin{array}{c}x+2y=6\hfill \\ y=-\frac{1}{2}x+3\hfill \end{array}

d)\left\{\begin{array}{c}-6x+15y=10\hfill \\ 2x-5y=-5\hfill \end{array}

 

Solution
a) \left\{\begin{array}{c}3x+4y=12\hfill \\ y=3-\frac{3}{4}x\hfill \end{array}
Write the second equation in standard form. \left\{\begin{array}{ccc}\hfill 3x+4y& =\hfill & 12\hfill \\ \hfill \frac{3}{4}x+y& =\hfill & 3\hfill \end{array}
Clear the fractions by multiplying the second equation by 4. \left\{\begin{array}{ccc}\hfill 3x+4y& =\hfill & 12\hfill \\ \hfill 4\left(\frac{3}{4}x+y\right)& =\hfill & 4\left(3\right)\hfill \end{array}
Simplify. \left\{\begin{array}{ccc}\hfill 3x+4y& =\hfill & 12\hfill \\ \hfill 3x+4y& =\hfill & 12\hfill \end{array}
To eliminate a variable, we multiply the second equation by -1
Simplify and add.
\begin{array}{c}\phantom{\rule{0.2em}{0ex}}\text{}{\left\{\begin{array}{ccc}\hfill 3x+4y& =\hfill & 12\hfill \\ \hfill -3x-4y& =\hfill & -12\hfill \end{array}}\hfill \\ \hfill 0=0\hfill \end{array}
This is a true statement. The equations are consistent but dependent. Their graphs would be the same line. The system has infinitely many solutions.
After we cleared the fractions in the second equation, did you notice that the two equations were the same? That means we have coincident lines.
b)

\left\{\begin{array}{c}5x-3y=15\hfill \\ y=-5+\frac{5}{3}x\hfill \end{array}

infinitely many solutions
c) \left\{\begin{array}{c}x+2y=6\hfill \\ y=-\frac{1}{2}x+3\hfill \end{array}
infinitely many solutions
d) \left\{\begin{array}{c}-6x+15y=10\hfill \\ 2x-5y=-5\hfill \end{array}
The equations are in standard form. \left\{\begin{array}{ccc}\hfill -6x+15y& =\hfill & 10\hfill \\ \hfill 2x-5y& =\hfill & -5\hfill \end{array}
Multiply the second equation by 3 to eliminate a variable. \left\{\begin{array}{ccc}\hfill -6x+15y& =\hfill & 10\hfill \\ \hfill 3\left(2x-5y\right)& =\hfill & 3\left(-5\right)\hfill \end{array}
Simplify and add. \begin{array}{c}\text{}{\left\{\begin{array}{ccc}\hfill -6x+15y& =\hfill & \phantom{\rule{0.5em}{0ex}}10\hfill \\ \hfill 6x-15y& =\hfill & -15\hfill \end{array}}\\ \hfill 0\ne -5\hfill \end{array}
This statement is false. The equations are inconsistent and so their graphs would be parallel lines.
The system does not have a solution.

TRY IT 6

Solve the system by elimination. \left\{\begin{array}{c}-3x+2y=8\hfill \\ 9x-6y=13\hfill \end{array}

Show answer

no solution

Solve Applications of Systems of Equations by Elimination

Some applications problems translate directly into equations in standard form, so we will use the elimination method to solve them. As before, we use our Problem Solving Strategy to help us stay focused and organized.

EXAMPLE 7

The sum of two numbers is 39. Their difference is 9. Find the numbers.

Solution
Step 1. Read the problem.
Step 2. Identify what we are looking for. We are looking for two numbers.
Step 3. Name what we are looking for. 
Choose a variable to represent that quantity.
Let n= the first number. 
m= the second number.
Step 4. Translate into a system of equations.



The system is:
The sum of two numbers is 39. 
n+m=39
Their difference is 9. 
\begin{array}{c}\hfill n-m=9\hfill \\ \hfill \left\{\begin{array}{c}n+m=39\hfill \\ n-m=9\hfill \end{array}\hfill \end{array}
Step 5. Solve the system of equations. 
To solve the system of equations, use elimination. 
The equations are in standard form and the coefficients of m are opposites. Add. 


Solve for n


Substitute n=24 into one of the original equations and solve for m.
\begin{array}{c}\hfill \text{}{\left\{\begin{array}{c}n+m=39\hfill \\ n-m=9\hfill \end{array}}\hfill \\ \hfill 2n\phantom{\rule{1.8em}{0ex}}=48\hfill \\ \\ \hfill \phantom{\rule{2.21em}{0ex}}n=24\hfill \\ \hfill n+m=39\\ \hfill 24+m=39\\ \hfill m=15\end{array}
Step 6. Check the answer. Since 24+15=39 and 24-15=9, the answers check.
Step 7. Answer the question. The numbers are 24 and 15.

TRY IT 7

The sum of two numbers is 42. Their difference is 8. Find the numbers.

Show answer

The numbers are 25 and 17.

EXAMPLE 8

Joe stops at a burger restaurant every day on his way to work. Monday he had one order of medium fries and two small sodas, which had a total of 620 calories. Tuesday he had two orders of medium fries and one small soda, for a total of 820 calories. How many calories are there in one order of medium fries? How many calories in one small soda?

Solution
Step 1. Read the problem.
Step 2. Identify what we are looking for. We are looking for the number of
calories in one order of medium fries
and in one small soda.
Step 3. Name what we are looking for. Let f = the number of calories in
1 order of medium fries.
   s = the number of calories in
1 small soda.
Step 4. Translate into a system of equations: one medium fries and two small sodas had a
total of 620 calories
.
two medium fries and one small soda had a
total of 820 calories.
.
Our system is: .
Step 5. Solve the system of equations.
To solve the system of equations, use
elimination. The equations are in standard
form. To get opposite coefficients of f,
multiply the top equation by −2.
.
Simplify and add. .
Solve for s. .
Substitute s = 140 into one of the original
equations and then solve for f.
.
.
.
.
Step 6. Check the answer. Verify that these numbers make sense
in the problem and that they are
solutions to both equations.
We leave this to you!
Step 7. Answer the question. The small soda has 140 calories and
the fries have 340 calories.

TRY IT 8

Malik stops at the grocery store to buy a bag of diapers and 2 cans of formula. He spends a total of $37. The next week he stops and buys 2 bags of diapers and 5 cans of formula for a total of $87. How much does a bag of diapers cost? How much is one can of formula?

Show answer

The bag of diapers costs ?11 and the can of formula costs ?13.

Choose the Most Convenient Method to Solve a System of Linear Equations

When you will have to solve a system of linear equations in a later math class, you will usually not be told which method to use. You will need to make that decision yourself. So you’ll want to choose the method that is easiest to do and minimizes your chance of making mistakes.

This table has two rows and three columns. The first row labels the columns as “Graphing,” “Substitution,” and “Elimination.” Under “Graphing” it says, “Use when you need a picture of the situation.” Under “Substitution” it says, “Use when one equation is already solved for one variable.” Under “Elimination” it says, “Use when the equations are in standard form.”

EXAMPLE 9

For each system of linear equations decide whether it would be more convenient to solve it by substitution or elimination. Explain your answer.

a) \left\{\begin{array}{c}3x+8y=40\hfill \\ 7x-4y=-32\hfill \end{array}

b) \left\{\begin{array}{c}5x+6y=12\hfill \\ y=\frac{2}{3}x-1\hfill \end{array}

Solution

a) \begin{array}{ccc}& & \left\{\begin{array}{c}3x+8y=40\hfill \\ 7x-4y=-32\hfill \end{array}\hfill \end{array}
Since both equations are in standard form, using elimination will be most convenient.

b) \begin{array}{ccc}& & \left\{\begin{array}{c}5x+6y=12\hfill \\ y=\frac{2}{3}x-1\hfill \end{array}\hfill \end{array}
Since one equation is already solved for y, using substitution will be most convenient.

TRY IT 9

For each system of linear equations, decide whether it would be more convenient to solve it by substitution or elimination. Explain your answer.

a) \left\{\begin{array}{c}4x-5y=-32\hfill \\ 3x+2y=-1\hfill \end{array}

b) \left\{\begin{array}{c}x=2y-1\hfill \\ 3x-5y=-7\hfill \end{array}

Show answer

a) Since both equations are in standard form, using elimination will be most convenient.

b) Since one equation is already solved for x, using substitution will be most convenient.

Access these online resources for additional instruction and practice with solving systems of linear equations by elimination.

Key Concepts

  • To Solve a System of Equations by Elimination
    1. Write both equations in standard form. If any coefficients are fractions, clear them.
    2. Make the coefficients of one variable opposites.
      • Decide which variable you will eliminate.
      • Multiply one or both equations so that the coefficients of that variable are opposites.
    3. Add the equations resulting from Step 2 to eliminate one variable.
    4. Solve for the remaining variable.
    5. Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.
    6. Write the solution as an ordered pair.
    7. Check that the ordered pair is a solution to both original equations.

4.3 Exercise Set

In the following exercises, solve the systems of equations by elimination.

  1. \left\{\begin{array}{c}-3x+y=-9\hfill \\ x-2y=-12\hfill \end{array}
  2. \left\{\begin{array}{c}3x-y=-7\hfill \\ 4x+2y=-6\hfill \end{array}
  3. \left\{\begin{array}{c}x+y=-8\hfill \\ x-y=-6\hfill \end{array}
  4. \left\{\begin{array}{c}-7x+6y=-10\hfill \\ x-6y=22\hfill \end{array}
  5. \left\{\begin{array}{c}5x+2y=1\hfill \\ -5x-4y=-7\hfill \end{array}
  6. \left\{\begin{array}{c}3x-4y=-11\hfill \\ x-2y=-5\hfill \end{array}
  7. \left\{\begin{array}{c}6x-5y=-75\hfill \\ -x-2y=-13\hfill \end{array}
  8. \left\{\begin{array}{c}2x-5y=7\hfill \\ 3x-y=17\hfill \end{array}
  9. \left\{\begin{array}{c}7x+y=-4\hfill \\ 13x+3y=4\hfill \end{array}
  10. \left\{\begin{array}{c}3x-5y=-9\hfill \\ 5x+2y=16\hfill \end{array}
  11. \left\{\begin{array}{c}4x+7y=14\hfill \\ -2x+3y=32\hfill \end{array}
  12. \left\{\begin{array}{c}3x+8y=-3\hfill \\ 2x+5y=-3\hfill \end{array}
  13. \left\{\begin{array}{c}3x+8y=67\hfill \\ 5x+3y=60\hfill \end{array}
  14. \left\{\begin{array}{c}\frac{1}{3}x-y=-3\hfill \\ x+\frac{5}{2}y=2\hfill \end{array}
  15. \left\{\begin{array}{c}x+\frac{1}{3}y=-1\hfill \\ \frac{1}{2}x-\frac{1}{3}y=-2\hfill \end{array}
  16. \left\{\begin{array}{c}2x+y=3\hfill \\ 6x+3y=9\hfill \end{array}
  17. \left\{\begin{array}{c}-3x-y=8\hfill \\ 6x+2y=-16\hfill \end{array}
  18. \left\{\begin{array}{c}3x+2y=6\hfill \\ -6x-4y=-12\hfill \end{array}
  19. \left\{\begin{array}{c}-11x+12y=60\hfill \\ -22x+24y=90\hfill \end{array}
  20. \left\{\begin{array}{c}5x-3y=15\hfill \\ y=\frac{5}{3}x-2\hfill \end{array}

In the following exercises, translate to a system of equations and solve.

  1. The sum of two numbers is 65. Their difference is 25. Find the numbers.
  2. The sum of two numbers is −27. Their difference is −59. Find the numbers.
  3. Andrea is buying some new shirts and sweaters. She is able to buy 3 shirts and 2 sweaters for $114 or she is able to buy 2 shirts and 4 sweaters for $164. How much does a shirt cost? How much does a sweater cost?
  4. The total amount of sodium in 2 hot dogs and 3 cups of cottage cheese is 4720 mg. The total amount of sodium in 5 hot dogs and 2 cups of cottage cheese is 6300 mg. How much sodium is in a hot dog? How much sodium is in a cup of cottage cheese?

In the following exercises, decide whether it would be more convenient to solve the system of equations by substitution or elimination.

    1. \left\{\begin{array}{c}8x-15y=-32\hfill \\ 6x+3y=-5\hfill \end{array}
    2. \left\{\begin{array}{c}x=4y-3\hfill \\ 4x-2y=-6\hfill \end{array}
    1. \left\{\begin{array}{c}y=4x+9\hfill \\ 5x-2y=-21\hfill \end{array}
    2. \left\{\begin{array}{c}9x-4y=24\hfill \\ 3x+5y=-14\hfill \end{array}
  1. Norris can row 3 miles upstream against the current in the same amount of time it takes him to row 5 miles downstream, with the current. Solve the system. \left\{\begin{array}{c}r-c=3\hfill \\ r+c=5\hfill \end{array}
    1. for r, his rowing speed in still water.
    2. Then solve for c, the speed of the river current.

Answers:

  1. (6, 9)
  2. \left(-2,1\right)
  3. \left(-7,-1\right)
  4. \left(-2,-4\right)
  5. \left(-1,3\right)
  6. \left(-1,2\right)
  7. \left(-5,9\right)
  8. (6, 1)
  9. \left(-2,10\right)
  10. (2, 3)
  11. \left(-7,6\right)
  12. \left(-9,3\right)
  13. (9, 5)
  14. \left(-3,2\right)
  15. \left(-2,3\right)
  16. infinitely many solutions
  17. infinitely many solutions
  18. infinitely many solutions
  19. inconsistent, no solution
  20. inconsistent, no solution
  21. The numbers are 20 and 45.
  22. The numbers are 16 and −43.
  23. A shirt costs $16 and a sweater costs $33.
  24. There are 860 mg in a hot dog. There are 1,000 mg in a cup of cottage cheese.
    1. elimination
    2. substitution
    1. substitution
    2. elimination
    1. r=4
    2. c=1

License

Icon for the Creative Commons Attribution 4.0 International License

Business/Technical Mathematics Copyright © 2021 by Lynn Marecek and MaryAnne Anthony-Smith is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book