Inequalities

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 324
Joined: Thu Dec 24, 2009 6:29 am
Thanked: 17 times
Followed by:1 members

Inequalities

by rahul.s » Mon Jan 11, 2010 8:36 am
Is |x| < 1?

1) |x +1| = 2|x - 1|

2) |x - 3| not = 0

This problem seemed easy to me. I guess I messed up the approach.

Source: Old Practice Test

OA is C
Source: — Data Sufficiency |

User avatar
Community Manager
Posts: 1537
Joined: Mon Aug 10, 2009 6:10 pm
Thanked: 653 times
Followed by:252 members

by papgust » Mon Jan 11, 2010 7:27 pm
-1 < x > 1?

1. |x +1| = 2|x - 1|

Squaring both sides,

(x+1)^2 = 4 * (x-1)^2
x2 + 2x + 1 = 4x2 - 8x + 4
3x2 - 10x + 3 = 0
x = 3, 1/3
Insufficient.

2. |x - 3| <> 0
x <> 3
Insufficient.

Combined,
x = 1/3. Lies b/w -1 and 1.
Sufficient.