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?
Add symmetry to the first equality by rewriting as: $$ p -|p| > k - |k| $$ Now define the function: $$ f(x) = x - |x| = \begin{cases} 2x & \text{if } x < 0 \\ 0 &\text{otherwise} \end{cases} $$ and graph it. Then the question reduces to:
Since $f$ is an increasing function (never goes down, just up or flat), we observe that $f(p) > f(k) \implies p > k$.
I want to compare $y$ with $z$, so my first instinct was to eliminate the other variable by setting $x = 0$ and seeing what happens. This yields $|y| > |z|$, which immediately leads to at least two conflicting counterexamples: we could have $y = 5$ and $z = 2$ (leading to $y > z$) or $y = -5$ and $z = 2$ (leading to $y < z$).