document.write( "Question 297664: I need to factor the polynomial completely.
\n" );
document.write( "3x^3+12x^2-2x-8\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #214323 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3x^3+12x^2-2x-8 \n" ); document.write( "factor by groups \n" ); document.write( "3x^2*(x+4)-2*(x+4)\r \n" ); document.write( "\n" ); document.write( "(3x^2-2)*(x+4) \n" ); document.write( " \n" ); document.write( " |