Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Confusing Inequality.

  1. #1
    Within my grasp!
    Join Date
    Feb 2005
    Posts
    115
    Rep Power
    9


    Good post? Yes | No

    Confusing Inequality.

    Is |x-2|+|x+2|<4?
    1). x<0
    2). x is within (-2, 2)

    SPOILER: D


    I disagree with Official Answer, IMO it's
    SPOILER: B


    What do you think?

    opps Sorry, it's wrong forum.

  2. #2
    Within my grasp! JustMe123's Avatar
    Join Date
    Jun 2006
    Posts
    331
    Rep Power
    8


    Good post? Yes | No
    D is right.

    1) is sufficient b/c
    for x < 0, x can be such that
    a) -2 < x < 2 so |x-2|+|x+2|=-(x-2)+x+2==x+2+x+2 = 4
    b) x < -2 so
    |x-2|+|x+2|= -(x-2)+-(x+2)= -2x > 4 (remember x is < -2)
    Since it's either = 4 or > 4 is never less than 4.

  3. #3
    Within my grasp!
    Join Date
    Oct 2006
    Location
    CA, USA
    Posts
    145
    Rep Power
    7


    Good post? Yes | No
    I think the Official Answer is wrong. It should be B. I think just123 can help here.

    just123,

    can you please explain this?

    b) x < -2 so |x-2|+|x+2|= -(x-2)+-(x+2)= -2x > 4 (remember x is < -2)

    If I pluggin -4 for x I get,

    |-4 - 2| + |-4+2| => |-6| + |-2| => 6+2 => 8 which is not less than 4.


    Thanks!

  4. #4
    Within my grasp! JustMe123's Avatar
    Join Date
    Jun 2006
    Posts
    331
    Rep Power
    8


    Good post? Yes | No
    Quote Originally Posted by r1234 View Post
    b) x < -2 so |x-2|+|x+2|= -(x-2)+-(x+2)= -2x > 4 (remember x is < -2)

    If I pluggin -4 for x I get,

    |-4 - 2| + |-4+2| => |-6| + |-2| => 6+2 => 8 which is not less than 4.


    Thanks!
    Hi,
    Since it's a yes/no problem, statement 1 (x<0) is considered sufficient if we can show that for all x < 0, the answer to this statement "Is |x-2|+|x+2|<4?" is either always "yes" or always "no." In this case, we've shown |x-2|+|x+2| can never be less than 4 (i.e. either 4 or greater). So this statement is considered sufficient.

    Question: Is
    |x-2|+|x+2|<4?
    condition: x < 0
    x = -1/2, |
    -1/2-2|+|-1/2+2| = 4 <-- answer = no
    x = -1, |-1-2|+|-1+2| = 4 <-- answer = no
    x = -2, |-2-2|+|-2+2| = 4 <--
    answer = no
    x = -3, |-3-2|+|-3+2| = 6 <--
    answer = no
    x = -4,
    |-4-2|+|-4+2| = 8 <-- answer = no
    ...
    x = -8,
    |-8-2|+|-8+2| = 16 <-- answer = no

  5. #5
    Within my grasp!
    Join Date
    Oct 2006
    Location
    CA, USA
    Posts
    145
    Rep Power
    7


    Good post? Yes | No
    Great! Thanks justme123. Appreciate your reply.

  6. #6
    Within my grasp!
    Join Date
    Feb 2005
    Posts
    115
    Rep Power
    9


    Good post? Yes | No
    Ummm, it's my careless.

    Anyway, thanks a lot, JustMe123

  7. #7
    Eager!
    Join Date
    Nov 2006
    Posts
    53
    Rep Power
    7


    Good post? Yes | No
    hi just me123
    2 is sufficient since it means x>-2 and x<2
    x>-2 ==>x+2>0==>absolute x+2=x+2
    x<2==>x-2<0==>abs x-2= -x+2
    so when we add the absolute values ==> we get -x+2+x+2=4
    which is not less than 4 so B is correct

  8. #8
    Within my grasp! JustMe123's Avatar
    Join Date
    Jun 2006
    Posts
    331
    Rep Power
    8


    Good post? Yes | No
    Quote Originally Posted by nhy02 View Post
    hi just me123
    2 is sufficient since it means x>-2 and x<2
    x>-2 ==>x+2>0==>absolute x+2=x+2
    x<2==>x-2<0==>abs x-2= -x+2
    so when we add the absolute values ==> we get -x+2+x+2=4
    which is not less than 4 so B is correct
    Hello. Read my answer. I picked D.
    D means either is sufficient by itself - A is sufficient, so is B sufficient by itself.
    Last edited by JustMe123; 12-02-2006 at 01:31 AM.

  9. #9
    Eager! profiler01's Avatar
    Join Date
    Dec 2006
    Posts
    63
    Rep Power
    7


    Good post? Yes | No
    I think the best strategy is picking numbers.
    1) x < 0. So x can be -0.5 or -1 or -2 or - 3 per example.
    -0.5 ==> |-0.5-2| + |-0.5+2| = 2.5 + 1.5 = 4
    -1 ==> |-1-2| + |-1+2| = 3 + 1 = 4
    -2 ==> |-2-2| + |-2+2| = 4 + 1 = 4
    -3 ==> |-3-2| + |-3+2| = 5 + 1 = 6
    So x <0 mean |x-2|+|x+2| >= 4. Answer is NO. Thus 1 is ok

    2) x is within (-2, 2)
    -0.5 ==> |-0.5-2| + |-0.5+2| = 2.5 + 1.5 = 4
    -1 ==> |-1-2| + |-1+2| = 3 + 1 = 4
    -2 ==> |-2-2| + |-2+2| = 4 + 1 = 4
    1 ==> |1-2| + |1+2| = 1 + 3 = 4
    -2 ==> |2-2| + |2+2| = 0 + 1 = 4
    So x is within (-2, 2) mean |x-2|+|x+2| >= 4. Answer is NO. Thus 2 is ok

    So answer = D

  10. #10
    Eager!
    Join Date
    Nov 2006
    Posts
    53
    Rep Power
    7


    Good post? Yes | No
    yes the answer is D,that is why one has to continue till the end always


    trying to sollve it mathematical way

    x<0==>result will be -x+2+abs(x+2)
    if -2<x<0 then it will give 4
    if x<-2 then it will give -2x>4
    so it will always give 4 or above
    vey tricky but nice

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. another confusing one
    By rajaniatharvard in forum GMAT Sentence Correction
    Replies: 3
    Last Post: 02-23-2009, 06:28 PM
  2. S-V , Confusing
    By Kirri in forum GMAT Sentence Correction
    Replies: 24
    Last Post: 10-05-2008, 08:15 PM
  3. Confusing
    By Philospher57 in forum GMAT Sentence Correction
    Replies: 23
    Last Post: 08-21-2008, 07:53 PM
  4. A confusing one
    By MAHM fegc in forum GRE Math
    Replies: 8
    Last Post: 07-29-2006, 05:18 PM
  5. Confusing SC !
    By Triton in forum GMAT Sentence Correction
    Replies: 8
    Last Post: 03-28-2005, 03:56 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO ©2010, Crawlability, Inc.