This is a permutation problem because the order of arrangement matters. The formula for permutation 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 \(n!\) is the factorial of
Show more…