Power Of Sums: expand (x + 5)^3

Richay

New member
Joined
Mar 31, 2006
Messages
43
(x + 5)^3

I looked it up on google and every site had weird formulas that made no sense to me. How do I solve this?
 
\(\displaystyle \L
\begin{array}{l}
\left( {a + b} \right)^3 = a^3 + 3a^2 b + 3ab^2 + b^3 \\
\mbox{in general}\

(a + b)^n = \sum\limits_{k = 0}^n {\left( \begin{array}{c}
n \\
k \\
\end{array} \right)a^{n - k} b^k } \\
\end{array}\)
 
Richay said:
(x + 5)^3

I looked it up on google and every site had weird formulas that made no sense to me. How do I solve this?

You could do this the "elementary" way:

(x + 5)<sup>3</sup> means (x + 5)(x + 5)(x + 5)

Start by multiplying two of the factors together, then take that product times the third factor....
 
Richay said:
So would 5 be the factors? What about x?
No. The factors are the ones that were provided to you:

. . . . .(x + 5)<sup>3</sup> = (x + 5)(x + 5)(x + 5)

The factors (the things multiplied) are x + 5. Now multiply the factors together, and simplify to get the required polynomial.

Eliz.
 
\(\displaystyle \L
\begin{array}{rcl}
\left( {x + 5} \right)^3 & = & x^3 + 3x^2 \left( 5 \right) + 3x\left( 5 \right)^2 + \left( 5 \right)^3 \\
& = & x^3 + 15x^2 + 75x + 125 \\
\end{array}\)
 
Pascall's Triangle is a really helpful tool in factoring things like (x+y)^n. Like how pka showed you on the first line where:

(x+5)^3=x^3+3x^2(5)+3x(5)+5^3

The constants 1 3 3 1 comes from the fourth line in the triangle: where you would raise something to the thirdth power.

1
1 1
1 2 1
1 3 3 1
 
Top