document.write( "Question 188232: please factor out polynomial.
\n" );
document.write( "
\n" );
document.write( "2x^4+x^3+16x+8
\n" );
document.write( "
\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #141083 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 2x^4+x^3+16x+8 \n" ); document.write( "=x^3(2x+1)+8(2x+1) \n" ); document.write( "=(x^3+8)(2x+1) \n" ); document.write( "=(x+2)(x^2-2x+4)(2x+1) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |