gmat prep2 real tuff one!

This topic has expert replies
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

Re: gmat prep2 real tuff one!

by Ian Stewart » Mon May 04, 2009 6:49 am
vkb16 wrote:if k is Not equal to 0,1,or -1, is 1/k > 0?

I. 1/(k-1) > 0

II. 1/(k+1) >0

OA is A
When you divide two numbers, the result is only positive when both numbers have the same sign (both positive, or both negative).

So, when the question asks if 1/k > 0, since the numerator is positive, it's really just asking whether k > 0.

Similarly, S1 tells us that k-1 > 0, or that k > 1. S1 is sufficient; if k > 1, k is certainly positive.

S2 tells us that k+1 > 0, or that k > -1. S2 is not sufficient; if k > -1, k might be negative (-1/2, for example), or k might be positive.
For online GMAT math tutoring, or to buy my higher-level Quant books and problem sets, contact me at ianstewartgmat at gmail.com

ianstewartgmat.com

Master | Next Rank: 500 Posts
Posts: 122
Joined: Mon Dec 15, 2008 12:03 am
Thanked: 2 times

by vkb16 » Mon May 04, 2009 10:24 pm
thank a lot Ian! that part of the info would be of GREAT help to me as I often get nailed in these!

btw, can we flip the inequality sign if we flip the fraction? (numerator = denominator, and vice versa)

for example, if 1/2 > 1/5, 2<5

ive found that this technique becomes handy sometimes!
please any additional quirks of this method as well :)

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

by Ian Stewart » Tue May 05, 2009 5:47 am
vkb16 wrote: btw, can we flip the inequality sign if we flip the fraction? (numerator = denominator, and vice versa)

for example, if 1/2 > 1/5, 2<5
You should be careful doing that. It's perfectly correct if you know that all of your numbers are positive, but it can be incorrect if negatives are involved. For example, (-1/2) < 1/2, and if you flip the fractions, -2 is still less than 2.

When you 'flip the fraction' in an inequality, you're really multiplying and dividing on both sides. For example, say a, b, x and y are all positive, and that

a/b < x/y

Since all our letters are positive, we can multiply and divide on both sides without needing to reverse the inequality:

a < bx/y [multiply by b on both sides]
ay < bx [multiply by y on both sides]
y < bx/a [divide by a on both sides]
y/x < b/a [divide by x on both sides]

Which is why, when all your numbers or letters are positive, you can flip fractions on both sides of an inequality as long as you also flip the inequality. Of course, if one or more of our letters is negative, at some point in the above, we might have needed to reverse the inequality, so this 'rule' would no longer apply. Rather than learn different 'rules' here for different combinations of negative and positive letters, you can always do as I did above - multiply and divide on both sides - and if at each stage you consider whether you might have multiplied or divided by a negative, you'll never make a mistake.
For online GMAT math tutoring, or to buy my higher-level Quant books and problem sets, contact me at ianstewartgmat at gmail.com

ianstewartgmat.com

Master | Next Rank: 500 Posts
Posts: 122
Joined: Mon Dec 15, 2008 12:03 am
Thanked: 2 times

by vkb16 » Wed May 06, 2009 3:28 am
thanks a LOT Ian!