An equation has been given:
$2x^2 +5xy + 3y^2 +7y -98=0$
It has been said that it represents two straight lines. What are they?
MY ATTEMPT:
I broke up $5xy$ into $2xy$ and $3xy$. So I got-
$(x+y)(2x+3y) + 7y - 98=0$
But this isn't right as pair of straight lines is the product of equations of two straight lines. So, how should I break this up.Also, what is the general method of finding the equations of two straight lines when their combined equation has been provided?
Starting with the factorization $$ (2x+3y)(x+y)=2x^2+5xy+3y^2 $$ we can proceed with $$ \begin{align} (2x+3y+a)(x+y+b) &=2x^2+5xy+3y^2+a(x+y)+b(2x+3y)+ab\\ &=2x^2+5xy+3y^2+7y-98 \end{align} $$ where $a=-2b$ to eliminate the $x$ term and $b=7$ to get the $7y$ term.
Therefore, we get $$ (2x+3y-14)(x+y+7)=2x^2+5xy+3y^2+7y-98 $$