How do you use the pascals triangle to expand (x + 2)^5?
1 Answer
May 30, 2016
Explanation:
In general:
(a+b)^5 = ((5),(0))a^5+((5),(1))a^4b+((5),(2))a^3b^2+((5),(3))a^2b^3+((5),(4))ab^4+((5),(5))b^5
where
These binomial coefficients are found as a row of Pascal's triangle:
Write out the row of Pascal's triangle that begins
1, 5, 10, 10, 5, 1
Write out powers of
1, 2, 4, 8, 16, 32
Multiply the two sequences together:
1, 10, 40, 80, 80, 32
These are the coefficients we need:
(x+2)^5 = x^5+10x^4+40x^3+80x^2+80x+32