This is a combination problem, because the order in which the questions are chosen does not matter. The formula for combinations is given by:
\[ C(n, k) = \frac{n!}{k!(n-k)!} \]
where \( n \) is the total number of items, \( k \) is the number of items to
Show more…