0

I was asked to show that this formula is true.

${n \choose 0} - {n \choose 1} + \cdots + (-1)^n {n \choose n} = 0$

I've already proven that ${n \choose 0} + {n \choose 1} + \cdots + {n \choose n} = 2^n$

However, I'm not really sure if these two are related at all or if I'm missing the point here. How do I show that this formula is true?

23408924
  • 505
  • 3
  • 14

2 Answers2

3

Hint

$$\binom{n}{k}=\binom{n}{n-k},$$ and see what happen when $n$ is odd and $n$ is even.

Surb
  • 55,662
3

The question is the binomial expansion of $(1-1)^n$ which is equal to zero.

Anwesha1729
  • 352
  • 2
  • 8