If q, s, and t are all different numbers, is q < s < t ? - t − q = |t − s| + |s − q|
- t > q
答案是A
解释是:
- It is given that t − q = |t − s| + |s − q|, which can be rewritten without absolute values in four mutually exclusive and collectively exhaustive cases by making use of the algebraic definition of absolute value. Recall that |x| = x if x > 0, and |x| = –x if x < 0. Thus, for example, if t − s < 0, then |t − s| = –(t − s).
Case 1: t > s and s > q. In this case, t − s > 0 and s − q > 0, and so t − q = |t − s| + |s − q| is equivalent to t − q = (t − s) + (s − q), which is an identity. Therefore, the case for which t > sand s > q is consistent with the given information and the assumption t − q = |t − s| + |s − q|.
Case 2: t > s and s < q. In this case, t − s > 0 and s − q < 0, and so t − q = |t − s| + |s − q| is equivalent to t − q = (t − s) − (s − q), or s = q, which is not consistent with the assumption that q, s, and t are all different numbers. Therefore, the case for which t > s and s < q is not consistent with the given information and the assumption t − q = |t − s| + |s − q|.
Case 3: t < s and s > q. In this case, t − s < 0 and s − q > 0, and so t − q = |t − s| + |s − q| is equivalent to t − q = –(t − s) + (s − q), or t = s, which is not consistent with the assumption that q, s, and t are all different numbers. Therefore, the case for which t < s and s > q is not consistent with the given information and the assumption t − q = |t − s| + |s − q|.
Case 4: t < s and s < q. In this case, t − s < 0 and s − q < 0, and so t − q = |t − s| + |s − q| is equivalent to t − q = –(t − s) − (s − q), or t = q, which is not consistent with the assumption that q, s, and t are all different numbers. Therefore, the case for which t < s and s < q is not consistent with the given information and the assumption t − q = |t − s| + |s − q|.
The only case that is consistent with the given information and the assumption t − q = |t − s| + |s − q| is Case 1. Therefore, it follows that t > s and s > q, and this implies q < s < t; SUFFICIENT.
DS题不是只能唯一确认是正确答案吗?为什么官方说明却是可以多种情况分析?OG的答案有些时候只能唯一证明,有些时候又可以多情况分析。。。
|