Absolute values

This topic has expert replies
Source: — Problem Solving |

Newbie | Next Rank: 10 Posts
Posts: 9
Joined: Sun Sep 21, 2014 10:25 pm
Location: India
Thanked: 3 times

by vineet.nitd » Tue Oct 25, 2016 2:16 am
You may multiply each side of the inequality by |x| without flipping the sign and then rearrange.

x(|x|-1)>0

x>0 AND |x|>1 => x>1
OR
x<0 AND |x|<1 => -1<x<0

From the two range of values above, we know for sure that x>-1.

Hence choice B is correct.
Private GMAT Instructor
----------------------------
Please feel free to connect at [email protected]

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Tue Oct 25, 2016 2:24 am
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Master | Next Rank: 500 Posts
Posts: 157
Joined: Mon Aug 16, 2010 7:30 pm
Location: India
Thanked: 65 times
Followed by:3 members

by crackverbal » Wed Oct 26, 2016 10:30 pm
Hi AaronRamsey,

Let just first analyze the given information,

x/|x|<x

Cross-multiply with |x| on both sides; we can do this because the denominator is positive.

x < x|x|,

x(|x|-1) > 0

Once you solve this draw the number line, to understand the range of values,

Just plot the roots (critical points) in the number line, that is,

x =-1, 0, and 1.

Image

So here, x > 1 and -1<x<0

(the value greater than the greatest root is always positive and then just alternate the signs for the ranges from there)

So only answer B covers all the set of values,

So answer is B.

Hope it is clear
Join Free 4 part MBA Through GMAT Video Training Series here -
https://gmat.crackverbal.com/mba-throug ... video-2018

Enroll for our GMAT Trial Course here -
https://gmatonline.crackverbal.com/

For more info on GMAT and MBA, follow us on @AskCrackVerbal

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Thu Oct 27, 2016 11:02 am
Hi AARONRAMSEY,

This question can be solved by TESTing VALUES. With typical prompts, you normally just have to TEST once. However, when a question uses the phrase "must be true", that's often a clue that you'll have to TEST at least two different values. With the addition of absolute values and inequalities, we likely have to consider negatives and fractional values as well.

To start, let's TEST X = 2...

2/|2| = 1 and 1 < 2, so X COULD be 2.
Eliminate Answers C and D

With our next TEST, we should look for something different. It might take a bit of 'playing around' before you find a value that fits though. Positive fractions and negative integers do NOT fit the given inequality.

Let's TEST X = -1/2

(-1/2)/|-1/2| = -1 and -1 < -1/2, so X COULD be -1/2
Eliminate Answers A and E.

There's only one answer left...

Final Answer: B

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Thu Oct 27, 2016 11:13 pm
Since |x| is positive, you can multiply both sides by |x|:

x < x * |x|

Now we've got two possibilities.

Case 1:

x > 0

In this case, we can divide both sides by x and nothing funny will happen: 1 < |x|. Since x is positive, |x| = x, and we can write this as 1 < x.

Case 2:

x < 0

In this case, we can divide both sides by x, but since x is negative, the sign will flip: 1 > |x|. Since |x| is nonnegative, we can write this as 1 > |x| ≥ 0. Since x itself is negative, this is really -1 < x ≤ 0.

Combining the two cases, we have

-1 < x

with x ≠ 1. (In other words, any x > -1 EXCEPT for x = 1 is fine.)

This means B must be true, and we're done!

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Thu Oct 27, 2016 11:16 pm
Another approach that doesn't require algebra is exploiting the answer choices and trying a few key numbers.

For instance, say x = 1/2. Then x/|x| < x is true, so x = 1/2 is a solution. Since this works, eliminate A, D, and E.

Now try x = 2. Then x/|x| < x is true, so x = 2 is a solution. This rules out C, so we're done!

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Thu Oct 27, 2016 11:18 pm
One last trick is subtraction:

x/|x| - x < 0

x * (1/|x| - 1) < 0

If x is positive, we can divide both sides by x and get

(1/|x| - 1) < 0

and

1/|x| < 1

and

1 < |x|

If x is negative, division gives us the opposite:

1 > |x|

and we can arrive at B much as we did in my earlier solution.