document.write( "Question 55450: I am suppost to simplify the following and execute all multiplication and division: (x+3)^3\r
\n" ); document.write( "\n" ); document.write( "This is what I have: x^3+9x^2+27x+27 not sure if it is right
\n" ); document.write( "Thanks, Lackinmath
\n" ); document.write( "

Algebra.Com's Answer #37621 by Cintchr(481)\"\" \"About 
You can put this solution on YOUR website!
\"+%28x%2B3%29%5E3+\"
\n" ); document.write( "is the same as ...
\n" ); document.write( "\"+%28x%2B3%29%28x%2B3%29%28x%2B3%29+\"
\n" ); document.write( "Concentrating on just the first two quantities ...
\n" ); document.write( "\"+%28x%5E2+%2B6x+%2B9%29%28x%2B3%29+\"
\n" ); document.write( "The distribute through the third
\n" ); document.write( "\"+x%5E3+%2B6x%5E2+%2B+9x+%2B+3x%5E2+%2B+18x+%2B+27+\"
\n" ); document.write( "combine like terms
\n" ); document.write( "\"+x%5E3+%2B9x%5E2+%2B+27x+%2B+27+\"
\n" ); document.write( "You got it!!
\n" ); document.write( "
\n" );