- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
multiple of 100: 100, 200, 300, 400, 500, 600, . . .
Among the above candidates, 500 is the closest to x and 400 is the closest to y. Do you know which of the above numbers is closest to x+y?
Premise: 450<x<550 and 350<y<450
condition 1) 450<x<500, 800<x+y<950. The multiple of 100 could be 800, 900, condition 2) 350<y<400, 800<x+y<950. The multiple of 100 could be 800, 900 conditions 1) and 2) 450<x<500, 350<y<400, 800<x+y<900. The multiple of 100 could be 800, 900. |
|