This can be done using combinations, which is denoted as C(n, r) or "n choose r", where n is the total number of items and r is the number of items to be selected. In this case, n = 12 and r = 3.
Total number of ways to select 3 items from 12 items = C(12, 3) =
Show more…