SOLUTION: I am suppost to simplify the following and execute all multiplication and division: (x+3)^3 This is what I have: x^3+9x^2+27x+27 not sure if it is right Thanks, Lackinmath

Algebra ->  Exponents -> SOLUTION: I am suppost to simplify the following and execute all multiplication and division: (x+3)^3 This is what I have: x^3+9x^2+27x+27 not sure if it is right Thanks, Lackinmath      Log On


   



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

Answer by Cintchr(481) About Me  (Show Source):
You can put this solution on YOUR website!
+%28x%2B3%29%5E3+
is the same as ...
+%28x%2B3%29%28x%2B3%29%28x%2B3%29+
Concentrating on just the first two quantities ...
+%28x%5E2+%2B6x+%2B9%29%28x%2B3%29+
The distribute through the third
+x%5E3+%2B6x%5E2+%2B+9x+%2B+3x%5E2+%2B+18x+%2B+27+
combine like terms
+x%5E3+%2B9x%5E2+%2B+27x+%2B+27+
You got it!!