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
一开始没有读懂题目所以选错了……这道题的意思应该是这副牌中所有x和(x+1)的乘积在15-200之间,这样的话x最小是4(如果是3,则3*4=12200)
登录 或 注册 后可以参加讨论