
Andrew M. answered 11/12/15
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
We can use Pascal's triangle to determine the coefficients of the expansion
of (a+b)n
Exponent "n": Coefficients:
0 1
1 1 1
2 1 2 1
3 1 3 3 1
4 1 4 6 4 1
5 1 5 10 10 5 1
6 1 6 15 20 15 6 1
7 1 7 21 35 35 21 7 1
8 1 8 28 56 70 56 28 8 1
Note that on each row the numbers are the sum of the two above to the left
and right. Always with a "1" on the outside. These numbers represent the
coefficients of the expanded term.
(a+b)8 = a8b0 + 8a7b + 28a6b2 + 56a5b3+70a4b4 + 56a3b5 + 28a2b6 + 8ab7 +a0b8
Note you input each term with the power decreasing for the a term and increasing
for the b term up to the power given on the original polynomial being expanded.
The exponents always add up to "n" which in this case is 8
In our given polynomial (3x-y)8 we have a=3x, b = -y , n=8
(3x-y)8 = (3x)8(-y)0 + 8(3x)7(-y)1 + 28(3x)6(-y)2 + 56(3x)5(-y)3 + 70(3x)4(-y)4
+ 56(3x)3(-y)5 + 28(3x)2(-y)6 + 8(3x)1(-y)7 + (3x)0(-y)8
= 6561x8 - 17496x7y + 20412x6y2 - 13608x5y3 + 5670x4y4 - 1512x3y5
+ 252x2y6 - 24xy7 + y8
Because your 2nd term is (-y) the terms in the expansion alternate sign...
(-y)n = yn when n is even and -yn when n is odd
I hope this helps. Good luck with your class.