document.write( "Question 338784: factor completely\r
\n" );
document.write( "\n" );
document.write( "x^3 +x^2 +42x
\n" );
document.write( "x^3 +6x^3 +7x +42
\n" );
document.write( "(x-6)(x+7) \n" );
document.write( "
Algebra.Com's Answer #242859 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x^3 +x^2 +42x \n" ); document.write( "x(x^2+x+42) \n" ); document.write( "x(x^2+7x-6x+42) \n" ); document.write( "x(x(x+7)-6(x+7)) \n" ); document.write( "x(x+7)(x-6) \n" ); document.write( "... \n" ); document.write( "x^3 +6x^3 +7x +42 \n" ); document.write( "x^2(x+6)+7(x+6) \n" ); document.write( "(x+6)(x^2+7) \n" ); document.write( ".. \n" ); document.write( "(x-6)(x+7) \n" ); document.write( "x^2+x-42 \n" ); document.write( " |