以下是引用MangoQQ在2007-5-23 6:05:00的发言: In a certain deck of cards, each card has a positive integer written on it, In a multiplication game, a child draws a card and multiplies the integer on the card by the next larger integer. If each possible product is between 15 and 200, then the least and greatest integers on the cards could be: a. 3 and 15 b. 3 and 20 c. 4 and 13 d. 4 and 14 e. 5 and 14 答案: C. 为啥我做出来是4 和12呢. 请各位指教.   这题好怪,我算出来是D 最小值只能是最小的两个数相乘所得,3*4=12落在范围外,4*5=20落在范围内(最小4) 最大值只能是最大的两个数相乘所得,13*14=182应该也小于200啊,14*15=210大于200(最大14) 所以我得出是D,大家讨论是否有错误 |