So I had a read over this question here which showed that any $n$ that is a power of two has it that $\binom{n}{k}$ is an even number for $0 < k < n$.
Now I am wondering if for every other $n$, there exists some $k,0 < k < n$ such that $\binom{n}{k}$ is odd.
I was able to prove that every odd numbered $n$ satisfies this statement by saying that when $k=1, \binom{n}{k}$ is odd. However, I am not sure how to prove the other case where $n = 2^pr$ for $p$ being a non-negative integer and $2^p$ and $r$ are relatively prime. Could I have some help?