The order in which the positions are filled matters, so we use permutations. The formula for permutations is given by:
\[P(n, r) = \frac{n!}{(n-r)!}\]
where \(n\) is the total number of items, \(r\) is the number of items to choose, and "!" denotes factorial.
Show more…