SOLUTION: y=2x-7 y=-5x+14

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: y=2x-7 y=-5x+14      Log On


   



Question 476398: y=2x-7
y=-5x+14

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
You are given two equations as follows:
.
y = 2x - 7 and
y = -5x + 14
.
You can solve this equation by substitution. Look at the top equation. Notice what y equals. It equals 2x - 7.
.
You can now go to the bottom equation and substitute 2x - 7 for y. When you do that substitution, the bottom equation becomes:
.
2x - 7 = -5x + 14
.
Solve this equation by moving the -7 to the right side. This is done by adding +7 to both sides as follows:
.
2x - 7 + 7 = -5x + 14 + 7
.
The sevens on the left side cancel because they have opposite signs and on the right side the 7 adds to the 14 to give 21. So the equation becomes:
.
2x = -5x + 21
.
Now move the -5x from the right side to the left side by adding +5x to both sides as follows:
.
2x + 5x = -5x + 5x + 21
.
On the right side the -5x and +5x cancel each other out because of the difference in their signs. On the left side the 5x adds to the 2x to give 7x. So the equation becomes:
.
7x = 21
.
Finally, solve for x by dividing both sides by 7 and you get:
.
x = +3
.
Now that you know the value of x, you can find the value of y as follows: return to either of the given equations and substitute +3 for x. Then calculate the corresponding value of y. For example, return to the top equation:
.
y = 2x - 7
.
Substitute +3 for x and this equation becomes:
.
y = 2(+3) - 7
.
Do the multiplication on the right side and you get:
.
y = 6 - 7
.
Combine the terms on the right side and you get the value of y as:
.
y = -1
.
So, the answer is that for the two equations you were given, both equations have the common solution x = 3 and y = -1.
.
Just as a check, return to the bottom equation and substitute +3 for x and see if you don't get -1 as the value for y:
.
y = -5x + 14
.
y = -5(+3) + 14
.
y = -15 + 14
.
y = -1
.
This checks out so the answer of x = 3 and y = -1 is correct.
.
Hope this helps you to understand the problem.