4

[1] :: Largest prime no. by which $\displaystyle \left(\binom{60}{30}-1\right)$ is divisible, is

[2]:: Calculation of remainder when $\displaystyle \binom{2013}{101}$ is divided by $101$

$\bf{My\; Try}$ for (1):: Using $\displaystyle \binom{2n}{n} = \frac{2^n\cdot (1\cdot 3 \cdot 5 \cdot \ldots \cdot (2n-3)\cdot (2n-1))}{n!}$

So Put $n=30$, we get $\displaystyle \binom{60}{30} = \frac{2^{30}\cdot (1\cdot 3\cdot 5 \cdot \ldots \cdot 27\cdot 29)}{30!}$

Now I did not understand how can i solve it

Help Required

Thanks

Kaster
  • 9,722
juantheron
  • 53,015

1 Answers1

2

The first question looks prohibitively difficult. Because $101$ is a prime the second question OTOH is a straightforward application of Lucas' correspondence. See my earlier answer for an on-site proof. Here the numbers in base $101$ are $$2013=19\cdot101+94,\quad 101=1\cdot101+0,$$ so Lucas tells us that $$ {2013\choose 101}\equiv{19\choose1}{94\choose 0}=19\cdot1=19\pmod{101}. $$

Jyrki Lahtonen
  • 133,153