In a binomial expansion $$(1+2)^n = \sum_{i=0}^n{n\choose i}2^{n-i}$$ Why is the sum of the even $i$ 1 greater than the sum of the odd $i$?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Just fleshing out what's already in various comments: $$\eqalign{\sum_{i{\rm\ even}}{n\choose i}2^{n-i}-\sum_{i{\rm\ odd}}{n\choose i}2^{n-i}&=\sum_{i{\rm\ even}}(-1)^i{n\choose i}2^{n-i}+\sum_{i{\rm\ odd}}(-1)^i{n\choose i}2^{n-i}\cr&=\sum_{i=0}^n(-1)^i{n\choose i}2^{n-i}=\sum_{i=0}^n(-1)^n{n\choose i}(-2)^{n-i}\cr&=(-1)^n\sum_{i=0}^n{n\choose i}(-2)^{n-i}=(-1)^n(1-2)^n=1}$$ |
|||
|
|