absolute value

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 127
Joined: Mon May 11, 2009 10:04 am
Thanked: 5 times

by apex231 » Sat Sep 17, 2011 9:12 am
I have a question.

Statement 1) x + 2|y| = 0, which can be written as

x + 2y = 0
x - 2y = 0

For both these equations to satisfy, shouldn't x and y be both zero? Doesn't this make stmt 1 sufficient?

Same with Statement 2.
2)y + 2|x| = 0

Master | Next Rank: 500 Posts
Posts: 160
Joined: Tue Jul 07, 2009 1:09 pm
Thanked: 1 times
Followed by:1 members

by Sharma_Gaurav » Mon Jan 09, 2012 3:50 pm
straight answer =C

stmt 1 and 2 are not SUFF alone.
Stmt1) variables can have either zero or non zero values,
stmt 2) same as above
but when we combined them , x,y can only have 0 value in order to satisfy the equation

Newbie | Next Rank: 10 Posts
Posts: 8
Joined: Tue Jan 17, 2012 6:07 am

by preethikrishna » Thu Feb 02, 2012 5:50 am
(C)

Newbie | Next Rank: 10 Posts
Posts: 5
Joined: Mon Jun 18, 2012 3:26 am

by yaddict » Sun Jul 08, 2012 4:00 am
C
both should be 0

User avatar
Junior | Next Rank: 30 Posts
Posts: 19
Joined: Thu Jun 21, 2012 6:55 pm
Thanked: 5 times

by jcnasia » Sun Jul 08, 2012 11:44 pm
Here's a fun proof to show that if x + 2|y| = 0 and y + 2|x| = 0 then |x| + |y| = 0.

x + 2|y| = 0 and y + 2|x| = 0
=> x + y + 2|x| + 2|y| = 0 //add the two equations to each other
=> -1/2(x + y) = |x| + |y| //rearrange the equation

-1/2(x + y) <= |-1/2(x + y)| //since absolute value of a number is never less than the number
=> -1/2(x + y) <= 1/2(|x + y|) //rearrange inequality

1/2(|x + y|) <= 1/2(|x| + |y|) //since |x + y| is always less than or equal to |x| + |y| (see below for proof of this)
1/2(|x| + |y|) <= |x| + |y| //since 1/2 of a non-negative number is always less than the whole number

By combining all these inequalities, we get...
-1/2(x + y) <= 1/2(|x + y|) <= 1/2(|x| + |y|) <= |x| + |y|

1/2(|x| + |y|) = |x| + |y| //since -1/2(x + y) = |x| + |y| and 1/2(|x| + |y|) is between these two values
=> 0 = 1/2(|x| + |y|) //rearrange the equation
Therefore: 0 = |x| + |y| //rearrange the equation

Well, to me, it's a fun proof, but you should probably use one of the previous solutions on the actual gmat so you don't waste time.


For all x and y, is |x + y| <= |x| + |y|?

There exists x and y such that |x + y| > |x| + |y| //Assume the opposite and look for a contradiction
|x + y|^2 > (|x| + |y|)^2 //square two positive numbers and the inequality will hold
(x + y)^2 > x^2 + 2|x||y| + y^2 //since a square of a number is always positive
x^2 + 2xy + y^2 > x^2 + 2|x||y| + y^2 //algebra
xy > |x||y| //subtract x^2 + y^2 from both sides
xy > |xy|
But this is a contradiction since a number (xy) is never greater than its absolute value (|xy|).
Therefore, our original statement is true: for all x and y, |x + y| <= |x| + |y|

User avatar
Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Fri Jul 20, 2012 1:21 am

by vikramaditya234 » Sun Aug 05, 2012 4:54 am
|x| + |y| = 0 translates into x = y = 0 as addition of two positive values can be zero only when each is zero.
statements are not sufficient individually that's easy to see.
however combining the two statement and getting an indicative answer is something that needs a little skill.

I have to practice more. :)

User avatar
Legendary Member
Posts: 520
Joined: Sat Apr 28, 2012 9:12 pm
Thanked: 339 times
Followed by:49 members
GMAT Score:770

by eagleeye » Sun Aug 05, 2012 5:11 am
vikramaditya234 wrote:|x| + |y| = 0 translates into x = y = 0 as addition of two positive values can be zero only when each is zero.
statements are not sufficient individually that's easy to see.
however combining the two statement and getting an indicative answer is something that needs a little skill.

I have to practice more. :)
Since most people have figured out that required condition is |x|=|y|=0, but struggle with combining the statements, here's how to go about it:

