Find the equations of the two lines represented by the equation $$2x^2+3xy+y^2+5x+2y-3=0$$.
My Attempt: $$2x^2+3xy+y^2+5x+2y-3=0$$ $$2x^2+2xy+xy+y^2+5x+2y-3=0$$ $$2x(x+y)+y(x+y)+5x+2y-3=0$$ $$(x+y)(2x+y)+5x+2y-3=0$$
how do I complete it without using the quadratic formula?
You have dealt with the part of order $2$ and are now looking for an equation of the form $$(x+y+a)(2x+y+b)=2x^2+3xy+y^2+5x+2y-3$$
Because this is how the equation will break down into two lines.
Multiplying out, this gives $2a+b=5, a+b=2, ab=-3$ and immediately $a=3, b=-1$