Since order does not matter and there is no replacement, we can use the combination formula:
$$C(n, k) = \frac{n!}{k!(n-k)!}$$
In this case, n = 8 (total number of distinct objects) and k = 5 (number of objects we want to choose). Plugging these values into the
Show more…