A school administrator will assign each student in a group of N students to one of M classrooms. If 3<M<13<N, is it possible to assign each of the N students to one of the M classrooms so that each classroom has the same number of students assigned to it?In order for N to be equally divided into M,
M must be a multiple of N.
Because 3<M<13<N, M possible number would be 4, 5, 6, 7, 8, 9, 10, 11, or 12.
1)
It is possible to assign each of 3N students to one of M classrooms so that each classroom has the same number of students assigned to it.For 3N to be equally distributed to M, M must be a multiple of 3N. In other words, we have three scenarios: M is a multiple of N, of 3, or of 3N.
If M is indeed a multiple of N, then we can safely say that it is possible to assign each of N to M classrooms. However, if M is a multiple of 3, then M might or might not a multiple of N. Consider the following example:
M = 12
N = 40
You can't distribute 40 students equally to 12 classrooms. 3N, which equals to 120, however, can clearly be equally distributed to 12 classrooms.
Therefore, statement 1 is insufficient.
2)
It is possible to assign each of 13N students to one of M classrooms so that each classroom has the same number of students assigned to it.Three scenarios: M is a multiple of N, of 13, or of 13N.
But remember that it is impossible for M to be a multiple of 13, since 3<M<13<N.
Therefore, M must be a multiple of N, and the answer to the question is yes.
Thus, statement 2 is sufficient.
Answer: B
Thank you!