SOLUTION: how do I do: x=-3y+10 -x+y=-10 using the substitution method
Algebra
->
Coordinate Systems and Linear Equations
->
Lessons
-> SOLUTION: how do I do: x=-3y+10 -x+y=-10 using the substitution method
Log On
Linear Solvers
Linear
Practice
Practice
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
In depth
In
Click here to see ALL problems on Linear-systems
Question 19158
:
how do I do:
x=-3y+10
-x+y=-10
using the substitution method
Answer by
wuwei96815(245)
(
Show Source
):
You can
put this solution on YOUR website!
Substitute the value of x from the first equation into the second equation:
Value of x from the first equation is x=-3y + 10
-x + y = -10 becomes -(-3y+10) + y = -10
Solve for y:
-(-3y+10) + y = -10
3y -10 + y = -10
4y = 0
y = 0
Go back and solve for x using either equation:
x = -3y + 10
x = -3(0) + 10
x = 10
So the solutions are y = 0 and x = 10.
Did I get it right?