$2n\choose0$ - $2n\choose2$ + $2n\choose4$ - ... + $(-1)^n$$2n\choose2n$
Q: What's the value for any given n $\in$ $N$?
Task is quite easy for odd n and I completed it. You just have to notice that the first number and the last one are opposite etc. I have a problem with even numbers. I noticed it will be $2^n$, but not always positive. Any ideas?