Page 1 of 1

Factors of Binomials

Posted: Thu Aug 16, 2012 4:27 pm
by sowmitra
Suppose, $p$ is a prime. Show that, all the numbers in the $p^{th}$ row of the Pascal's Triangle (except $\binom{p}{0}$ and $\binom{p}{p}$) are divisible by $p$, i.e,
\[\displaystyle p\mid \binom{p}{k}\]
\[\displaystyle\forall 0<k<p\]

Re: Factors of Binomials

Posted: Thu Aug 16, 2012 4:30 pm
by sowmitra
Lemma:
Prove that, $\displaystyle \binom{n}{r}=\frac{n}{r}\binom{n-1}{r-1}$

Re: Factors of Binomials

Posted: Thu Aug 16, 2012 9:36 pm
by Tahmid Hasan
sowmitra wrote:Suppose, $p$ is a prime. Show that, all the numbers in the $p^{th}$ row of the Pascal's Triangle (except $\binom{p}{0}$ and $\binom{p}{p}$) are divisible by $p$, i.e,
\[\displaystyle p\mid \binom{p}{k}\]
\[\displaystyle\forall 0<k<p\]
$\binom{p}{k}=\frac{p!}{(p-k)!k!}$,$(p-k)!k!$ is coprime with $P \forall 0<k<p$ and $\binom{p}{k}$ is an integer,so we are done.

Re: Factors of Binomials

Posted: Thu Aug 16, 2012 10:49 pm
by sowmitra
@Tahmid: Quite a nice and easy solution. :D It seems I have overlooked it. :P
But, I have learnt a technique which makes good use of the lemma:
We have, $\displaystyle\binom{p}{k}=\frac{p}{k}\binom{p-1}{k-1}$
Therefore,$\displaystyle k\binom{p}{k}=p\binom{p-1}{k-1}$
Now, both sides of the identity are integers.So,
$\displaystyle p\mid k\binom{p}{k}$
Since, $k<p$ and $p$ is a prime, so, $(p,k)=1$
Then, we can say, $\displaystyle p\mid\binom{p}{k}$.

Re: Factors of Binomials

Posted: Fri Aug 17, 2012 5:01 pm
by sowmitra
And here is a proof of the lemma. It's quite straightforward, actually :
We have,
$\displaystyle\binom{n}{r}=\frac{n!}{(n-r)!r!}=\frac{n.(n-1)!}{r.(n-r)!(r-1)!}=\frac{n}{r}.\frac{(n-1)!}{((n-1)-(r-1))!(r-1)!}=\frac{n}{r}\binom{n-1}{r-1}$