SOLUTION: (x+3)^3

Algebra ->  Expressions -> SOLUTION: (x+3)^3      Log On


   



Question 278641: (x+3)^3
Found 2 solutions by dare4distance, Alan3354:
Answer by dare4distance(2) About Me  (Show Source):
You can put this solution on YOUR website!
(x+3)^3
x^3 + 3^3
x^3 + 27

when you have a parenthesis and an exponent on the outside you have to distribute the exponent to both the bases.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
(x+3)^3
--------
= x%5E3+%2B+9x%5E2+%2B+27x+%2B+27
--------
It is NOT x^3 + 27
To prove that x^3 + 27 is not right:
Let x = 1
(1 + 3)^3 = 64
1^3 + 3^3 = 28
Not equal. It has to be equal for all values of x
-------------------
-------------------
You can multiply it out a step at a time:
= (x+3)*(x+3)*(x+3)
= (x+3)*(x^2 + 6x + 9)
= as above
-----------------
Or use Pascal's triangle:
1
1 2 1
1 3 3 1
(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 (using the 1 3 3 1 coefficients)
a = x, b = 3
--> as above