document.write( "Question 189976: factor the pollynomial completely
\n" );
document.write( "x3+5x2-8x-40 \n" );
document.write( "
Algebra.Com's Answer #142561 by nerdybill(7384) You can put this solution on YOUR website! Factor by \"grouping\": \n" ); document.write( "x^3+5x^2-8x-40 \n" ); document.write( "= (x^3+5x^2)-(8x+40) \n" ); document.write( "= x^2(x+5)-8(x+5) \n" ); document.write( "= (x+5)(x^2-8) \n" ); document.write( " |