document.write( "Question 339233: factor the following polymonial completely:\r
\n" );
document.write( "\n" );
document.write( "9x^3 + 63^2 +108x \n" );
document.write( "
Algebra.Com's Answer #243143 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! factor the following polymonial completely: \n" ); document.write( "Assume it's \n" ); document.write( "9x^3 + 63x^2 +108x \n" ); document.write( ": \n" ); document.write( "Factor out 9x, \n" ); document.write( "9x(x^2 + 7x + 12) \n" ); document.write( "; \n" ); document.write( "Factor again \n" ); document.write( "9x(x+3)(x+4) \n" ); document.write( " |