[SOLVED] Prove that \[\sum_{j=0}^n (-1)^j \binom{n}{j} = 0\]For all \(n > 0\).
I feel like I'm missing some basic trick.
induction?
Supposedly, but I'm not sure how to set it up properly.
I dont see any values to avoid perse
lets create a base case
is it true for n=1?
\[\binom{1}{0} - \binom{1}{1}=1-1=0\]Check.
good, how about 2 and 3 for good measure?
and isnt this just the pascal rows? with alternating signs ....
\[\binom{2}{0} - \binom{2}{1} + \binom{2}{1}=1-2+1=0\]\[\binom{3}{0} - \binom{3}{1} + \binom{3}{2} - \binom{3}{3}=1-3+3-1=0\]Check.
So we can assume it's true for some \(n=k\). My issue is then extending that to \(k+1\).
1-4+6-4+1 = 8-8 = 0
well, lets write up the k proposal wo we have something to wirk with
I see a combinatorics argument we could make depending on the fact that n is odd or even.
i think pascals is proved inductively too isnt it
As for the \(k\) proposal...\[\sum_{j-0}^k (-1)^j \binom{k}{j} = 0\]Show that \[\sum_{j-0}^{k+1} (-1)^j \binom{k+1}{j} = 0\]
yeah, that second one is familiar to the proof for the pascals ....
id have to google it to iron out the details
I see the correct relation to Pascal's rule now. Let's see where that takes us.
\[\sum_{j-0}^{k+1} (-1)^j \binom{k+1}{j} = \sum_{j-0}^{k} (-1)^j \left[\binom{k}{j} + \binom{k}{j-1}\right]\]So we can distribute, and then by our hypothesis, we know that it's true since we're using \(k\) instead of \(k+1\).
How about Expanding \( (1-x)^n\) and then substituting \(x=1\)?
I suppose that might just be a better/easier way to do it.
You suppose? It is actually :)
Maybe I just like the more complicated ways better. :)
Good luck :)
Join our real-time social learning platform and learn together with your friends!