Proof using binomial Theorem

417 Views Asked by At

so I have to prove this using the binomial theorem: $$\sum_{k=0}^n{(-1)^k\begin{pmatrix}n\\k\end{pmatrix}}=0$$

I know the binomial theorem states: $(x+y)^n=\sum_{k=0}^n{\begin{pmatrix}n\\k\end{pmatrix}x^{n-k}\cdot y^k}$.

I can also see that the $(-1)^k$ will be alternating so I will get $+1-1+1-1...$. However, I'm not sure how to show it will $=0$. Thanks.

1

There are 1 best solutions below

2
On BEST ANSWER

You can use the "twist" of your binomial theorem $$(x-y)^n=\sum_{k=0}^n (-1)^k\binom{n}{k}x^{n-k}y^k.$$