Equation Lab #10 – Systems of Equations: The Substitution Method (1)

During the last two days, I went over the elimination method. On Sunday, I went over the basics, while on Monday, I went over how to set up equations. For the next few days, I would like to cover the other analytic method on solving systems of equations, the substitution method. Instead of combining two equations to eliminate a variable, you’ll have to replace a variable with an algebraic expression.

The Substitution Method – Part 1:

Before I get started with today’s examples, let’s recall variable evaluation. When we know what the value of the variable is, we can replace the variable with the constant. Say like y+2y+2. If we found out that y=5y=5, then y+2y+2 can be rewritten as 5+25+2, which simplifies into 77. If we found out that y=14y=14, then y+2y+2 can be rewritten as 14+214+2, which is also 1616. But what if y=xy=x? The expression becomes x+2x+2. What if y=2x+2y=2x+2? The expression becomes 2x+2+22x+2+2, which simplifies into 2x+42x+4. You can substitute single variables with algebraic expressions.

Here’s another example. If y=2x+4y=2x+4 and y=3x5y=3x-5, does that mean 2x+4=3x52x+4=3x-5? The answer is yes. If both 2x+42x+4 and 3x+53x+5 equals yy, then both expressions have the same value. This is how the substitution method works.

Let’s start with our first example: v=4s69v=4s-69, and v=s+6v=s+6. Since vv is equal to both 4s694s-69 and s+6s+6 at the same time, we can write 4s69=s+64s-69=s+6. We’ll eventually solve for vv, but first, let’s solve for ss. If you remember how to solve equations with variables on both sides, you would know that you can subtract ss from both sides to isolate the constant on the right. The result is 3s69=63s-69=6. Adding 6969 to both sides, you get 3s=753s=75. Divide both sides by 33, you get s=25s=25. With ss being known, we can find vv. Let’s plug in s=25s=25 in v=s+6v=s+6. You will get v=25+6v=25+6, which in return becomes v=31v=31. So when v=4s69v=4s-69 and v=s+6v=s+6, we get that s=25s=25 and v=31v=31.

Step-by-Step Process
 1. v=4s69v=4s-69
v=s+6v=s+6
2. (4s69)=s+6(4s-69)=s+6
3. 4s69=s+64s-69=s+6
4. 3s69=63s-69=6
5. 3s=753s=75
6. s=25s=25
7. v=(25)+6v=(25)+6
8. v=25+6v=25+6
9. v=31v=31
10. s=25,v=31s=25, v=31

Let’s check our work to see if both s=25s=25 and v=31v=31 are correct. We know that they fit the second equation since we evaluated the expression rather than solve it. As for the first equation, we get that 31=4(25)6931=4(25)-69. 425=1004\cdot 25=100, and 10069=31100-69=31. This makes the first equation hold. Since both equations are true, s=25s=25 and v=31v=31 are the correct solutions.

Let’s do another example. Our two equations are k+5j=651k+5j=651 and k=j+51k=j+51. What’s unusual about this system? It seems that the first equation is written in standard form, while the second equation is written in slope-intercept form. But that doesn’t change the technique. Since we know that k=j+51k=j+51, we can substitute kk with j+51j+51 in the first equation, k+5j=651k+5j=651. It becomes j+51+5j=651j+51+5j=651. Combining like terms, we get 6j+51=6516j+51=651. Subtracting 5151 from both sides, we get 6j=6006j=600. Divide both sides by 66, we get j=100j=100.

Now that we know that j=100j=100, let’s substitute jj in k=j+51k=j+51. We get j=100+51j=100+51, which is 151151. So when k+5j=651k+5j=651 and k=j+51k=j+51, we get that k=151k=151 and j=100j=100.

Step-by-Step Process
 1. k+5j=651k+5j=651
k=j+51k=j+51
2. (j+51)+5j=651(j+51)+5j=651
3. j+51+5j=651j+51+5j=651
4. 6j+51=6516j+51=651
5. 6j=6006j=600
6. j=100j=100
7. k=(100)+51k=(100)+51
8. k=100+51k=100+51
9. k=151k=151
10. k=151,j=100k=151, j=100

Let’s check our work to see if both k=151k=151 and j=100j=100 are correct. We know that they fit the second equation since we evaluated the expression rather than solve it. As for the first equation, we get that (151)+5(100)=651(151)+5(100)=651. 5100=5005\cdot 100=500, and 500+151=651500+151=651. Since both equations are true, k=151k=151 and j=100j=100 are the correct solutions.

Word Problem #9:

The high temperature at 4:00 PM is three times as high as the low temperature at 4:00 AM. The difference is 60°F. What are the high and low points?

Like always, we define our variables. Let’s define hh as the high temperature, and ll as the low temperature. One equation is the difference. If the difference between both temperatures is 60 degrees Fahrenheit, then the equation is hl=60h-l=60. This sounds like both samples were taken in the desert. We are also given that the high temperature is three times as high as the low temperature. So the second equation is h=3lh=3l. Let’s solve.

With hh already bare, you can replace hh with 3l3l in the equation hl=60h-l=60. The equation becomes 3ll=603l-l=60. Combining like terms, you get 2l=602l=60. Divide both sides by 22, you get l=30l=30.

So with ll found, let’s plug it in. We’ll choose the equation h=3lh=3l. All you get to do is to multiply 3030 by 33. The result is 9090.

Step-by-Step Process
 1. Define hh as the high temperature,
and ll as the low temperature.
2. The high temperature is 3 times
as high as the low temperature,
and it's 60 degrees higher.
3. hl=60h-l=60
h=3lh=3l
4. (3l)l=60(3l)-l=60
5. 3ll=603l-l=60
6. 2l=602l=60
7. l=30l=30
8. h=3(30)h=3(30)
9. h=90h=90
10. h=90,l=30h=90, l=30

The high temperature is 90°F. The low temperature is 30°F.

Now if we check our work, 9060=3090-60=30. So either way, you’ll get that h=90h=90 and l=30l=30. Our answer is correct.

Quiz #10:

Now that the lesson is over, let’s see if you can complete this quiz. Like always, there are eight questions, but there are four systems of equations to solve for. Whether you put down the missing value or the variable with the missing value is fine for as long as you use the correct variable and correct answer. For instance, when the question is b+3=6, you can use 3 or b=3 as your answer, but not a=3.

Equation Lab Quiz 10

Solve these systems of equations using the substitution method.

1 / 8

Part 1: Find x:

y=2x+4; y=3x-5

2 / 8

Part 2: Find y:

y=2x+4; y=3x-5

3 / 8

Part 1: Find x:

y=5x+1; y=3x+13

4 / 8

Part 2: Find y:

y=5x+1; y=3x+13

5 / 8

Part 1: Find x:

y=2x-3; 3x+y=22

6 / 8

Part 2: Find y:

y=2x-3; 3x+y=22

7 / 8

Part 1: Find x:

2y=3x+3; x+2y=15

8 / 8

Part 2: Find y:

2y=3x+3; x+2y=15

Your score is

The average score is 0%

0%

Leave a Reply

About the author

I am a 32-year-old man who is interested into video games, collection, and travel. I also hope to be a video game developer.

Discover more from Palm City Life 2026

Subscribe now to keep reading and get access to the full archive.

Continue reading