I'm quite lost on how to prove things, with the $n \choose k$ and proving. So the question is:
Prove that $n \choose k$ is divisible by $n$ if $n$ is a prime number and $1 \le k\le n-1$
Like, how would I/you go about proving that $n \choose k$ is divisible and is a prime number??
Thanks
By definition, $\binom{n}{k}=\frac{n!}{k!(n-k)!}$. Also, since $k<n$ and $n$ is prime, then $k!$ and $(n-k)!$ both do not have a factor of $n$. Thus the quotient of $\frac{n!}{k!(n-k)!}$ is still divisible by $n$, as required.