The order of selection does not matter here, so we use the combination formula. The combination formula 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 \(n!\) (read as "n
Show more…