a) Show that $n \cdot {2n\choose n}=(n+1){2n\choose n-1}$ for all $n \in \mathbb{N}$.
b) Show that $(n+1)\mid{2n\choose n}$ for all $n \in \mathbb{N}$.
Prove for a) $$n\cdot {2n\choose n} =n\cdot {(2n)!\over n!\cdot n!} = {(2n)!\over n!\cdot (n-1)!}$$ and
$$(n+1)\cdot {2n\choose n-1} =(n+1)\cdot {(2n)!\over (n-1)!\cdot (n+1)!} = {(2n)!\over (n-1)!\cdot n!}$$
We can use it now for b):
Since: $$n\cdot {2n\choose n}=(n+1)\cdot {2n\choose n-1}\implies n+1 \mid n\cdot {2n\choose n}$$
But since $\gcd(n,n+1)=1$ we must have $n+1 \mid {2n\choose n}$.
Alternative proof, more combinatorial?

The quotients, $C_n=\frac 1{n+1}\binom {2n}n$ are the Catalan Numbers.
It's not hard to show that $$C_n=\binom {2n}n - \binom {2n}{n+1}$$ which shows integrality efficiently (if a bit unintuitively).
Somewhat more intuitive is the recursive definition: $$C_0=1 \quad C_{n+1}=\sum_{i=0}^{n}C_iC_{n-i}$$
Which also demonstrates integrality. That relation has well known combinatorial interpretations, many of which are discussed in the link mentioned above.