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
一捆牌,每张牌后面都有一个正整数写在上面,在一个乘积游戏里面,一个娃拿张牌,然后乘以比这张派数字打一个数的整数,如果每一个可能的值是在15-200之间,牌最大是多少,最小是多少?
这题解题思路:相邻两数相乘要大于等于15并且小于等于200
那就是:X(X+1)>15 X(X+1)
登录 或 注册 后可以参加讨论