Prove Binom Sum $\sum_{k=0}^n(-1)^k \binom{n}{k} = 0$

182 Views Asked by At

Let: $$ (-1)^0=1 $$ I need to prove that: $$ \sum_{k=0}^n(-1)^k \binom{n}{k} = 0 $$

Thanks!

4

There are 4 best solutions below

0
On

Hint: Expand $(1-1)^n$ using binomial theorem.

0
On

Hint: $(-1)^k =(-1)^k\cdot 1^{n-k}$

0
On

According to Binomial theorem we have : $$\sum_{k=0}^{n}\binom{n}{k} a^{n-k}b^k=(a+b)^n$$

Thus we can make a special case $$0=(1-1)=(1-1)^n=\sum_{k=0}^{n}\binom{n}{k} 1^{n-k}(-1)^k=\sum_{k=0}^{n}\binom{n}{k} (-1)^k$$ which is what you were looking for.

0
On

In Pascal's triangle, every element it the sum of the two elements above it. So if you sum a row with alternating signs, every element of the row above appears two times with opposite signs and everything telescopes.

Example:

$$1\ \ \ \ \ \ \ \ \ \ 3\ \ \ \ \ \ \ \ \ \ 3\ \ \ \ \ \ \ \ \ \ 1$$ $$+\ -\ -\ +\ +\ -\ -\ +$$ $$1\ \ \ \ -4\ \ \ \ \ \ \ \ \ 6\ \ \ \ \ -4\ \ \ \ \ \ \ \ \ 1$$