Elementary Algebra 2e — Original English

Solving Systems of Equations by Substitution

Solving systems of linear equations by graphing is a good way to visualize the types of solutions that may result. However, there are many cases where solving a system by graphing is inconvenient or imprecise. If the graphs extend beyond the small grid with x and y both between −10 and 10, graphing the lines may be cumbersome. And if the solutions to the system are not integers, it can be hard to read their values precisely from a graph.

In this section, we will solve systems of linear equations by the substitution method.

Solve a System of Equations by Substitution

We will use the same system we used first for graphing.

{2x+y=7x2y=6

We will first solve one of the equations for either x or y. We can choose either equation and solve for either variable—but we’ll try to make a choice that will keep the work easy.

Then we substitute that expression into the other equation. The result is an equation with just one variable—and we know how to solve those!

After we find the value of one variable, we will substitute that value into one of the original equations and solve for the other variable. Finally, we check our solution and make sure it makes both equations true.

We’ll fill in all these steps now in Example 1.

How to Solve a System of Equations by Substitution

Solve the system by substitution. {2x+y=7x2y=6

 

 

 

Solution

Solution

This figure has three columns and six rows. The first row says, “Step 1. Solve one of the equations for either variable.” To the right of this, the middl row reads, “We’ll solve the first equation for y.” The third column shows the two equations: 2x + y = 7 and x – 2y = 6. It shows that 2x + y = 7 becomes y = 7 – 2x. The second row reads, “Step 2. Substitute the expression from Step 1 into the other equation.” Then, “We replace y in the second equation with the expression 7 – 2x.” It then shows the x – 2y = 6 becomes x – 2(7 – 2x) = 6. The third row says, “Step 3: Solve the resulting equation.” Then “Now we have an equation with just 1 variable. WE know how to solve this!” It then shows that x – 2(7 – 2x) = 6 becomes x – 14 + 4x = 6 which becomes 5x = 20. Thus x = 4. The fourth row says, “Step 4. Substitute the solution in Step 3 into one of the original quaitons to find the other variable.” Then, “We’ll use the first equation and replace x with 4.” Then it shows that 2x + y = 7 becomes 2(4) + y = 7. This becomes 8 + y = 7, and thus y = −1. The fifth row reads, “Step 5. Write the solution as an ordered pair.” Then “The ordered air is (x, y).” Then (4, −1). The sixth row reads, “Step 6. Check that the order pair is a solution to both original equations.” Then, “Substitute (4, −1) into both equations and make sure they are both true.” It then shows that 2x + y = 7 becomxe 2(4) + −1 = 7, and thus 7 = 7. It also shows that x – 2y = 6 becomes 4 – 2(−1) = 6, and thus 6−6. It also states, “Both equations are ture. (4, −1) is the solution to the system.”

If one of the equations in the system is given in slope–intercept form, Step 1 is already done! We’ll see this in Example 2.

Solve the system by substitution.

{x+y=−1y=x+5

Solution

Solution

The second equation is already solved for y. We will substitute the expression in place of y in the first equation.
A system of two linear equations is displayed. The first equation is x + y = -1, and the second equation is y = x + 5. A light blue brace on the left groups the two equations together.
The second equation is already solved for y.
We will substitute into the first equation.
Replace the y with x + 5. A system of two linear equations is displayed. The first equation, y = x + 5, is circled in red, with an arrow pointing to the second equation, x + y = -1, suggesting substitution.
Solve the resulting equation for x. A math equation showing 'X + X + 5 = -1' with the second 'X' and '5' in a reddish hue, displayed against a white background.
A mathematical equation is displayed, showing '2x + 5 = -1' in a clear, digital font against a white background.
A mathematical equation is displayed on a white background, reading '2x = -6' in gray text. The equation shows two times 'x' equals negative six.
Substitute x = −3 into y = x + 5 to find y. An algebraic problem illustrating the substitution of x = -3 into the equation y = x + 5.
A mathematical equation is displayed on a white background, which reads 'y = -3 + 5'. The number '3' is highlighted in red, indicating a negative value in the sum.
The ordered pair is (−3, 2). The equation y=2 is displayed on a white background, representing a horizontal line in a Cartesian coordinate system where the y-coordinate is consistently 2.
Check the ordered pair in both equations:

x+y=13+2=?11=1y=x+52=?3+52=2
The solution is (−3, 2).

If the equations are given in standard form, we’ll need to start by solving for one of the variables. In this next example, we’ll solve the first equation for y.

Solve the system by substitution. {3x+y=52x+4y=−10

Solution

Solution

We need to solve one equation for one variable. Then we will substitute that expression into the other equation.
Solve for y.

Substitute into the other equation.
An image illustrating the substitution method for solving a system of linear equations. The first equation, 3x + y = 5, is rewritten as y = -3x + 5. This expression for y is then substituted into the second equation, 2x + 4y = -10, as indicated by the red arrow.
Replace the y with −3x + 5. A mathematical equation is displayed against a white background: 2x + 4(-3x + 5) = -10. The numbers and variables are in a dark gray font, while the '-3x + 5' inside the parentheses is highlighted in red.
Solve the resulting equation for x. A mathematical equation is displayed on a white background: 2x - 12x + 20 = -10. The equation involves a variable 'x' and numerical constants, with subtraction, addition, and equality operations.
A mathematical equation is displayed with the expression '-10x + 20 = -10' in dark gray text against a plain white background.
A mathematical equation displays '-10x = -30' against a white background.
Substitute x = 3 into 3x + y = 5 to find y. An image displays the algebraic expression 'x = 3' circled in red, with an arrow pointing from it to the equation '3x + y = 5,' indicating the substitution of the value of x into the equation.
A mathematical equation is displayed on a white background, reading '3(3) + y = 5'. The first '3' is black, the second '3' inside the parentheses is red, and the rest of the equation is black. This simplifies to 9 + y = 5, so y = -4.
A mathematical equation is displayed on a white background: 9 + y = 5.
The ordered pair is (3, −4). The equation y = -4 is displayed in black text on a white background.
Check the ordered pair in both equations:

3x+y=53·3+(4)=?594=?55=52x+4y=102·3+4(4)=10616=?1010=10
The solution is (3, −4).

In Example 3 it was easiest to solve for y in the first equation because it had a coefficient of 1. In Example 4 it will be easier to solve for x.

Solve the system by substitution. {x2y=−23x+2y=34

Solution

Solution

We will solve the first equation for x and then substitute the expression into the second equation.

A linear equation in two variables, x - 2y = -2, is displayed in black text on a white background.
Solve for x.

Substitute into the other equation.
This image illustrates the substitution method for solving a system of equations. The expression '2y - 2' from the equation 'x = 2y - 2' is shown being substituted into the equation '3x + 2y = 34'.
Replace the x with 2y − 2. A mathematical equation is displayed against a white background: 3(2y - 2) + 2y = 34. The term '2y - 2' inside the parentheses is highlighted in red.
Solve the resulting equation for y. A mathematical equation displayed on a white background, which reads '6y - 6 + 2y = 34'.

Substitute y = 5 into x − 2y = −2 to find x.
A mathematical equation, 8y - 6 = 34, is displayed on a white background.
A mathematical equation is displayed on a white background, which reads '8y = 40' in black text.
An image displays two mathematical expressions. The top expression, circled in red, is 'y = 5'. An arrow extends from this circled expression downwards to the bottom expression, which is 'x - 2y = -2'.
A mathematical equation is displayed, showing 'x - 2 * 5 = -2'. The multiplication symbol and the number 5 are highlighted in red, suggesting the operation to be performed first.
A mathematical equation is displayed with a white background showing 'x - 10 = -2' in black characters. The equation represents a simple algebraic problem.
The image displays a simple equation, 'X = 8', in a bold, sans-serif font centered on a plain white background.
The ordered pair is (8, 5).
Check the ordered pair in both equations:

x2y=282·5=?2810=?22=23x+2y=343·8+2·5=?3424+10=?3434=34
The solution is (8, 5).

When both equations are already solved for the same variable, it is easy to substitute!

Solve the system by substitution. {y=−2x+5y=12x

Solution

Solution

Since both equations are solved for y, we can substitute one into the other.

Substitute 12x for y in the first equation. Equations y = (1/2)x and y = -2x + 5 are displayed. An arrow highlights the relationship between their slopes, 1/2 and -2, demonstrating they are negative reciprocals for perpendicular lines.
Replace the y with 12x. A mathematical equation is displayed: one-half x equals negative two x plus five (1/2x = -2x + 5).
Solve the resulting equation. Start
by clearing the fraction.
A mathematical equation is displayed on a white background: 2(1/2x) = 2(-2x + 5). The numbers and variables are in black font.
Solve for x. A mathematical equation is displayed, showing 'x = -4x + 10' in bold, black text on a white background, representing an algebraic problem to solve for the value of x.
A simple algebraic equation, 5x = 10, is displayed in black text on a white background.
Substitute x = 2 into y = 12x to find y. A diagram illustrating the substitution of x=2 into the equation y = (1/2)x.
A mathematical equation shows 'y = 1/2 ', with a multiplication dot followed by the number '2' highlighted in red.
The image shows a mathematical equation 'y=1' rendered in gray text against a plain white background, centrally positioned within the frame.
The ordered pair is (2,1).
Check the ordered pair in both equations:

y=12x1=?12·21=1y=2x+51=?2·2+51=4+51=1
The solution is (2,1).

Be very careful with the signs in the next example.

Solve the system by substitution. {4x+2y=46xy=8

Solution

Solution

We need to solve one equation for one variable. We will solve the first equation for y.

A mathematical equation is displayed, showing '4x + 2y = 4' in black text on a white background.
Solve the first equation for y. A clear image of the linear equation 2y = -4x + 4, presented on a plain white background.
Substitute −2x + 2 for y in the second equation. Illustration of solving a system of equations by substituting y = -2x + 2 into 6x - y = 8.
Replace the y with −2x + 2. A mathematical equation is displayed with the expression 6x - (-2x + 2) = 8, where the terms -2x and +2 are highlighted in red within the parentheses.
Solve the equation for x. The image shows the mathematical equation 6x + 2x - 2 = 8.
A mathematical equation is displayed on a white background, which reads '8x - 2 = 8'. The equation is presented clearly and centrally.
A simple mathematical equation '8x = 10' is displayed in black text on a plain white background.


Substitute x=54 into 4x + 2y = 4 to find y.
An equation 4x + 2y = 4 is shown, with an arrow pointing from the expression x = 5/4, which is circled in red, to the equation. This indicates substitution or a given value for x.
A mathematical equation is displayed against a white background: 4(5/4) + 2y = 4. The numerator and denominator of the fraction, 5 and 4 respectively, are highlighted in red.
A mathematical equation is displayed on a white background, which reads '5 + 2y = 4'. The equation features the number 5, a plus sign, the number 2, the variable 'y', an equals sign, and the number 4.
A simple algebraic equation, 2y = -1, is displayed on a white background, representing a basic mathematical problem to solve for the variable 'y'.
The equation y = -1/2 is displayed on a white background, representing a horizontal line at y equals negative one-half.
The ordered pair is (54,12).
Check the ordered pair in both equations.

4x+2y=44(54)+2(12)=?451=?44=46xy=86(54)(12)=?8154(12)=?8162=?88=8
The solution is (54,12).

In Example 7, it will take a little more work to solve one equation for x or y.

Solve the system by substitution. {4x3y=615y20x=−30

Solution

Solution

We need to solve one equation for one variable. We will solve the first equation for x.

A mathematical equation is displayed on a white background, which reads 4x - 3y = 6.
Solve the first equation for x. A mathematical equation is displayed, showing '4x = 3y + 6' in a clear, digital font on a white background. This linear equation involves two variables, x and y, and constant terms.
Substitute 34y+32 for x in the second equation. Two mathematical equations are displayed: x = (3/4)y + 3/2, highlighted in a red oval, with an arrow pointing to the second equation, 15y - 20x = -30, indicating a relationship or substitution.
Replace the x with 34y+32. A mathematical equation is displayed: 15y - 20(3/4y + 3/2) = -30. The fractions 3/4 and 3/2 are highlighted in red.
Solve for y. An algebraic equation, '15y - 15y - 30 = -30,' is presented on a white background, which simplifies to -30 = -30, indicating that the equation holds true for any value of 'y' and has infinitely many solutions.
The mathematical equation '0 - 30 = -30' is displayed in a simple, clear font on a white background, demonstrating a basic subtraction problem resulting in a negative number.
The mathematical equation 0 = 0.

Since 0 = 0 is a true statement, the system is consistent. The equations are dependent. The graphs of these two equations would give the same line. The system has infinitely many solutions.

Look back at the equations in Example 7. Is there any way to recognize that they are the same line?

Let’s see what happens in the next example.

Solve the system by substitution. {5x2y=−10y=52x

Solution

Solution

The second equation is already solved for y, so we can substitute for y in the first equation.

Substitute x for y in the first equation. An arrow points from the circled equation y = (5/2)x to 5x - 2y = -10, illustrating a transformation between two linear equation forms.
Replace the y with 52x. A mathematical equation is displayed, reading '5x minus 2 multiplied by (5 over 2 multiplied by x) equals -10'. The fraction '5 over 2' and the 'x' immediately following it are colored red.
Solve for x. A mathematical equation displays '5x - 5x = -10', which simplifies to '0 = -10', a contradiction indicating that there is no solution for x in this equation.
Mathematical expression showing 0 does not equal -10.

Since 0 = −10 is a false statement the equations are inconsistent. The graphs of the two equation would be parallel lines. The system has no solutions.

Solve Applications of Systems of Equations by Substitution

We’ll copy here the problem solving strategy we used in the Solving Systems of Equations by Graphing section for solving systems of equations. Now that we know how to solve systems by substitution, that’s what we’ll do in Step 5.

Some people find setting up word problems with two variables easier than setting them up with just one variable. Choosing the variable names is easier when all you need to do is write down two letters. Think about this in the next example—how would you have done it with just one variable?

The sum of two numbers is zero. One number is nine less than the other. Find the numbers.

Solution

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.  Let n= the first number
Let m= the second number
Step 4. Translate into a system of equations. The sum of two numbers is zero.
A simple algebraic equation is displayed, showing 'n + m = 0' in black text against a plain white background.
One number is nine less than the other.
A mathematical equation displays 'n = m - 9' in black text against a white background.
The system is: A system of two linear equations is presented, with a light blue brace indicating they are grouped. The equations are: n + m = 0 and n = m - 9. The text is clear on a white background.
Step 5. Solve the system of
equations. We will use substitution
since the second equation is solved
for n.
Substitute m − 9 for n in the first equation. Two equations are displayed: n = m - 9 and n + m = 0. The expression 'm - 9' in the first equation is circled in red, and a red arrow points from it to the second equation.
Solve for m. A mathematical equation is displayed on a white background, reading 'm - 9 + m = 0'. The 'm' and '- 9' are in a reddish-brown color, while the rest of the equation is in black.
A mathematical equation is displayed on a white background, reading '2m - 9 = 0'.
A mathematical equation '2m = 9' is displayed in black font on a plain white background, appearing as if handwritten or typed in a simple style.
Substitute m=92 into the second equation
and then solve for n.
A white background displays two mathematical expressions. The top expression reads 'm = 9/2,' with the fraction '9/2' encircled in red. A red arrow points from this circled fraction to the variable 'm' in the lower expression, 'n = m - 9.' This visually indicates the substitution of the value of m into the second equation.
A mathematical equation is displayed, showing 'm' equals the fraction nine over two, minus nine. The fraction '9/2' is highlighted in red, while 'm =' and '- 9' are in black.
A mathematical equation displays 'm = 9/2 - 18/2' against a white background.
A mathematical expression shows 'n' equals negative nine-halves, written as 'n = -9/2' on a white background. The variable 'n' is isolated, indicating its value as a negative fraction or decimal.
Step 6. Check the answer in the problem. Do these numbers make sense in
the problem? We will leave this to you!
Step 7. Answer the question. The numbers are 92 and 92.

In the Example 10, we’ll use the formula for the perimeter of a rectangle, P = 2L + 2W.

The perimeter of a rectangle is 88. The length is five more than twice the width. Find the length and the width.

Solution

Solution

Step 1. Read the problem. A simple diagram depicts a rectangle with its width labeled 'W' on the left side and its length labeled 'L' below the bottom edge.
Step 2. Identify what you are looking for. We are looking for the length and width.
Step 3. Name what we are looking for. Let L= the length
  W= the width
Step 4. Translate into a system of equations. The perimeter of a rectangle is 88.
    2L + 2W = P
The image shows the mathematical equation 2L + 2W = 88, which represents the formula for the perimeter of a rectangle, where L is the length and W is the width, equaling 88.
The length is five more than twice the width.
The image displays the mathematical equation L = 2W + 5, featuring uppercase L and W variables, the equals sign, multiplication, and addition.
The system is: A system of two linear equations is presented, with the first equation being 2L + 2W = 88 and the second equation being L = 2W + 5, enclosed by a left curly brace.
Step 5. Solve the system of equations.
We will use substitution since the second
equation is solved for L.

Substitute 2W + 5 for L in the first equation.
A red arrow points from the encircled expression '2W + 5' in the equation L = 2W + 5 to 'L' in the equation 2L + 2W = 88, illustrating the substitution method in algebra.
Solve for W. A mathematical equation is displayed: 2(2W + 5) + 2W = 88. The terms '2W' and '5' within the parentheses are highlighted in red, contrasting with the black color of the rest of the equation.
A mathematical equation is presented, reading '4W + 10 + 2W = 88' against a plain white background.
The image displays a mathematical equation: '6W + 10 = 88' on a white background. It represents a linear equation with one variable 'W' to be solved.
The image displays a mathematical equation '6W = 78' in black text on a white background, representing an algebraic expression where the variable W can be solved for.
Substitute W = 13 into the second
equation and then solve for L.
Mathematical expressions W=13 and L=2W+5 are shown. A red circle highlights the number 13, and a red arrow points from 13 to the W in the second equation, indicating substitution.
A mathematical equation is displayed, showing L = 2 * 13 + 5. The number 13 is highlighted in red, indicating a specific focus on this value within the calculation.
The image displays the text 'L = 31' in a simple, clear font against a plain white background.
Step 6. Check the answer in the problem. Does a rectangle with length 31 and width
13 have perimeter 88? Yes.
Step 7. Answer the equation. The length is 31 and the width is 13.

For Example 11 we need to remember that the sum of the measures of the angles of a triangle is 180 degrees and that a right triangle has one 90 degree angle.

The measure of one of the small angles of a right triangle is ten more than three times the measure of the other small angle. Find the measures of both angles.

Solution

Solution

We will draw and label a figure.
Step 1. Read the problem. A right-angled triangle is shown with angle 'a' at the top vertex and angle 'b' at the bottom right vertex. A square symbol indicates the 90-degree angle.
Step 2. Identify what you are looking for. We are looking for the measures of the angles.
Step 3. Name what we are looking for. Let a= the measure of the 1st angle
b= the measure of the 2nd angle
Step 4. Translate into a system of equations. The measure of one of the small angles
of a right triangle is ten more than three
times the measure of the other small angle.
A mathematical equation shows 'a = 3b + 10' in a simple, clear font against a white background.
The sum of the measures of the angles of
a triangle is 180.
The image displays the mathematical equation 'a + b + 90 = 180' in black text against a white background.
The system is: A system of two linear equations is presented, with the equations being a = 3b + 10 and a + b + 90 = 180.
Step 5. Solve the system of equations.
We will use substitution since the first
equation is solved for a.
Two algebraic equations, 'a = 3b + 10' and 'a + b + 90 = 180', are displayed on a white background, with a red arrow pointing from the first (circled) to the second.
Substitute 3b + 10 for a in the
second equation.
A mathematical equation is displayed: (3b + 10) + b + 90 = 180. The term '3b + 10' is highlighted in red, indicating it is a specific angle measurement in a geometric problem.
Solve for b. A mathematical equation is displayed against a white background, which reads '4b + 100 = 180'.
A close-up shot of a white background with a mathematical equation in the center. The equation reads '4b = 80' in a simple black font.
An algebraic problem illustrating substitution: given b=20, substitute this value into a=3b+10 to solve for a.
Substitute b = 20 into the first
equation and then solve for a.
A mathematical equation, 'a = 3 * 20 + 10', is displayed on a white background. Performing the multiplication first (3 * 20 = 60) and then the addition (60 + 10 = 70) reveals that 'a' equals 70.
The equation a = 70 is displayed on a white background.
Step 6. Check the answer in the problem. We will leave this to you!
Step 7. Answer the question. The measures of the small angles are
20 and 70.

Heather has been offered two options for her salary as a trainer at the gym. Option A would pay her $25,000 plus $15 for each training session. Option B would pay her $10,000 + $40 for each training session. How many training sessions would make the salary options equal?

Solution

Solution

Step 1. Read the problem.
Step 2. Identify what you are looking for. We are looking for the number of training sessions
that would make the pay equal.
Step 3. Name what we are looking for. Let s= Heather’s salary.
n= the number of training sessions
Step 4. Translate into a system of equations. Option A would pay her $25,000 plus $15
for each training session.
The image shows the equation s = 25,000 + 15n, presented in a black font against a white background.
Option B would pay her $10,000 + $40
for each training session
A mathematical equation is displayed on a white background, reading 's = 10,000 + 40n'.
The system is: A system of two linear equations is presented. The first equation is s = 25,000 + 15n, and the second equation is s = 10,000 + 40n, where 's' and 'n' are variables.
Step 5. Solve the system of equations.
We will use substitution.
Two equations are presented: s = 25,000 + 15n, circled in red, and s = 10,000 + 40n. An arrow from the circled equation points to the second.
Substitute 25,000 + 15n for s in the second equation. A mathematical equation is displayed: 25,000 + 15n = 10,000 + 40n.
Solve for n. A mathematical equation is displayed with a white background and dark gray text. The equation reads: 25,000 = 10,000 + 25n.
A mathematical equation is displayed, showing 15,000 equals 25n.
The image displays a mathematical equation written in a simple, clear font on a white background, stating '600 = n'.
Step 6. Check the answer. Are 600 training sessions a year reasonable?
Are the two options equal when n = 600?
Step 7. Answer the question. The salary options would be equal for 600 training sessions.

Key Concepts

  • Solve a system of equations by substitution
    1. Solve one of the equations for either variable.
    2. Substitute the expression from Step 1 into the other equation.
    3. Solve the resulting equation.
    4. Substitute the solution in Step 3 into one of the original equations to find the other variable.
    5. Write the solution as an ordered pair.
    6. Check that the ordered pair is a solution to both original equations.

Practice Makes Perfect

Solve a System of Equations by Substitution

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

{2x+y=−43x2y=−6

Solution

(−2,0)

{2x+y=−23xy=7

{x2y=−52x3y=−4

Solution

(7,6)

{x3y=−92x+5y=4

{5x2y=−6y=3x+3

Solution

(0,3)

{−2x+2y=6y=−3x+1

{2x+3y=3y=x+3

Solution

(6,−3)

{2x+5y=−14y=−2x+2

{2x+5y=1y=13x2

Solution

(3,−1)

{3x+4y=1y=25x+2

{3x2y=6y=23x+2

Solution

(6,6)

{−3x5y=3y=12x5

{2x+y=10x+y=−5

Solution

(5,0)

{−2x+y=10x+2y=16

{3x+y=1−4x+y=15

Solution

(−2,7)

{x+y=02x+3y=−4

{x+3y=13x+5y=−5

Solution

(−5,2)

{x+2y=−12x+3y=1

{2x+y=5x2y=−15

Solution

(−1,7)

{4x+y=10x2y=−20

{y=−2x1y=13x+4

Solution

(−3,5)

{y=x6y=32x+4

{y=2x8y=35x+6

Solution

(10, 12)

{y=x1y=x+7

{4x+2y=88xy=1

Solution

(12,3)

{x12y=−12x8y=−6

{15x+2y=6−5x+2y=−4

Solution

(12,34)

{2x15y=712x+2y=−4

{y=3x6x2y=0

Solution

Infinitely many solutions

{x=2y4x8y=0

{2x+16y=8x8y=−4

Solution

Infinitely many solutions

{15x+4y=6−30x8y=−12

{y=−4x4x+y=1

Solution

No solution

{y=14xx+4y=8

{y=78x+4−7x+8y=6

Solution

No solution

{y=23x+52x+3y=11

Solve Applications of Systems of Equations by Substitution

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

The sum of two numbers is 15. One number is 3 less than the other. Find the numbers.

Solution

The numbers are 6 and 9.

The sum of two numbers is 30. One number is 4 less than the other. Find the numbers.

The sum of two numbers is −26. One number is 12 less than the other. Find the numbers.

Solution

The numbers are −7 and −19.

The perimeter of a rectangle is 50. The length is 5 more than the width. Find the length and width.

The perimeter of a rectangle is 60. The length is 10 more than the width. Find the length and width.

Solution

The length is 20 and the width is 10.

The perimeter of a rectangle is 58. The length is 5 more than three times the width. Find the length and width.

The perimeter of a rectangle is 84. The length is 10 more than three times the width. Find the length and width.

Solution

The length is 34 and the width is 8.

The measure of one of the small angles of a right triangle is 14 more than 3 times the measure of the other small angle. Find the measure of both angles.

The measure of one of the small angles of a right triangle is 26 more than 3 times the measure of the other small angle. Find the measure of both angles.

Solution

The measures are 16° and 74°.

The measure of one of the small angles of a right triangle is 15 less than twice the measure of the other small angle. Find the measure of both angles.

The measure of one of the small angles of a right triangle is 45 less than twice the measure of the other small angle. Find the measure of both angles.

Solution

The measures are 45° and 45°.

Maxim has been offered positions by two car dealers. The first company pays a salary of $10,000 plus a commission of $1,000 for each car sold. The second pays a salary of $20,000 plus a commission of $500 for each car sold. How many cars would need to be sold to make the total pay the same?

Jackie has been offered positions by two cable companies. The first company pays a salary of $ 14,000 plus a commission of $100 for each cable package sold. The second pays a salary of $20,000 plus a commission of $25 for each cable package sold. How many cable packages would need to be sold to make the total pay the same?

Solution

80 cable packages would need to be sold.

Amara currently sells televisions for company A at a salary of $17,000 plus a $100 commission for each television she sells. Company B offers her a position with a salary of $29,000 plus a $20 commission for each television she sells. How many televisions would Amara need to sell for the options to be equal?

Mitchell currently sells stoves for company A at a salary of $12,000 plus a $150 commission for each stove he sells. Company B offers him a position with a salary of $24,000 plus a $50 commission for each stove he sells. How many stoves would Mitchell need to sell for the options to be equal?

Solution

Mitchell would need to sell 120 stoves.

Everyday Math

When Gloria spent 15 minutes on the elliptical trainer and then did circuit training for 30 minutes, her fitness app says she burned 435 calories. When she spent 30 minutes on the elliptical trainer and 40 minutes circuit training she burned 690 calories. Solve the system {15e+30c=43530e+40c=690 for e, the number of calories she burns for each minute on the elliptical trainer, and c, the number of calories she burns for each minute of circuit training.

Stephanie left Riverside, California, driving her motorhome north on Interstate 15 towards Salt Lake City at a speed of 56 miles per hour. Half an hour later, Tina left Riverside in her car on the same route as Stephanie, driving 70 miles per hour. Solve the system {56s=70ts=t+12.

  1. for t to find out how long it will take Tina to catch up to Stephanie.
  2. what is the value of s, the number of hours Stephanie will have driven before Tina catches up to her?
Solution

t=2 hours s=212 hours

Writing Exercises

Solve the system of equations
{x+y=10xy=6

by graphing. by substitution. Which method do you prefer? Why?

Solve the system of equations
{3x+y=12x=y8 by substitution and explain all your steps in words.

Solution

Answers will vary.

Self Check

After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section.

This figure shows a table with three rows and four columns. The columns are labeled, “I can…,” “Confidently.” “With some help.” and “No - I don’t get it.” The only column with filled in cells below it is labeled “I can…” It reads, “solve a system of equations by substitution.” “solve applications of systems of equations by substitution.”

After reviewing this checklist, what will you do to become confident for all objectives?