I was asked to show that this formula is true.
${n \choose 0} - {n \choose 1} + \cdots + (-1)^n {n \choose n} = 0$
I've already proven that ${n \choose 0} + {n \choose 1} + \cdots + {n \choose n} = 2^n$
However, I'm not really sure if these two are related at all or if I'm missing the point here. How do I show that this formula is true?