$$\begin{pmatrix} p\\ n\end{pmatrix}=\frac{p!}{n!(p-n)!} = \frac{p(p-1)(p - 2) \dots (p-(n-1))}{n!}$$
I was reviewing and going over the binomial theorem. While doing that, I came across this binomial coefficient and began to feel confused about how it simplifies to the result on the right-hand side. What is the process behind this simplification?
Simplify $p !$ with $(p - n)!:$ $$\frac{p!}{(p-n)!} = \frac{(p - n)! (p - n + 1) \dots (p - 1) p}{(p - n)!} = (p - n + 1) \dots (p - 1) p,$$ which yields the result.