I am having trouble distinguishing when to use factorials, $^nC_r$ and $^nP_r$.
I am considering this description of their various purposes:
"Factorials serve two purposes, both stated above: the number of ways to order a set of $n$ objects is $n! $, and this makes it useful in other formulas. What you call "$^nC_r$" stands for combinations - the number of ways to choose $r$ objects from a set of $n$ distinguishable objects, where order doesn't matter. Contrast this with $^nP_r$, which is the number of ways to choose $r$ objects from a set of $n$ distinguishable objects when order does matter."
I don't really understand what is meant by 'order matters.'