So i have an equality: $$\binom{3n}{2n}= \sum_{k=0}^{n} \binom{2n}{2n-k}\binom{n}{k}$$
So i tried writing on longer but i couldn't find any pattern. Any help would be appreciated, or hints as well. Is there any trick in this kind of proofs that i missed?. Thank you in advance.
$\binom{n}{k}$ is the coefficient of $x^k$ in $(1+x)^n$ and $\binom{2n}{2n-k}$ is the coefficient of $x^{2n-k}$ in $(1+x)^{2n}$, hence:
$$\sum_{k=0}^{n}\binom{n}{k}\binom{2n}{2n-k}=[x^{2n}]\left((1+x)^n\cdot (1+x)^{2n}\right)= [x^{2n}](1+x)^{3n}=\binom{3n}{2n}$$ as wanted.