document.write( "Question 862553: Factorize the following quadratic polynomial into linear factors with integer coefficients. 2*x^2-x-6 \n" ); document.write( "
Algebra.Com's Answer #519692 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
2x^2-x-6
\n" ); document.write( "2x^2-4x+3x-6
\n" ); document.write( "2x*(x-2)+3*(x-2)
\n" ); document.write( "(2x+3)*(x-2)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );