if 500 is the multiple of 100 that is closest to x and 400 is the multiple of 100 that is closest to y, which multiple of 100 is closest to x+y? 1. x<500 2. y<400 DS题。 -- by 会员 xxllin (2010/1/2 20:23:12)
也不是特别清楚,讨论下
和x数值最接近的100的倍数是500,和y数值最接近的100的倍数是400,问和x+y最接近的100的倍数是多少?
由题干可知 450<x<550, 350 <y <450, 因此根据题干仅能推出 800 <x+y < 1000,包含三种情况
当800<x+y<850时,x+y最接近800
当850 <x+y<950时,x+y最接近900
当950<x+y<1000时,x+y最接近1000
条件1推出 800<x+y<950,最接近的100的倍数可能是800和900
条件2推出 800<x+y<950,同上。
条件1&2 800<x+y<900 ,还是会有800和900两个答案,么有办法判断. 我选E.. |