pgmat
Is |x| = y + z?
(1) x + y = z
(2) x < 0
I know how to solve this by plugging in numbers and could arrive at the right answer. I want to learn how to solve this using algebra. When I tried with algebra I get answer as A. Can some please verify my steps and explain me what I am missing? Thank you.
1. -x = y +z ==> x+y=z (This is 1. and satisfies the question with different values of y and z for a negative x)
x=y+z ==> is not the same as given equation.
So A is sufficient.
2. Clearly insufficient.
The answer to this question is E, not C.
Consider below 2 cases:
\(x=-1\), \(y=1\) and \(z=0\) --> \(|x|=1\) and \(y+z=1\) --> answer YES;
\(x=-1\), \(y=2\) and \(z=1\) --> \(|x|=1\) and \(y+z=3\) --> answer NO.
I think you refer to the following question:
Is \(|x|=y-z\)? Note that \(y-z\) must be \(\geq{0}\), because absolute value (in our case \(|x|\)) can not be negative.
Generally question asks whether \(y-z\geq{0}\)
and whether the difference between them equals to \(|x|\).
(1) x + y = z --> \(-x=y-z\)
if \(x>0\) --> \(y-z\) is negative --> no good for us;
if \(x\leq{0}\) --> \(y-z\) is positive --> good.
Two possible answers not sufficient;
(2) \(x<0\)
Not sufficient (we need to know value of y-z is equal or not to |x|)
(1)+(2) Sufficient.
Answer: C.
Hope it's clear.