This can be calculated using combinations, denoted as C(n, k), where n is the total number of items and k is the number of items to be chosen.
Total number of ways = C(10, 3) = $\binom{10}{3}$ = $\frac{10!}{3!7!}$ = $\frac{10\times9\times8}{3\times2\times1}$ =
Show more…