This can be done using combinations, which is denoted as C(n, k) or "n choose k", where n is the total number of items and k is the number of items to be chosen. In this case, we have:
C(14, 6) = $\binom{14}{6}$ = $\frac{14!}{6!(14-6)!}$ =
Show more…