In a certain deck ofcards, each card has a positive integer written on it. In a multiplication game, a child draws acard and multiplies the integer on the card by the next larger integer. If each possible product is between 15 and200, then the least and greatest integers on the cards could be
3 and 15
3 and 20
4 and 13
4 and 14
5 and 14
审题很重要:本题中说的是card上的数字乘以的是next larger integer.比卡片上的数字大的一个数。如果卡片上的数字是K,那么K(k+1)的范围在15和200之间,所以,最小应该为4,最大为13.
3*4=12,4*5=20,5*6=30
13*14=182,14*15=210>200,
登录 或 注册 后可以参加讨论