• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

YAMT: Math madness!!

luvya

Banned
Is |x| = y - z?

1) x + y = z
2) x < 0


A) Statement (1) alone is sufficient, but statement (2) alone is not sufficient
B) Statement (2) alone is sufficient, but statement (1) alone is not sufficient
C) Both statements together are sufficient, but neither statement alone is sufficient
D) Each statement alone is sufficient
E) Statements (1) and (2) together are not sufficient


I hate this kind of question, it always throws me off :| The answer is C though, but why?
 
Edit: wait what I just said was wrong

Okay so if x < 0 and y - z = -x then y - z > 0 and y - z = |x|
So only if 1 and 2 are true is the original statement true.
 
if (1) is true only, then z>x, z>y, x or y can be pos/neg. x=z-y or -x=y-z. if x is neg then abs(x)=-x. if x is pos then this is not true (i.e. you need (1) and (2)).
 
Statement 2 effectively states thats all values of x are positive, regardless. Or so I think, which is the only way it can work.
 
|x| = y - z
|x| - y = -z

Three possible solutions, x < 0, and x >0, and x = 0. Ignoring x = 0...

If x > 0:

1*( |x| - y ) = 1*( -z )
x - y = - z

If x < 0:

-1*( |x| - y ) = -1*( -z )
x + y = z

dfi
 
You ruin the funness quality of math riddles when you throw in variables and absolute values and all that crap. Just give me +-/*!
 
Originally posted by: mobobuff
You ruin the funness quality of math riddles when you throw in variables and absolute values and all that crap. Just give me +-/*!

Hey, blame that to GMAT testmaker!

😛
 
Back
Top