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 m classroom so that each classroom has the same number of students assigned to it? (1)it is possible to assign each of 3n students to one of m classroom has the same number of students assigned to it. (2)it is possible to assign each of 13n students to one of m classroom has the same number of students assigned to it. Basically it asks you if m is a factor of n, or if n = m*k. 1) 3n = m*k1 or n = (m*k1)/3. Since m could be 6 or 9 or 12, k1 is not required to be a multiple of 3. Therefore, this condition is not sufficient to tell if n = m*k. 2) 13n = m*k2 or n = (m*k2) /13. Since m could not be 13 or its multiples, k2 has to be a multiple of 13. Therefore, n = m*(k2/13) wherein k2/13 is an integer. Sufficient. BBBBBBBBBBBBb -- by 会员 sdcar2010 (2011/3/6 12:32:59)
为什么从K1,k2是否能分别被3和13整除,而作出判断?没搞明白。。。 |