This can be done using combinations, since the order in which we select the items does not matter. The number of ways to choose 9 items from a population of 20 is given by the combination formula:
$$C(n, k) = \frac{n!}{k!(n-k)!}$$
In this case, n = 20 and k = 9.
Show more…