Absolute Value Inequality

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 216
Joined: Mon Dec 21, 2009 10:26 am
Thanked: 16 times

Absolute Value Inequality

by student22 » Sun May 30, 2010 8:26 pm
If xyz ≠ 0, is x(y + z) ≥ 0?

1. |y + z| = |y| + |z|
2. |x + y| = |x| + |y|

OA: C

Other than picking numbers, how do you solve this? More importantly, what is this question testing, I can't seem to figure out how to break this question down to a simpler form. Does anybody have an elegant solution? Thanks.

I mean, logically, I can sort of see why it's C, since all 3 variables have to be the same sign for this relationship to work. But hopefully someone can break this down for me.
Source: — Data Sufficiency |

Legendary Member
Posts: 576
Joined: Sat Mar 13, 2010 8:31 pm
Thanked: 97 times
Followed by:1 members

by liferocks » Sun May 30, 2010 8:48 pm
The question is whether x and (y+z) are of same sign
Now from 1

|Y+Z|=|Y|+|Z|..this is possible only when y and z are of same sign else the value of y+z will be less that |y|+|z|
but no infor mation about x hence not sufficient

From2
similarly we get x and y are of same sign..but no infor mation aboutz..not sufficient

combining
x,y and z are of same sing..since y and z are of same sign,y+z will also have same sign as x,y and z..hence x(y+z)>0..sufficient
Ans option C
"If you don't know where you are going, any road will get you there."
Lewis Carroll

Master | Next Rank: 500 Posts
Posts: 216
Joined: Mon Dec 21, 2009 10:26 am
Thanked: 16 times

by student22 » Mon May 31, 2010 7:34 am
liferocks, thanks for the reply. That explanation makes sense. But there's no algebraic way to solve this?

Legendary Member
Posts: 759
Joined: Mon Apr 26, 2010 10:15 am
Thanked: 85 times
Followed by:3 members

by clock60 » Mon May 31, 2010 11:45 am
the way i see the problem
(1)|y+z|=|y|+|z|
square both part and left with
yz=|yz|
here we have no info about x, so 1st insufficient, but one thing to notice
both y,z must be +ve, or -ve. for the product of yz to be +ve as |yz|>0
y>0,z>0 or
y<0,z<0

(2) the same is true for st 2 as we have no info about z, but again
y>0,x>0, or
y<0,x<0

together

y>0,z>0 so x also >0 and
x(y+z)>0 as product of two +ve numbers

y<0,z<0 and x<0
x(y+z)>0 as product of two -ve numbers ( i mean x and (y+z))
hope it makes sence

Master | Next Rank: 500 Posts
Posts: 216
Joined: Mon Dec 21, 2009 10:26 am
Thanked: 16 times

by student22 » Mon May 31, 2010 1:36 pm
Interesting idea squaring both sides...but how did you manage to simplify it down to yz = |yz|

|y+z|=|y|+|z|


The left hand side becomes, (y + z)^2 = y^2 + 2yz + z^2

But how did you square the right hand side?

Won't it be the same thing (|y| + |z|)^2 = y^2 + 2yz + z^2?

Legendary Member
Posts: 759
Joined: Mon Apr 26, 2010 10:15 am
Thanked: 85 times
Followed by:3 members

by clock60 » Tue Jun 01, 2010 5:16 am
student22 wrote:Interesting idea squaring both sides...but how did you manage to simplify it down to yz = |yz|

|y+z|=|y|+|z|


The left hand side becomes, (y + z)^2 = y^2 + 2yz + z^2

But how did you square the right hand side?

Won't it be the same thing (|y| + |z|)^2 = y^2 + 2yz + z^2?
it must be y^2+2*|yz|+z^2
from this place you can cancel y^2 and z^2 and left with |yz|
hope it is clear now

Master | Next Rank: 500 Posts
Posts: 216
Joined: Mon Dec 21, 2009 10:26 am
Thanked: 16 times

by student22 » Tue Jun 01, 2010 7:42 am
Yes, got it, now it's clear, thanks.