9

Prove without using induction that the following formula:$$\sum_{k=0}^n (-1)^k\binom{n}{k}=0$$ is valid for every $n\ge1$.

Progress

For each odd $n$ we can use the identity:$$\binom{n}{k}=\binom{n}{n-k}$$ In fact all terms equidistant from the end points are opposite. My question is: if $n$ is even how can we prove it?

1 Answers1

42

Set $a=1,b=-1$ in the Binomial Expansion formula for non-negative intger $n$ $$(a+b)^n=\sum_{k=0}^n\binom nk a^{n-k}b^k$$