3 students each choose two problems from a list of eight problems. How many ways can this be done?
The answer in the text book gives 8!/(2! 2! 2! 2!), but don't we also have to multiply by the number of ways the questions can be assigned to each student? So 3! x 8!/(2! 2! 2! 2!)?
Please help me understand what I have misunderstood. THANKS!
We assume that Student 1 picks $2$ problems, then Student 2 picks $2$ problems from the remaining $6$, then Student $3$ picks $2$ problems from the remaining $4$.
Then S1 has $\binom{8}{2}$ choices, and for every such choice S2 has $\binom{6}{2}$ choices, and then S3 has $\binom{4}{2}$ choices, for a total of $\binom{8}{2}\binom{6}{2}\binom{4}{2}$,
This simplifies to the expression of your answer. Which student gets which problems is built into the calculation, we do not multiply by $3!$.