excelingmat
If three positive real numbers x, y, z satisfy y – x = z – y and x y z = 4, then what is the minimum possible value of y?
(a) 2^1/3
(b) 2^2/3
(c) 2^1/4
(d) 2^3/4
(e) 2^1/2
First of all, I completely agree that this problem would not be seen on the GMAT, except for some high level experimental question.
BUT, it is totally solvable, even if you don't know the property that \(AM \geq GM\)
If we put the three number x, y, z on a number line, we would see that y is in the middle and is evenly spaced between x and z.
x-----y-----z
or
z-----y-----x
So the distance between x and y is equal to the distance between y and z (that is what the first equation in the question tells us) and for simplicity we can call that distance \(a\).
|--a--|--a--|
x-----y-----z
So then we can say that \(x=y-a\) and \(z=y+a\)
Using that in the equation \(xyz=4\) we get \((y-a)y(y+a)=4\)
\(=y(y^2-a^2)=4\)
Now, we want to minimize \(y\). We can do so by maximizing the term \((y^2-a^2)\). And to do that, we need to minimize \(a\). The smallest \(a\) can be is 0 (since it is just a distance between numbers), therefore, to minimize y, our equation becomes
\(y(y^2-0)=4\)
\(y^3=4\)
\(y=4^{1/3}\)
\(y=2^{2/3}\)
Answer: B
For the more visually inclined, you could also imagine the number line, with \(y\) on a slider. You can slide \(y\) anywhere you want to within the positive numbers. Now, wherever you decide to put \(y\), you need to adjust \(x\) and \(z\) so that \(xyz=4\). Keep in mind that \(x\) and \(z\) must also be positive and equidistant from \(y\).
What happens if \(y\) gets really big? Can you still choose values for \(x\) and \(z\) such that the equation \(xyz=4\) remains true? The answer is yes. Assuming that \(x<y\), then you can always set \(x\) close enough to 0 to compensate for the size of \(y\) and \(z\). No matter how big \(y\) gets, you can always find a value of \(x\) and \(z\) so that the equation \(xyz=4\).
For example, if we take \(y=1000\), then \(x\) would have to be very close to 0, and then \(z\) would be almost 2000. In this case, \(x\) would be just slightly larger than \(\frac{4}{(1000*2000)}=0.000002\). You can see that no matter how big \(y\) gets, \(x\) can always get closer to 0 to keep the equation true. We can also see that, in terms of \(a\), as \(y\) increases, \(a\) increases. Conversely, as \(y\) decreases, \(a\) decreases. Therefore, when \(y\) is at its minimum, \(a\) will be at its minimum, and the minimum value of \(a\) is 0. When \(a=0\), \(xyz=y^3=4\) and \(y=2^{2/3}\)