preetamsaha
What are the maximum and minimum possible values for |x+y|/(|x|+|y|) + |z+y|/(|z|+|y|) + |z+x|/(x|+|z|)?
A.3 and 1
B.3 and 0
C.4 and 2
D.4 and 0
E. 3 and 2
We know that: |x + y| ≤ |x| + |y| for all x and y
- The 'equality' holds if x and y are of the same sign and the 'less than' holds if x and y are of opposite signs
example: if x = -2, y = -3: |x + y| = 5 = |x| + |y|; whereas, if x = -2, y = 3: |x + y| = 1 < |x| + |y| = 5
Thus, to maximize the above, we assume: x, y, z are all positive:
Thus: |x+y|/(|x|+|y|) + |z+y|/(|z|+|y|) + |z+x|/(x|+|z|) = 1 + 1 + 1 = 3
To minimize, we would try to make all of them '0' by choosing x and y of same magnitude but opposite signs (say, for example: x=2, y = -2)
In that case:
The first term: x = 2 and y = -2 => |x+y|/(|x|+|y|) = |0|/(|2| + |-2|) = 0
The second term: we take z = -y = 2 => |z+y|/(|z|+|y|) = |0|/(|2| + |-2|) = 0
However, for the third term: |z+x|/(x|+|z|), we already have x = z = 2 => The value = |4|/(|2| + |2|) = 1
Thus, the minimum value = 0 + 0 + 1 = 1
Answer A