 |
| Author |
Message |
|
maggiely07
|
Post subject: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Sun Feb 07, 2010 3:03 am |
|
Posts: 1
|
|
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
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Fri Feb 19, 2010 8:50 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 6765
|
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
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Fri Feb 19, 2010 11:34 am |
|
 |
| Course Students |
|
|
Posts: 37
|
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). thanks Ron.I should have jumped on plugging numbers than trying to solve it by algebra. btw ,the second statement is ab >-= 0
_________________ i ask so i can answer / i answer so i can learn
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Tue Feb 23, 2010 6:14 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 6765
|
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 hi - (by the way, you can write " >". just type a regular ">" sign, but use an underline.) if you have ab > 0, then, using the same plug-ins, 1, 0 --> is 0 < 1? YES -1, 0 --> is 0 < -1? NO insufficient if you have the two statements together: 1, 0 --> doesn't satisfy statement 1 -1, 0 --> is 0 < -1? NO 2, 1 --> doesn't satisfy statement 1 2, -1 --> doesn't satisfy either statement -2, 1 --> doesn't satisfy statement 2 -2, -1 --> is -2 < -1? YES still insufficient ans (e) -- what does the answer key do?
|
|
 |
|
 |
|
arturocb86
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Thu Feb 25, 2010 9:43 pm |
|
 |
| Students |
|
|
Posts: 5
|
|
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?
Thank you!
I have another question:
Quoting from your process,
-1, 0 --> is 0 < -1? NO Can you say from here it is insufficient? 2, 1 --> doesn't satisfy statement 1 2, -1 --> doesn't satisfy either statement -2, 1 --> doesn't satisfy statement 2 -2, -1 --> is -2 < -1? YES still insufficient
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Sat Apr 03, 2010 7:28 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 6765
|
arturocb86 wrote: Ron,
What is a good strategy for picking numbers? I miss one of the possible combination of values! it's going to vary from problem to problem. essentially, your task is to notice which types of problems demand the use of which types of numbers, and get takeaways to use on future problems. for instance, positives, negatives, and zero are important on lots of problems, but not all; other problems will turn on such things as fractions, perfect squares, odds and evens, or other such things. the only way you can really get good at this is to go through lots of problems, and make connections between the appearance of the problem and the types of numbers that matter. Quote: 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? actually, you would have 3^2 = 9, not 2^3 = 8 combinations: + + + - + 0 - + - - - 0 0 + 0 - 0 0 it might be the case that you'd actually have to try all nine of these combinations. most likely you wouldn't, but it's not unreasonable to expect that you could. the key, as usual, is to start using plug-in methods as soon as possible -- basically, the instant you realize that you don't know the "textbook" way to solve the problem, and not a bit later. Quote: -1, 0 --> is 0 < -1? NO Can you say from here it is insufficient? whoa, no. this is a misunderstanding of the fundamental nature of data sufficiency -- make sure you clear this one up right away. if you have a yes/no question: * DEFINITE YES is SUFFICIENT * DEFINITE NO is SUFFICIENT* "MAYBE" (sometimes yes, sometimes no) is insufficient it's not good enough just to get a "no" answer to the question prompt; you haven't established insufficiency until you get BOTH a "yes" and a "no".
|
|
 |
|
 |
|
jcartano
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Tue May 25, 2010 10:59 pm |
|
 |
| Students |
|
|
Posts: 1
|
|
Is this a realistic question? It seems like quite a bit of work.
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: If a and b are integers, and |a| > |b|, is a · |b| < a – b? Posted: Wed Jun 23, 2010 9:12 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 6765
|
jcartano wrote: Is this a realistic question? It seems like quite a bit of work. it's a little bit on the labor-intensive side, but it's definitely not totally unreasonable. in particular, it's quite useful in terms of encouraging a quick transition to number plugging -- most people spend too much time staring unsuccessfully at algebra before deciding to try backup methods.
|
|
 |
|
 |
|
Users browsing this forum: No registered users and 3 guests |
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|
 |