We need to find out in how many ways can six questions be selected. This is a combination problem, as the order of selection does not matter. The formula for combinations is given by $\frac{n!}{r!(n-r)!}$, where $n$ is the total number of items, and $r$ is the
Show more…