$$\sum_{k=0}^{49}(-1)^k\binom{99}{2k} = ?$$
I've tried expanding the binomial coefficient in its factorial form and can't seem to get to manipulate it in a way that solves the expression.
$C_{99}^{2k}=\frac{99!}{(99-2k)!(2k)!}=\frac{[2(49)+1]!}{[2(49-k)+1]!(2k)!}$
Is this a step in the right direction? I've written the 99 in form of 49 so it wil match with the binomial upper limit. So it can be finally written in the form of $(x-1)^{49}$. Correct?
Tip: The answer should be $\pm2^{n}$
Since$$(1+i)^n=\binom{n}{0}+\binom{n}{1}i-\binom{n}{2}-\binom{n}{3}i+\binom{n}{4}+\binom{n}{5}i+\cdots,$$ we can see $$\binom{n}{0}-\binom{n}{2}+\binom{n}{4}-\binom{n}{6}+\cdots$$ is equal to the real part of $(1+n)^n$. Since $$1+i=\sqrt 2(\cos(\pi/4)+i\sin(\pi/4)),$$ we have $$\binom{n}{0}-\binom{n}{2}+\binom{n}{4}-\binom{n}{6}+\cdots=2^{n/2}\cos(n\pi/4).$$ Set $n=99$ for your question.