Prove that ${{2n}\choose{n}}$ is even for $n \in \mathbb{N}$.
This one caught me off-guard when answering (or attempting to answer!) this for a student today. I tried this approach:
$${{2n}\choose{n}}=\frac{(2n)!}{n!n!}=\frac{(2n)(2n-1)(2n-2)\dots (n+1)}{n!}$$
and recognized that rearranging the numerator as $$(2n)(2(n-1))(2(n-2)) \ldots (2n-1)(2n-3) \ldots(n+1)$$
can help, but I don't know, roughly speaking, how far the chain on the left of the dots above goes.