document.write( "Question 101686: Factor the polynomial completely. If the polynomial cannot be factored, choose prime\r
\n" );
document.write( "\n" );
document.write( "7x^2 - 9x - 10 \n" );
document.write( "
Algebra.Com's Answer #73965 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! factors of 7 are +-1,+-7 ... factors of -10 are +-2,+-5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(7x+5)(x-2)=7x^2-9x-10 \n" ); document.write( " |