Let: $$ (-1)^0=1 $$ I need to prove that: $$ \sum_{k=0}^n(-1)^k \binom{n}{k} = 0 $$
Thanks!
Let: $$ (-1)^0=1 $$ I need to prove that: $$ \sum_{k=0}^n(-1)^k \binom{n}{k} = 0 $$
Thanks!
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.
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$$