If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
a · |b| < a – b?
(1) a < 0 => a · |b| < 0
a = -3, b = 2 => a · |b| = -6 < a - b (= -5) YES
a = -4, b = 0 => a · |b| = 0 < a - b (= -4) NO
Inconsistent (REMEMBER b can be 0 in this case)
(2) ab >= 0 => a and b are both positive or both negative ( or zero).
a = -3, b = -2 => a · |b| = -6 < a - b (= -5) YES
a = 3, b = 2 => a · |b| = 6 < a - b (= 1) NO
Inconsistent
Combine, a and b are negative. ( b can also be zero)
a = -3, b = -2 => a · |b| = -6 < a - b (= -1) YES
a = -6, b = 0 => a · |b| = 0 < a - b (= -6) NO
E
If the second statement is (2) ab > 0 then the answer is C
a = -6, b = -1 => a · |b| = -6 < a - b (= -5) YES
a = -20, b = -1 => a · |b| = -20 < a - b (= -19) YES
a = -2, b = -1 => a · |b| = -2 < a - b (= -1) YES
a = -20, b = -19 => a · |b| = -380 < a - b (= -1) YES
C
Wanted: Faster DS solution
This topic has expert replies
Source: Beat The GMAT — Data Sufficiency |
- logitech
- Legendary Member
- Posts: 2134
- Joined: Mon Oct 20, 2008 11:26 pm
- Thanked: 237 times
- Followed by:25 members
- GMAT Score:730
Still time consuming.austin wrote:If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
a · |b| < a – b?
(1) a < 0 => a · |b| < 0
a = -3, b = 2 => a · |b| = -6 < a - b (= -5) YES
a = -4, b = 0 => a · |b| = 0 < a - b (= -4) NO
Inconsistent (REMEMBER b can be 0 in this case)
(2) ab >= 0 => a and b are both positive or both negative ( or zero).
a = -3, b = -2 => a · |b| = -6 < a - b (= -5) YES
a = 3, b = 2 => a · |b| = 6 < a - b (= 1) NO
Inconsistent
Combine, a and b are negative. ( b can also be zero)
a = -3, b = -2 => a · |b| = -6 < a - b (= -1) YES
a = -6, b = 0 => a · |b| = 0 < a - b (= -6) NO
E
If the second statement is (2) ab > 0 then the answer is C
a = -6, b = -1 => a · |b| = -6 < a - b (= -5) YES
a = -20, b = -1 => a · |b| = -20 < a - b (= -19) YES
a = -2, b = -1 => a · |b| = -2 < a - b (= -1) YES
a = -20, b = -19 => a · |b| = -380 < a - b (= -1) YES
C
LGTCH
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"
-
austin
- Master | Next Rank: 500 Posts
- Posts: 110
- Joined: Thu Oct 23, 2008 9:12 am
- Location: India
- Thanked: 9 times
- Followed by:1 members
this question can be done without even solving...
b = 0 is a case where the consistency will fail
This question is a bit like:
Is x^2 + y^2 > 4a?
(1) (x + y)^2 = 9a
(2) (x – y)^2 = a
adding we get x^2 + y^2 = 5a.. always true except when x = y = a = 0.
Answer is E... zero can be used a test point straight away (if nothing is mentioned about these variables - like +ve integers etc..)
b = 0 is a case where the consistency will fail
This question is a bit like:
Is x^2 + y^2 > 4a?
(1) (x + y)^2 = 9a
(2) (x – y)^2 = a
adding we get x^2 + y^2 = 5a.. always true except when x = y = a = 0.
Answer is E... zero can be used a test point straight away (if nothing is mentioned about these variables - like +ve integers etc..)
- logitech
- Legendary Member
- Posts: 2134
- Joined: Mon Oct 20, 2008 11:26 pm
- Thanked: 237 times
- Followed by:25 members
- GMAT Score:730
I like this one!!austin wrote:this question can be done without even solving...
b = 0 is a case where the consistency will fail
This question is a bit like:
Is x^2 + y^2 > 4a?
(1) (x + y)^2 = 9a
(2) (x – y)^2 = a
adding we get x^2 + y^2 = 5a.. always true except when x = y = a = 0.
Answer is E... zero can be used a test point straight away (if nothing is mentioned about these variables - like +ve integers etc..)
LGTCH
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"
-
Spring2009
- Master | Next Rank: 500 Posts
- Posts: 101
- Joined: Fri Nov 21, 2008 4:14 am
- Thanked: 2 times
Sorry, I don't get how to use your solution to solve logitech's question. Please explain ! Thanks.austin wrote:this question can be done without even solving...
b = 0 is a case where the consistency will fail
This question is a bit like:
Is x^2 + y^2 > 4a?
(1) (x + y)^2 = 9a
(2) (x – y)^2 = a
adding we get x^2 + y^2 = 5a.. always true except when x = y = a = 0.
Answer is E... zero can be used a test point straight away (if nothing is mentioned about these variables - like +ve integers etc..)
-
austin
- Master | Next Rank: 500 Posts
- Posts: 110
- Joined: Thu Oct 23, 2008 9:12 am
- Location: India
- Thanked: 9 times
- Followed by:1 members
Apply b = 0 in statements 1 and 2, they will fail the test of consistency.
Combine, a < 0 and ab >= 0
b<=0. Put b = 0 for the combined statement, still no consistent answers...
Combine, a < 0 and ab >= 0
b<=0. Put b = 0 for the combined statement, still no consistent answers...

















