SOLUTION: Find all solutions (x,y): 2x-y=2 y^2-4x=4
Algebra
->
Equations
-> SOLUTION: Find all solutions (x,y): 2x-y=2 y^2-4x=4
Log On
Algebra: Equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Equations
Question 205255
:
Find all solutions (x,y):
2x-y=2
y^2-4x=4
Answer by
alicealc(293)
(
Show Source
):
You can
put this solution on YOUR website!
1st equation:
2x - y = 2
2x = 2 + y
divide it by 2:
x = 1 + y/2
2nd equation:
factorize it:
(y - 4)(y + 2) = 0
y - 4 = 0 --> y = 4 --> x = 1 + 4/2 = 1 + 2 = 3
y + 2 = 0 --> y = -2 --> x = 1 + (-2)/2 = 1 - 1 = 0
so the solutions are: (3, 4) and (0, -2)