For proving that:
$r{n \choose r}=n{n-1\choose r-1}$
I attempted it with:
$r{n\choose r}=\frac{rn!}{r!(n-r)!}=\frac{n!}{(r-1)!(n-r)!}$
$n{n-1\choose r-1}=\frac{n(n-1)!}{(r-1)!(n-(r-1))!}=\frac{n!}{(r-1)!(n-r+1)!}=\frac{n!}{(r-1)!(n-r+1)(n-r)!}$
$\frac{n!}{(r-1)!(n-r)!}=\frac{n!}{(r-1)!(n-r+1)(n-r)!}$
I need help on what I did wrong and what is the correct method to prove this.