I was giving a GRE Mock test and came across this question:
Quote:
The program manager for an amateur performance night auditioned 12 acts, but there is only room for 3 acts on the program. How many different ways can the program manager arrange 3 different acts from the original 12?
The solution given by the test maker is that:
There are three slots and the order doesn't matter so the number of ways to arrange is: 12 * 11 * 10 => 1320
My logic says that the wording of the question suggests combination and not permutation. So the number of solutions should be => 12C3 => ( 12 * 11 * 10 ) / ( 3 * 2 * 1 ) => 220.
Can someone help me out here please.