Consider creating a permutation of r objects from a set of size n by first picking an unordered subset of size r and then counting the number of ways to order that subset. Using our notation and the multiplication principle,
\begin{equation*} _nP_r = _nC_r \cdot r! \end{equation*}
Dividing by \(r!\) gives the result.