document.write( "Question 6287: the value of k for which \"2x%5E2%2B5xy%2B3y%5E2%2B3x%2B4y%2Bk=0\"represent a pair of straight lines \n" ); document.write( "
Algebra.Com's Answer #3364 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
2x^2+5xy-3y^2+3x+4y+k =0,
\n" ); document.write( " Factoring the first three terms, we have
\n" ); document.write( " (2x + 3y)(x + y) + 3x + 4y + k = 0
\n" ); document.write( " Assume the left polynomial can be factored into
\n" ); document.write( " (2x + y+ a)(x + 3y+b) = (2x + 3y)(x + y) + (a+2b)x + (3a+b)y + k
\n" ); document.write( " Comparing the coefficients,we have
\n" ); document.write( " k = ab and
\n" ); document.write( " a+2b = 3 , 3a+b = 4
\n" ); document.write( " Solve the system for a,b: we have a = 1 and b = 1
\n" ); document.write( " Hence, k = ab = 1 \r
\n" ); document.write( "\n" ); document.write( " Plz check the answer by yourself.\r
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" );