|
最后一题:
#20 POWERS OF THREE
7 students have selected some numbers which are powers of 3 (1, 3, 9, 27, 81,...). Interestingly, all the students have the same total when they add their numbers. Among all selected numbers if the mostly selected number has been selected X times, what can be the minimum value for X?
Note: A student may select a number more than once.
7个学生选择了一些数字,它们都是3的幂(1,3,9,27,81)。有趣的是,如果每个学生把他们的数字加起来,得到的总计都是相同的。在所有这些被选择的数字当中,如果选择次数最多的是X次,那么X可能的最小值是多少?
注意:一个学生可以多次选择同一个数字。
|
|