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