|
Author |
Message |
|
TAGS:
|
|
|
Senior Manager
Joined: 08 Jun 2006
Posts: 347
Location: Washington DC
Followers: 1
Kudos [?]:
5
[0], given: 0
|
If a and b are integers, and |a| > |b|, is a |b| < a [#permalink]
26 Dec 2006, 19:36
Question Stats:
0% (00:00) correct
0% (00:00) wrong based on 0 sessions
If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
...Please share your work......
Last edited by anindyat on 26 Dec 2006, 20:03, edited 1 time in total.
|
|
|
|
|
|
|
VP
Joined: 28 Mar 2006
Posts: 1396
Followers: 1
Kudos [?]:
14
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
26 Dec 2006, 20:12
anindyat wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
...Please share your work......
Picking #s is the best way I believe.
Option 1 : There are 2 cases here
since a<0 and given condition is |a| >|b|
the values of a and b can be a=-3,b=-2 or a=-3 b=2 (since the absolute value of a should be > abs value of b)
substituting in a · |b| < a – b
A is SUFF
Option 2
ab>= 0 which means a or b can be 0 or they should be both positive or both -ve
You got 4 cases minimum here
take a=-1 and b=0 you get 0<-1 which is false
If you take a=-3 and b=-2 you get -6<-1 which is true
So B is INSUFF
A stands
|
|
|
|
|
|
Director
Joined: 24 Aug 2006
Posts: 758
Location: Dallas, Texas
Followers: 3
Kudos [?]:
9
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
26 Dec 2006, 20:16
If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
b can be positive integer, negetive integer or zero.
if a=-5, b=4 ==> -20 <-9 --- true
if a=-5, b=-4 ==> -20 < -1 ---- true
if a=-5, b=0 ==> 0<-5 -------- false
Thereofore, (1) is insufficient.
(2) ab >= 0
if ab >0 Then either both positive or both negetive but none is zero.
when a=5, b=4 ==> 20<1 ---false
Therefore (2) insufficient.
Combining (1) and (2) we get both a and b are negetive integers.
and we already saw when a and b are both negetive, the relationship is true.
(C) is my answer.
_________________
"Education is what remains when one has forgotten everything he learned in school."
|
|
|
|
|
|
VP
Joined: 28 Mar 2006
Posts: 1396
Followers: 1
Kudos [?]:
14
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
26 Dec 2006, 20:20
Swagatalakshmi wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0 b can be positive integer, negetive integer or zero.
if a=-5, b=4 ==> -20 <-9 --- true if a=-5, b=-4 ==> -20 < -1 ---- true if a=-5, b=0 ==> 0<-5 -------- false Thereofore, (1) is insufficient.
(2) ab >= 0
if ab >0 Then either both positive or both negetive but none is zero.
when a=5, b=4 ==> 20<1 ---false Therefore (2) insufficient.
Combining (1) and (2) we get both a and b are negetive integers. and we already saw when a and b are both negetive, the relationship is true.
(C) is my answer.
Yes I fogot the 0 case in my option 1
Thanks Swagat.
|
|
|
|
|
|
SVP
Joined: 08 Nov 2006
Posts: 1560
Location: Ann Arbor
Schools: Ross '10
Followers: 12
Kudos [?]:
155
[0], given: 1
|
Re: DS - Abs a and b [#permalink]
26 Dec 2006, 20:32
Swagatalakshmi wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0 b can be positive integer, negetive integer or zero.
if a=-5, b=4 ==> -20 <-9 --- true if a=-5, b=-4 ==> -20 < -1 ---- true if a=-5, b=0 ==> 0<-5 -------- false Thereofore, (1) is insufficient.
(2) ab >= 0
if ab >0 Then either both positive or both negetive but none is zero.
when a=5, b=4 ==> 20<1 ---false Therefore (2) insufficient.
Combining (1) and (2) we get both a and b are negetive integers. and we already saw when a and b are both negetive, the relationship is true.
(C) is my answer.
I agree with the reasoning that a<0 and that b <0.
But based on (2) ab can also be equal to 0 implying that b can also be 0.
Lets pick a=-2 and b=-1. This satisfies the question stem.
-2.|-1| is < than -2-(-1) implying that a · |b| < a – b
Now, lets pick a=-2 and b=0,
In this case, -2(0) is > than -2-(0) implying that a · |b| > a – b
My choice is E.
_________________
My Profile/GMAT/MBA Story http://www.gmatclub.com/forum/111-t59345
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
Director
Joined: 24 Aug 2006
Posts: 758
Location: Dallas, Texas
Followers: 3
Kudos [?]:
9
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
26 Dec 2006, 20:35
ncprasad wrote: Swagatalakshmi wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0 b can be positive integer, negetive integer or zero.
if a=-5, b=4 ==> -20 <-9 --- true if a=-5, b=-4 ==> -20 < -1 ---- true if a=-5, b=0 ==> 0<-5 -------- false Thereofore, (1) is insufficient.
(2) ab >= 0
if ab >0 Then either both positive or both negetive but none is zero.
when a=5, b=4 ==> 20<1 ---false Therefore (2) insufficient.
Combining (1) and (2) we get both a and b are negetive integers. and we already saw when a and b are both negetive, the relationship is true.
(C) is my answer. I agree with the reasoning that a<0 and that b <0. But based on (2) ab can also be equal to 0 implying that b can also be 0. Lets pick a=-2 and b=-1. This satisfies the question stem. -2.|-1| is < than -2-(-1) implying that a · |b| < a – b Now, lets pick a=-2 and b=0, In this case, -2(0) is > than -2-(0) implying that a · |b| > a – b My choice is E.
You are darn RIGHT. I read the second condition as ab>0 !!!
Stupid me .... Grrrrr ......
_________________
"Education is what remains when one has forgotten everything he learned in school."
|
|
|
|
|
|
Intern
Joined: 24 Feb 2006
Posts: 48
Followers: 1
Kudos [?]:
0
[0], given: 0
|
Got (B)
If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
from (1) a<0
and |a| > |b|
a=-1
b= 0
a= -3,b = -2
a·|b| = -3.|-2| = -6
a-b = -3 +2=-1
a · |b| < a – b
a = -2,b = 1
a · |b| = -2*|1| = -2
a-b = -2 -1=-3 <-2
a · |b| > a – b
(1) not suff
for (2)
|a| > |b|
ab>=0
a=-2,b=0
a · |b| = 0
a-b = -2-0=-2
so a · |b| > a – b
a=3,b=2
a.|b| = 6
a-b = 3-2=1
a ·|b| > a – b
(2) suff
ANS (B)
|
|
|
|
|
|
Intern
Joined: 24 Feb 2006
Posts: 48
Followers: 1
Kudos [?]:
0
[0], given: 0
|
mkl_in_2001 wrote: Got (B)
If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
from (1) a<0 and |a| > |b|
a=-1 b= 0
a= -3,b = -2 a·|b| = -3.|-2| = -6 a-b = -3 +2=-1 a · |b| < a – b
a = -2,b = 1 a · |b| = -2*|1| = -2 a-b = -2 -1=-3 <-2
a · |b| > a – b
(1) not suff
for (2) |a| > |b| ab>=0
a=-2,b=0 a · |b| = 0 a-b = -2-0=-2 so a · |b| > a – b
a=3,b=2
a.|b| = 6 a-b = 3-2=1 a ·|b| > a – b
(2) suff
ANS (B)
I was wrong
for (2)
if a =-3 ,b=-2
a.|b| =-6
a-b = -3 +2=-1
a.|b|<a-b
this makes (B) also insuff
S0 it should be E!!
|
|
|
|
|
|
Manager
Joined: 19 Aug 2006
Posts: 222
Followers: 1
Kudos [?]:
3
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
29 Dec 2006, 06:40
anindyat wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
...Please share your work......
Its E
Stmt 1) Consider a=-6 and b=-5
so a. |b| < a-b is -30 < -1 OK
Consider a=6 and b=5
so a. |b| < a-b is 30 < 1 So insufficient
Stmt 2) Consider a=-6 and b=-5
so a. |b| < a-b is -30 < -1 OK
Consider a=6 and b=5
so a. |b| < a-b is 30 < 1 So insufficient
|
|
|
|
|
|
Manager
Joined: 18 Nov 2006
Posts: 126
Followers: 1
Kudos [?]:
0
[0], given: 0
|
Re: DS - Abs a and b [#permalink]
29 Dec 2006, 12:53
anindyat wrote: If a and b are integers, and |a| > |b|, is a · |b| < a – b?
(1) a < 0
(2) ab >= 0
...Please share your work......
-------------------------------------------------------
I am getting E
1) a=-2, b=-1 -> stem false; a=-2,b=0-> stem false, a=-3, b=-1-> stem true
TF, insuffi..
2) -> a=0 or b =0 or both +ve or both -ve
stem and 2) -> 2,0 -> stem true
-2,0-> stem false
insuffi..
both 1) and 2) together: take -2,0->false ;-2,-1-> true..insuffi.
TF, E
|
|
|
|
|
|
Senior Manager
Joined: 24 Nov 2006
Posts: 353
Followers: 1
Kudos [?]:
8
[0], given: 0
|
(1) and (2) are insufficient alone. How do they fare together?
(1) a < 0 AND (2) ab >= 0 is equivalent to a<0 AND b <=0.
a · |b| < a – b?
|b| = -b; then: -ab < a-b. Reordering the expression: -a/(a-1)>b. The term to the left is (-), and as b is (-) itself, we cannot ascertain that the expression always holds (it could be that -1/(a-1) = -3/4 and b = -1/2 or -1, yielding the inequality false or true, respectively).
The answer is E.
|
|
|
|
|
|
SVP
Joined: 05 Jul 2006
Posts: 1565
Followers: 4
Kudos [?]:
63
[0], given: 34
|
very nice rally folks, i say E too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Similar topics |
Author |
Replies |
Last post |
|
Similar Topics:
|
|
|
|
If a and b are integers, and |a| > |b|, is a |b| < a
|
sujayb |
1 |
22 Nov 2006, 13:25 |
|
|
|
If a and b are integers, and |a| > |b|, is a |b| < a
|
ArvGMAT |
2 |
24 Jun 2007, 16:28 |
|
|
|
If a and b are integers, and |a| > |b|, is a |b| < a
|
chineseburned |
3 |
06 Apr 2008, 08:13 |
|
|
|
If a and b are integers, and |a| > |b|, is a |b| < a
|
gmatnub |
6 |
29 Jun 2008, 22:09 |
|
|
|
If a and b are integers, and |a| > |b|, is a |b| < a
|
krishan |
2 |
08 Nov 2008, 05:49 |
|
|
|
|
|
|