You can put this solution on YOUR website! Simplfying this problem by Distrubtion gives us: 2x^2+2xy-xy-y^2-3y-2
which then is further simplified to 2x^2-y^2+xy-3*y-2
Using the quadatric formula and solving for y gives
a= -1
b= x-3
c= 2x^2-2
A factor of the equation can be written as (y - ( -b + sqrt( b^2-4*a*c ))/(2*a))
The other one for the equation is (y - ( -b - sqrt( b^2-4*a*c ))/(2*a))
The graph of this function is a hyperbola