| 
 451. ds:x^(1+x)>=1?1) x>0.5
 2) x^2<=x
 E
 为什么不是B?? 条件二可以得知 x最小等于0 最大不超过1 也就是正分数那正分数不管几次方
 不都一定小于1吗?? 合理啊??
 
 419. DS 某人买icecream 花$10买了张优惠card, with the card in the following 1 year, she gets 1st  icecream for free and each one after that 10% off  问她买了这张卡是否省钱
 
 assume 有没有卡
 她这一年都买6个icecream
 每个icecream $8
 Key: B
 C 当只买一个时不能省钱
  但超过3个后就可以拉这样如果只有条件二就不能判断拉??
 
 
 424. DS 买东西把价格Round to nearest integer 问估计价和实际价偏差在6内?
 一共买的东西Less than 11
 每个东西的价格All round to 5
 Key: A
 we need two premises, a) how many items we bought;b) difference between truth cost and calculated cost of each item
 1)we bought <=11 items, round to nearest integer, the max difference is lim(0.4999999....)=0.5, 11*0.5=5.5<6, sufficient2)still, the max difference is 0.5, but no information about how many items, not sufficient
 这题是不全吗?? 说真的我看不太懂题目在干嘛?? 怎么可以只知道买东西的数量就可以算出来了呢?? 谁可以帮我解释一下?
 
 [此贴子已经被作者于2008-1-5 18:18:17编辑过] |