SOLUTION: how do u solve y=x-1 2x-y=0
Algebra
->
Coordinate Systems and Linear Equations
-> SOLUTION: how do u solve y=x-1 2x-y=0
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 34068
:
how do u solve y=x-1
2x-y=0
Answer by
fanism(39)
(
Show Source
):
You can
put this solution on YOUR website!
y=x-1 -- eq1
2x-y=0 -- eq2
sub eq1 into eq2
2x - (x-1) = 0
2x - x + 1 = 0
x + 1 = 0
x = -1
put back into eq1
y = -1 - 1
y = -2