I am trying to figure out the steps between these equal expressions in order to get a more general understanding of product sequences: $$\prod_{k=0}^{n}\left(3n-k\right) + \prod_{k=n}^{2n-3}\left(2n-k\right) = \prod_{j=2n}^{3n}j + \prod_{j=3}^{n}j =\frac{(3n)!}{(2n-1)!}+\frac{n!}{2}$$
I know that $ n! :=\prod_{k=1}^{n}k$ but I can't figure out how that helps me understand the above equation.
edit: Thank you for the great help! Another thing I don't understand, is how I get from $\prod_{k=0}^{n}\left(3n-k\right) + \prod_{k=n}^{2n-3}\left(2n-k\right)$ to $\prod_{j=2n}^{3n}j + \prod_{j=3}^{n}j$. Any help with understanding this is much appreciated, I will try to figure it out myself while I wait for answers.
Let's evaluate a few terms for $$\prod_{k=0}^n (3n-k)$$
when $k=0$, we are multipliying $3n$.
when $k=1$, we are multipliying $3n-1$.
when $k=2$, we are multipliying $3n-2$.
and so on. Each time, the individual term reduces by $1$.
when $k=n$, we are multiplying $3n-n=2n$
Hence we are just multiplying every term from $2n$ to $3n$.
$$\prod_{k=0}^n (3n-k)=\prod_{j=2n}^{3n}j=\frac{(3n)!}{(2n-1)!}$$