How to Simplify (11-1)^9 Using Binomial Expansion?

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone.

I'm studying for my exam and I'm reveiwing some problems but this one isn't making sense to me:

11^9(9 choose 0) - 11^8(9 choose 1) + 11^7(9 choose 2) - ... - 11^2(9 choose 7) + 11^1 (9 choose 8) - 11^0 (9 choose 9)


answer:
(11-1)^9 = 10^9 = 1,000,000,000.

work looked like:
(9 choose 0) 11^9 (-1)^0 + (9 choose 1)11^8(-1)^1


Can someone explain to me how they did this?
I see the 11 is decreasing, and the signs are alternating, it looks like a binomial expansion but I'm not seeing how they simplified that.

Thanks
 
Physics news on Phys.org
It IS a binomial expansion. It's 11k*(-1)9-k*9choosek with k going from 0 to 9

Try expanding (11-1)9 and compare them
 
col_alg_tut54binomialthe.gif


So would
a = 11
and
b = -1
and
n = 9

(11-1)^9 = (9 choose 0)11^9 + (9 choose 1)11^8*(-1) +(9 choose 2)11^7*(-1)^2...

I see this is going to work, from the written out expansion, i can see n = 9, b = -1, a = 11,


ahh i got it@!

thank u!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top