1)x + 2|y| = 0
=> x= -2|y|
=> |x| = |-2|y|| (take absolute value on both sides)
=> |x| = 2|y|


2)y + 2|x| = 0
In the same way as above,
y = -2|x|
=> |y| = 2|x|
=> |y| = 2 (2|y|) = 4|y| (substituting the equation above)
=> |y| (1-4)=0
=> |y| = 0.
Hence |x| = 2|y| = 0 also.
So we get |x|=|y|=0. Sufficient. And C is correct :)
Cheers!

Senior | Next Rank: 100 Posts
Posts: 87
Joined: Mon May 07, 2012 7:57 am
Thanked: 1 times

by mparakala » Wed Nov 07, 2012 9:00 am
the only way a sufficent ans can be obtained is by using both (1) and (2)
so if x=0 and y = 0 that satisfies both 1 and 2, then the question can be answered as a "yes"

C

Master | Next Rank: 500 Posts
Posts: 171
Joined: Tue Jan 08, 2013 7:24 am
Thanked: 1 times

by rajeshsinghgmat » Fri Jan 25, 2013 12:03 am
C the answer.

Junior | Next Rank: 30 Posts
Posts: 24
Joined: Sat Apr 23, 2011 9:43 pm
Thanked: 1 times
GMAT Score:760

by kinji@BTG » Mon Feb 25, 2013 3:14 am
prashant misra wrote:i am still not able to understand why the answer is C.how have been the two options combined.can anyone explain
|x| + |y| = 0 means that |x| and |y| should individually = 0

Statement 1:
x + 2|y| = 0
x = -2|y|

Putting in the main equation, 2|y| + |y| = 3|y| may be = 0 or may not be =0, Not sufficient.

Similarly for statement 2, Not sufficient.

If we combine Statement 1 and Statement 2:
From Statement 1:
x = -2|y|
From Statement 2:
y = -2|x|

Hence y = -4|y|,
if y <0
y = -4(-y) = 4y => 3y = 0, hence x and y individually = 0

if y > 0
y = -4y => 5y = 0 again x and y individually = 0

Hence in either case, it is sufficient.
Hence both is required and hence C

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 » Mon Feb 25, 2013 8:50 am
colakumarfanta wrote:Is |x| + |y| = 0?
1)x + 2|y| = 0
2)y + 2|x| = 0
|x| and |y| must be NONNEGATIVE.
Thus, for the sum of |x| and |y| to be 0, |x| and |y| themselves must each be equal to 0.

Question rephrased: Does x=y=0?

Statement 1: x = -2|y|.
It's possible that x=y=0.
It's possible that y=1 and x=-2.
INSUFFICIENT.

Statement 2: y = -2|x|.
It's possible that x=y=0.
It's possible that x=1 and y=-2.
INSUFFICIENT.

Statements combined:
Substituting y=-2|x| into x = -2|y|, we get:
x = -2| -2|x| |
x = -2 |2x|
x = -4|x|.

Since |x| must be NONNEGATIVE, |x|≥0.
If |x| > 0, then both sides of the equation above can safely be divided by |x|:
x/|x| = -4.
Not possible:
If x>0, then x/|x| = 1.
If x<0, then x/|x| = -1.

Since it is not possible that |x|>0, |x| = 0.
Since y = -2|x|, y = -2*0 = 0.
Thus, x=y=0.
SUFFICIENT.

The correct answer is C.
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

Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Wed Apr 17, 2013 11:04 am

by rakhibubbly86 » Thu Apr 18, 2013 3:46 am
The answer is C because when you combine A and B the example values should satisfy both A and B and 0,0 is the only set which satisfy both A and B.

Junior | Next Rank: 30 Posts
Posts: 15
Joined: Fri Jun 22, 2012 12:21 am
Thanked: 1 times

by petrifiedbutstanding » Tue Jun 04, 2013 11:17 am
Am I glad I got that.. Especially because I solved it mentally..!

Master | Next Rank: 500 Posts
Posts: 447
Joined: Fri Nov 08, 2013 7:25 am
Thanked: 25 times
Followed by:1 members

by Mathsbuddy » Mon Nov 25, 2013 7:17 am
Is |x| + |y| = 0
1)x + 2|y| = 0 -> |x| = 2|y|
2)y + 2|x| = 0 -> |x| = 0.5|y|

The 2 statements contradict each other, unless y = x = 0

Therefore |X| + |Y| = 0 TRUE

User avatar
Master | Next Rank: 500 Posts
Posts: 164
Joined: Sat Sep 20, 2014 10:26 pm
Thanked: 1 times

by jaspreetsra » Tue Oct 07, 2014 12:16 am
Is it C?