modulus

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 443
Joined: Sat Jun 28, 2008 6:33 pm
Thanked: 5 times

modulus

by Vignesh.4384 » Mon Dec 22, 2008 12:32 am
Pls help.
Attachments
untitled.JPG

User avatar
Legendary Member
Posts: 546
Joined: Sun Nov 16, 2008 11:00 pm
Location: New Delhi , India
Thanked: 13 times

by ronniecoleman » Mon Dec 22, 2008 12:49 am
| X+1| = 2|X-1|

for x > 1

x = 3

for -1 <x < 1
x = 1/3

for x < -1

x = 3 ( discard)


2. says x != 3


so From 1 & 2 x < 1

IMO C
Admission champion, Hauz khaz
011-27565856

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Thu Oct 23, 2008 9:20 am

Re: modulus

by tritrantran » Mon Dec 22, 2008 12:52 am
Vignesh.4384 wrote:Pls help.
Question is asking if -1<x<1 ?

(1)
x+1 = 2|x-1|, x = 3

x+1 = 2*(-x+1), x = 1/3

INSUFF

(2)
x not = 3

INSUFF

(1) and (2)

X = 1/3

Answer C

Legendary Member
Posts: 621
Joined: Wed Apr 09, 2008 7:13 pm
Thanked: 33 times
Followed by:4 members

by vittalgmat » Mon Dec 22, 2008 1:21 am
Key info regarding absolute values

|x| = x if x is +ve
AND
|x| = -x if x is -ve


Stmt 1:
|x+1| = 2|x-1|

Case 1: x is +ve
x+1 = + 2(x-1)
x+1 = 2x -2
x = 3

Case 2: x is -ve

x+1 = - 2(x-1)
x+1 = -2x +2
x = 1/3

2 values... so Insufficient.


Stmt 2:
x <> 3

Insufficient.

Combining the two stmts: x can be equal to 1/3.

So sufficient. Ans C

HT Helps

Master | Next Rank: 500 Posts
Posts: 160
Joined: Fri Aug 22, 2008 4:54 am
Thanked: 5 times
GMAT Score:660

by crazy4gmat » Mon Dec 22, 2008 8:43 am
I have a slight confusion here

Case 2: x is -ve

here shouldnt it be -( x+1) = - 2(x-1) instead of x+1 = - 2(x-1) ?

Legendary Member
Posts: 621
Joined: Wed Apr 09, 2008 7:13 pm
Thanked: 33 times
Followed by:4 members

by vittalgmat » Mon Dec 22, 2008 10:24 am
You are right crazy4gmat.
Pls see my solution above.

HT Helps
-Vittal