dshailen
Hello,
In a DS question like " Is |x-3| = 4?", we can translate the stem into "Is the distance of x from 3 on a number line equal to 4?".
In similar lines, what is meant by the following question stem?
Is x = |y - z| ?Thanks,
dshailen
|x - 3| = 4 also means that x - 3 = 4 or x - 3 = -4, so x can be either 7 or -1. On the number line, it means go a distance of 4 to the left of 3 - you will find -1, or go a distance of 4 to the right of 3 - you will find 7.
Algebraically, |x| = x if x is non-negative, and |x| = - x if x is negative. |7| = 7 and |-7| = -(-7).
|y - z| means the distance between y and z and this distance must be x. |y - z| = y - z if y > z, and |y - z| = z - y if y < z.
It is easier now to use the algebraic approach. In order to express a distance, x must be non-negative.
Then, |y - z| = x if y - z = x or y - z = - x.