-1

Prove that $$\sum_{x=0}^{n}(-1)^x\binom{n}{x}=0.$$

I think this is some sort of binomial theorem expansion but I am not sure how to start the proof. Does this make sense?

$$0=(1-1)^n=\sum_{x=0}^n\binom nx1^{n-x}(-1)^x$$

Leucippus
  • 26,329
sharon
  • 19

2 Answers2

1

$$(a+b)^n=\sum_{k=0}^{n}a^kb^{n-k}\binom{n}{k}$$

put $a=-1$ and $b=1$

$$(-1+1)^n=\sum_{k=0}^{n}(-1)^k1^{n-k}\binom{n}{k}$$ $$\sum_{k=0}^{n}(-1)^k1^{n-k}\binom{n}{k}=(1-1)^n=0$$

0

Yes of course that’s the proof

$$0=(1-1)^n=\sum_{x=0}^n\binom nx1^{n-x}(-1)^x=\sum_{x=0}^n (-1)^x \binom n x $$

and similarly

$$2^n=(1+1)^n=\sum_{x=0}^n\binom nx1^{n-x}(1)^x=\sum_{x=0}^n \binom n x $$

user
  • 154,566