Given that $X \sim \operatorname{Binomial}(n,p)$, Find $\mathbb{E}[X(X-1)(X-2)(X-3)]$.
It is suggested that I can transform it into \begin{align} \mathbb{E}[X(X-1)(X-2)(X-3)] &=\sum_{k=0}^n k(k-1)(k-2)\mathbb{P}\{X=k\}\\ &=\sum_{k=3}^{n+3} (k-3)(k-4)(k-5)\mathbb{P}\{X=k-3\}\\ &=\sum_{k=0}^n i(i-1)(i-2)\mathbb{P}\{X=i\} \end{align} But then I just have no idea about how can i do it. I suspect that it needs something similar to this post but the steps are quite different from this one.
Please help.