document.write( "Question 97039: How do you factor x^3+8? \n" ); document.write( "
Algebra.Com's Answer #70626 by mathslover(157)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "In general a^3 + b^3 = (a + b) (a^2 - ab + b^2)\r
\n" ); document.write( "\n" ); document.write( "the given expression x^3 + 8 can be written as
\n" ); document.write( " x^3 + 2^3
\n" ); document.write( " = (x + 2 )(x^2 - 2*x + 2^2)
\n" ); document.write( " = (x + 2 )(x^2 - 2x + 4)
\n" ); document.write( "
\n" );