Find two equations of lines : $$6x^2 -xy -12y^2 -8x + 29y -14= 0$$
I tried doing it using quadratic equation but got some very much unusual value. How to solve this?
Find two equations of lines : $$6x^2 -xy -12y^2 -8x + 29y -14= 0$$
I tried doing it using quadratic equation but got some very much unusual value. How to solve this?
Expand and collect:
$$(ax+by+c)(dx+ey+f)=(ad)\ x^2 + (ae+bd)\ xy + (be)\ y^2 + (af+cd)\ x + (bf+ce)\ y + cf$$
Identifying coefficients leads to solving this system:
$\begin{cases} ad=6\\ ae+bd=-1\\ be=-12\\ af+cd=-8\\ bf+ce=29\\ cf=-14\end{cases}$
You can try to work out integer solutions, since this is equal to $0$ there will be a proportionality coefficient, for instance try to start with $a=2,d=3$ or $c=2,f=-7$.
This is what I found: $$(3x+4y-7)(2x-3y+2)=0$$