I am preparing for GRE. These two problems are from Manhattan 5lb book. I am finding absolute value equations very daunting. Sometimes it is time consuming, sometimes it seems very difficult to me. Following two are comparison problems. You have to compare quantity A with quantity B (i.e. if Quantity A> Quantity B, Quantity A< Quantity B, Quantity A= Quantity B, or it cannot be determined from the given information )
Prolblem 1:
If $p+|k|>|p|+k$, compare
Quantity A: $p$
Quantity B: $k$
Problem 2:
If $|x|+|y|>|x+z|$, compare
Quantity A: $y$
Quantity B: $z$
My solution approach
a) p $(+ve)$ and k $(+ve)$ --> not possible
b) p $(+ve)$ and k $(-ve)$ --> possible (In this case, Quantity A> Quantity B)
c) p $(-ve)$ and k $(+ve)$ --> not possible
d) p $(-ve)$ and k $(-ve)$ --> possible if $|k|>|p$| (In this case, Quantity A> Quantity B)
e) p =0 and k $(+ve)$ --> not possible
f) p =0 and k $(-ve)$ --> possible (In this case, Quantity A> Quantity B)
g) p $(+ve)$ and k =0, --> not possible
h) p $(-ve)$ and k =0, --> not possible
In all three possible cases, Quantity A> Quantity B. so, Quantity A> Quantity B is the answer.
I also solve problem 2 in a similar way. Can you show me the easier approach or the right approach to deal with these problems?
For Problem 1, I would first rewrite the inequality in the more symmetric form: $$ |k|-k > |p| - p. $$ Thus, at least one of $p, k$ must be negative; otherwise, we would get $0 > 0$. That leads to two cases: (i) only one of $p, k$ is negative, and (ii) both are negative. Case (i) can be only $k < 0$, which makes the inequality $-2k > 0$ and gives no information about $p$. Case (ii) implies that $-2k > -2p$ and allows the desired comparison.
– avs Aug 25 '16 at 05:43