问一下130题是不是少考虑了一种情况? 130、 last question: DS: Sarah travels certain distance at a certain speed in mph. Ask if her error of estimate of time is less than 0.5h 1. Error of estimate of distance is + - 10 2. Error of estimate of speed is + - 5. I picked C, but not sure, as t=d/s so 1 only address d, not sufficient, and 2 only address s (but i think this might be a trick qs where 2 can be sufficient, so answer can be B, NN plz look into this question. ) 设时间t,速度v,距离d,则t=d/v,因此单独两个条件无法得出误差的范围 综合两个条件,最大误差为 d/v-(d+10)/(v-5)=(10v+5d)/[v(v-5)] 如果要最大误差小于0.5,有(10v+5d)/[v(v-5)]<0.5 若v>5,有v^2-25v-5d>0,此时要知道v和d的具体值才可知道不等式是否成立 若0<v<5,有v^2-25v-5d>0,此时同样是需要知道v和d的具体值才可判断不等式是否成立 因此在不知道v和d的情况下,选E 如果知道v和d,则选C