This is a combination problem, because the order of the numbers 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
Show more…