If a and b are integers, and |a| > |b|, is a · |b| < a - b?
(1) a < 0
(2) ab 0
The answer is E.
The explanation provided is very long, is there a way to solve this within 2 min?
maggiely07 Wrote:If a and b are integers, and |a| > |b|, is a · |b| < a - b?
(1) a < 0
(2) ab 0
The answer is E.
The explanation provided is very long, is there a way to solve this within 2 min?
RonPurewal Wrote:maggiely07 Wrote:If a and b are integers, and |a| > |b|, is a · |b| < a - b?
(1) a < 0
(2) ab 0
The answer is E.
The explanation provided is very long, is there a way to solve this within 2 min?
for a problem this unconventional and obnoxious, i would just start PLUGGING IN NUMBERS.
the given condition, |a| > |b|, is easy to satisfy, so this problem is pretty optimal for number-picking. basically, "|a| > |b|" just means that 'a' is a BIGGER number than 'b'; we just don't know whether either of them is positive or negative. (also, b could be 0.)
so, here's a fairly complete list of plug-ins: (a first, then b)
1, 0
-1, 0
2, 1
2, -1
-2, 1
-2, -1
if we go through all of these, we can be fairly confident of our answer.
statement (1)
1, 0 doesn't apply; skip it
-1, 0 --> is 0 < -1? NO
-2, 1 --> is -2 < -3? NO
-2, -1 --> is -2 < -1? YES
insufficient
i can't tell what statement (2) is supposed to say; it currently says "ab 0". but, if you keep using these plug-ins, you should find that it's also insufficient (and that the combination of statements is also insufficient).
rajkapoor Wrote:thanks Ron.I should have jumped on plugging numbers than trying to solve it by algebra.
btw ,the second statement is ab >-= 0
arturocb86 Wrote:Ron,
What is a good strategy for picking numbers? I miss one of the possible combination of values!
I ask you because in this case a cannot be 0... but imagine a could be 0.
you will have 2^3 = 8 different combinations... should we try them all in a DS prob.? Is this is likely to occur?
-1, 0 --> is 0 < -1? NO Can you say from here it is insufficient?
jcartano Wrote:Is this a realistic question? It seems like quite a bit of work.