SOLUTION: x^2+y=18 -3x-y=0
Algebra
->
Systems-of-equations
-> SOLUTION: x^2+y=18 -3x-y=0
Log On
Algebra: Systems of equations that are not linear
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Systems-of-equations
Question 480790
:
x^2+y=18
-3x-y=0
Answer by
mananth(16946)
(
Show Source
):
You can
put this solution on YOUR website!
x^2+y=18
y= 18-x^2
-3x-y=0
substitute y in the second equation
-3x-(18-x^2)=0
-3x-18x+x^2=0
x^2-3x-18=0
x^2-6x+3x-18=0
x(x-6)-3(x-6)=0
(x-6)(x-3) =0
x= 6 OR 3
when x=6, y=-18. (6,-18)
when x=3,y=9. (3,9)