Evaluate: $\sum_{k=0}^6 (-1)^k \binom{6}{k}$ where $\binom{n}{r}= \frac{n!}{r!(n-r)!}$.
I'm unsure how to compute the part with $\binom{6}{k}$, it should be something along the lines of $\frac{6!}{k!(6-k)!}$ can we simplify this down?
I think there was an expansion method for factorials I could used in the denominator that was somewhere along the lines of $(6-k)(5-k)(4-k)(3-k)(2-k)(1-k)$ ?
The most transparent way to look at this is to use the binomial theorem, as both earlier answers suggest, $$ (p+q)^n=\sum_{k=0}^n\binom{n}{k}p^{n-k}q^k $$ and then set $n=6$, $p=1$, $q=-1$.