Divisibility of binomial coefficient

51 Views Asked by At

Let $p$ be a prime number and $q\in \{1,\dots,p-1\}$. Prove that $\tbinom{2p-q-1}{p-q} \equiv 0\pmod {p}$

However, I have no idea how to prove this.

Would be thankful for solution.

1

There are 1 best solutions below

1
On

Assuming $C^n_k=\binom{n}{k}$:

$2p-q-1>p-q$, so you just have $C^{p-q}_{2p-q-1}=0$ $\dots$


Also $C_{p-q}^{2p-q-1}=\frac{(2p-q-1)!}{(p-q)!(p-1)!}$ is divisible by $p$, since $p-q,\ p-1\in\{0,\dots,p-1\}$ and $2p-q-1\ge p$.