Bunuel
If r and s are integers such that |r – s| > 4, which of the following cannot be possible values of (r, s)?
A. (-1, -6)
B. (-6, -1)
C. (1, 6)
D. (6, 1)
E. (-1, 1)
Two properties involving absolute value inequalities:
Property #1: If |something| < k, then –k < something < k
Property #2: If |something| > k, then EITHER something > k OR something < -k Note: these rules assume that k is positiveThe given inequality, |r – s| > 4, matches the format of property #2.
So we can conclude that: EITHER
r – s > 4 OR
r – s < -4So, for each answer choice in the form (r, s), we'll find the value of r - s and check whether it falls in one of the two ranges above.
A. (-1, -6). r - s = (-1) - (-6) = 5. These coordinates satisfy the inequality
r – s > 4. Eliminate A.
B. (-6, -1). r - s = (-6) - (-1) = -5. These coordinates satisfy the inequality
r – s < -4. Eliminate B.
C. (1, 6). r - s = 1 - 6 = -5. These coordinates satisfy the inequality
r – s < -4. Eliminate C.
D. (6, 1). r - s = 6 - 1 = 5. These coordinates satisfy the inequality
r – s > 4. Eliminate D.
E. (-1, 1). r - s = (-1) - 1 = -2. These coordinates satisfy
neither inequality.
Answer: E