This is a combination problem, so we can use the formula for combinations:
$C(n, k) = \frac{n!}{k!(n-k)!}$
In this case, n = 30 (the total number of students) and k = 5 (the number of students we want to choose for a team). Plugging these values into the
Show more…