The permutation formula counts the number of ordered arrangements of objects chosen from a larger set. It is given by:
\[ {}^nP_r = \frac{n!}{(n-r)!} \]
Use permutations when order matters — for example, arranging people in a line, assigning positions, or creating codes.
The permutation formula \({}^nP_r = \frac{n!}{(n-r)!}\) counts ordered arrangements of \(r\) objects chosen from \(n\). Use it when order is important.