document.write( "Question 492668: how do you factor this polynomial 2x^2+5x-12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #335133 by chessace(471)![]() ![]() You can put this solution on YOUR website! You need 2 numbers whose product is 12 and when you double one of them and subtract the other, you get 5. 3*4 = 12, 8-3=5. \n" ); document.write( "(2x-3)(x+4) \n" ); document.write( " \n" ); document.write( " |