This can be done using combinations, which is denoted as $_nC_r$ or $C(n, r)$, where $n$ is the total number of items and $r$ is the number of items to choose. In this case, we have $n = 7$ and $r = 3$. The formula for combinations is:
$C(n, r) =
Show more…