DHAR
Is |a| - |b| < |a-b| ?
Statement 1: \(b^a\)<0
Statement 2: |b|>|a|
Forget conventional ways of solving math questions. For DS problems, the VA (Variable Approach) method is the quickest and easiest way to find the answer without actually solving the problem. Remember that equal numbers of variables and independent equations ensure a solution.
The first step of the VA (Variable Approach) method is to modify the original condition and the question, and then recheck the question.
|a| - |b| < |a-b|
⇔ |a| < |a-b| + |b|
⇔ |a-b + b| < |a-b| + |b|
⇔ |a-b + b|^2 < (|a-b| + |b|)^2 since both sides are non-negative in the above inequality.
⇔ (a-b + b)^2 < (|a-b| + |b|)^2
⇔ (a-b)^2 + 2b(a-b) + b^2 < |a-b|^2 + 2|a-b||b| + |b|^2
⇔ (a-b)^2 + 2b(a-b) + b^2 < (a-b)^2 + 2|a-b||b| + b^2
⇔ 2b(a-b) < 2|(a-b)b|
⇔ b(a-b) < |(a-b)b|
⇔ b(a-b) < 0
Since we have 2 variables and 0 equations, C is most likely to be the answer and so we should consider 1) & 2) first.
Conditions 1) & 2)
From the first condition 1), we have b < 0.
From the the inequality |b| > |a|, we have -b = |b| > |a| since b < 0.
If a ≥ 0, a ≥ 0 > b since b < 0
If a < 0, |a| = -a < -b from the above inequality and we have a > b or a < b..
Thus b(a-b) < 0 since b < 0 and a-b < 0
Since this question is an inequality question (one of the key question areas), CMT (Common Mistake Type) 4(A) of the VA (Variable Approach) method tells us that we should also check answers A and B.
Condition 1)
a = 1, b = -1 : Yes
a = -1, b = -1 : No
The condition 1) is not sufficient.
Condition 2)
If b = 0, we don't have a solution a with 0 > |a|
If b > 0, we have b = |b| > |a| ≥ a or b > a from the |b|>|a| and so b(a-b) < 0
If b < 0 and -b = |b| > |a| ≥ -a or -b > -a and so a - b > 0 and b(a-b) < 0
The condition 2) is sufficient.
Therefore, B is the answer.
In the previous solution, there was a mistake.
Normally, in problems which require 2 equations, such as those in which the original conditions include 2 variables, or 3 variables and 1 equation, or 4 variables and 2 equations, each of conditions 1) and 2) provide an additional equation. In these problems, the two key possibilities are that C is the answer (with probability 70%), and E is the answer (with probability 25%). Thus, there is only a 5% chance that A, B or D is the answer. This occurs in common mistake types 3 and 4. Since C (both conditions together are sufficient) is the most likely answer, we save time by first checking whether conditions 1) and 2) are sufficient, when taken together. Obviously, there may be cases in which the answer is A, B, D or E, but if conditions 1) and 2) are NOT sufficient when taken together, the answer must be E.