This can be calculated using combinations, denoted as C(n, k) or "n choose k", which is equal to n! / (k!(n-k)!), where n is the total number of items and k is the number of items to choose.
Total combinations = C(20, 3) = 20! / (3!(20-3)!) = 1140
a. All of the
Show more…