1

Use the Binomial Theorem to Show

$$\sum_{i=0}^n (-1)^k \cdot C(n,k)$$

I'm not sure where to start here . . . I know it is missing an $a^{n-k}$ and a $b^{k}$ term that maybe I should set to be 1?

Pedro
  • 122,002
rbtLong
  • 373

2 Answers2

3

Yes. What is $0=(1+(-1))^n$ according to the binomial theorem?

Pedro
  • 122,002
3

HINT: You have the $b^k$ factor: it’s $(-1)^k$. The $a^{n-k}$ is invisible, because $a=\dots$?

Brian M. Scott
  • 616,228
  • 1
    Thanks! i get it now. So . . the answer is just as simple as $\sum_{i=0}^n C(n,k) \cdot (-1)^k \cdot 1^{n-k}$ ? – rbtLong Apr 21 '13 at 00:14
  • 1
    @rbtLong: That’s right, together with the fact that that sum is the binomial expansion of $\big(1+(-1)\big)^n$. – Brian M. Scott Apr 21 '13 at 00:18