document.write( "Question 196702: Here is my problem. It says factor the expression:
\n" );
document.write( "4x^3+ 8x \n" );
document.write( "
Algebra.Com's Answer #147428 by Alan3354(69443) You can put this solution on YOUR website! Here is my problem. It says factor the expression: \n" ); document.write( "4x^3+ 8x \n" ); document.write( "-------- \n" ); document.write( "Well? Why don't you? \n" ); document.write( "Both terms have an x, so factor it out. \n" ); document.write( "= x*(4x^2 + 8) \n" ); document.write( "Both have a 4: \n" ); document.write( "= 4x*(x^2 + 2) \n" ); document.write( " \n" ); document.write( " |