So there's an almost exact question like this here:
Use a factorial argument to show that $C(2n,n+1)+C(2n,n)=\frac{1}{2}C(2n+2,n+1)$
However, I'm getting stuck in just figuring out the lcds for the factorials.
I end up with this after the CNR:
$$\frac{(2n)!}{(n-1)!(n+1)!} + \frac{(2n)!}{n!n!}$$
When I try to find the common denominator, I do:
$$\frac{(2n)!n}{(n-1)!(n+1)n!n} + \frac{(2n)!(n+1)}{n(n-1)!n!(n+1)}$$
Putting it together I get:
$$\frac{(2n)!(n) + (2n)!(n+1)}{ (n)(n+1)(n-1)!n!}$$
Which is wrong because according to the other answer, it should be:
$$\frac{(2n+1)!}{n!(n+1)!}$$
Not sure how they got there. I guess that's my question, how did they get that?
I've been googling for hours on how to find common denominators of factorials but can't seem to find anything. I mean, what happened to the $(n-1)!$ ?
Thanks.
You have it right!
Notice that
$$\frac{(2n)! n + (2n)!(n+1)}{(n+1)n(n-1)!n!} = \frac{(2n)!(2n+1)}{[(n+1)n!][n(n-1)!]}$$
Do you see any simplifications?