inequalities

This topic has expert replies
Source: — Data Sufficiency |

User avatar
Legendary Member
Posts: 1275
Joined: Thu Sep 21, 2006 11:13 pm
Location: Arabian Sea
Thanked: 125 times
Followed by:2 members

by ajith » Thu Feb 25, 2010 9:03 am
vertigo05 wrote:Is |x - 1| less than 1 ?

1). (x - 1)^2 less than and equal to 1
2). (x^2) - 1 greater than 0
1.) (x - 1)^2 <=1

x^- 2x +1 <=1

x^-2x <=0

x(x-2x) <=0

x is in [0,2]

now x-1 is in [-1,1]

x-1 can be 1 hence not sufficient

2) x^2-1 >0

(x-1)(x+1) >0

x>1 or x<-1

x is not in the interval [-1,1]

x-1 is not in the interval [-2,0]

Not sufficient

Combining,
x can be in the interval (1,2]
x-1 can be in the interval (0,1]

x-1 can be 1 ; insufficient

E
Always borrow money from a pessimist, he doesn't expect to be paid back.

User avatar
Master | Next Rank: 500 Posts
Posts: 355
Joined: Thu Feb 19, 2009 12:42 pm
Thanked: 2 times
Followed by:1 members

by vineetbatra » Thu Feb 25, 2010 6:35 pm
I will go with E too.

Rephrase is <0X<2.

A tells us that X <= 2,0, in other words its <= 2.

B tells us that X>1,-1.

Combining 2 we find that X is either between 1 & 2 or -1 &0. So not Suff

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Fri May 30, 2008 5:37 am

by vertigo05 » Fri Feb 26, 2010 3:43 pm
Thanx Ajith and Vineet.
One question for Vineet:

From (1) x<= 0,2
From (2) x> -1,1
Combining both, can we conclude that (-1<x<=2) ?

Master | Next Rank: 500 Posts
Posts: 114
Joined: Mon Sep 22, 2008 3:51 am
Thanked: 8 times
GMAT Score:680

by Fiver » Sat Feb 27, 2010 5:46 am
Agree with E.

Is |x - 1| < 1 ?

Rephrase the question to:

A] is x - 1 < 1 or is x<2 when x - 1>0 or x>1
means is 1<x<2 ?
or

B] is -x + 1 < 1 or x>0 when x - 1<0 x<1
means 0<x<1

1]. (x - 1)^2 less than and equal to 1
This means |x - 1| <= 1
Not sufficient.

2] (x^2) - 1 greater than 0
This means x > 1 or x < -1
Not sufficient.

Together 'x' could be between the required range or equal or more.

User avatar
Master | Next Rank: 500 Posts
Posts: 355
Joined: Thu Feb 19, 2009 12:42 pm
Thanked: 2 times
Followed by:1 members

by vineetbatra » Sat Feb 27, 2010 1:01 pm
[quote="vertigo05"
One question for Vineet:

From (1) x<= 0,2
From (2) x> -1,1
Combining both, can we conclude that (-1<x<=2) ?[/quote]

Hi, whats the question?

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Fri May 30, 2008 5:37 am

by vertigo05 » Sat Feb 27, 2010 9:43 pm
Hey Vineet, from your explanation,

we find that X is either between 1 & 2 or -1 &0. So not Suff

but,

from (1) x <= 0,2
from (2) x >1, x >-1

So combining both, shouldn't it be -1<x<=2 ???

User avatar
Master | Next Rank: 500 Posts
Posts: 355
Joined: Thu Feb 19, 2009 12:42 pm
Thanked: 2 times
Followed by:1 members

by vineetbatra » Mon Mar 01, 2010 5:02 am
vertigo05 wrote:Hey Vineet, from your explanation,

we find that X is either between 1 & 2 or -1 &0. So not Suff

but,

from (1) x <= 0,2
from (2) x >1, x >-1

So combining both, shouldn't it be -1<x<=2 ???
Vertigo,

When we rephrase the questions we have to find whether x is greater than 0 and less than 2 i.e.0<x<2. If we combine then X can be either between 1 & 2 or -1 &0.

----------------------------------(-1)-------0---------1---------2---------------

If you see at the number line above In A X is anywhere less than 2, it can be 1, 0 or -1, if it is latter 2 not suff. In B x is either greater than 1 or greater than -1. So it can be -.5, .5, 1.5 or 2.5.

If we combine then also we can get a value of -.5 or a value of 1.5, so not suff.

I hope its clear.

Vineet

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Fri May 30, 2008 5:37 am

by vertigo05 » Tue Mar 02, 2010 8:42 am
Thanx vineet.