This is a combination problem, since the order of selection does not matter. The formula for combinations is given by:
\[C(n, k) = \frac{n!}{k!(n-k)!}\]
where \(n\) is the total number of items, \(k\) is the number of items to choose, and "!" denotes factorial.
Show more…