I am familiar with:
$$ \binom{n}{k} = \frac{n!}{k!(n-k)!} $$
Now, i have an excercise in calculus which gets to the point that we should calculate:
$$ \frac{\binom{3n+1}{n+1}}{\binom{3n}{n}} $$
The answer says that:
$$ \frac{\binom{3n+1}{n+1}}{\binom{3n}{n}} = \frac{(3n+3)!n!(2n)!}{(3n)!(2n+2)!(n+1)!} $$
I dont understand how they got to thise from the formula i showed, how, for example, they got to $(3n+3)$, $(2n+2)$?