We can do this using the combination formula, which is denoted as "n choose r", where n is the total number of items, and r is the number of items to choose.
The formula for combination is:
\[
C(n, r) = \frac{n!}{r!(n-r)!}
\]
where "!" denotes factorial, which
Show more…