Finding all ordered pair of natural number $(n,r)$
for which $\displaystyle \binom{n}{r} = 240$
Try: $$\binom{n}{r}=\binom{n}{n-r}=240$$
For $n=240$ and $r=1.$ we have $\displaystyle \binom{240}{1}=240$
For $n=240$ and $r=239.$ we have $\displaystyle \binom{240}{239}=240$
If $n\in $ Even natural number. then $\displaystyle \binom{n}{r}$ is maximum for $r=n/2$
If $n\in $ Odd natural number. then $\displaystyle \binom{n}{r}$ is maximum for $r=(n+1)/2$ and $r=(n+3)/2$
not know how to solve ahead from that point
Could some explain me how i find other ordered pair of natural number
