I need some help, showing that the left hand side is equivalent to the right hand side. I tried but I get stuck, I am not sure if I am on the right path. Here is my attempt:
$C(2n,n+1) + C(2n,n)$
Equivalent to this
$\frac{(2n)!}{(n-1)!(n+1)!}+\frac{(2n)!}{n!n!}$
Now I add them together when I have a common denominator and I get
$\frac{(2n)!(n+n+1)}{(n)!(n+1)!}\frac{(2n)!(2n+1)}{(n)!(n+1)!} = \frac{(2n+1)!}{n!(n+1)!}$
But I do not know how to go from there. I don't know how to transform it to look like
$\frac{1}{2}C(2n+2,n+1)=\frac{(2n+2)!}{2(n+1)!(n+1)!}$
Any hint, tip, that will help me will be really useful.
Multiply and divide the answer you got by $2(n+1)$.