pudu
Bunuel
4. If \(xyz\neq{0}\) is \((x^{-4})*(\sqrt[3]{y})*(z^{-2})<0\)?
(1) \(\sqrt[5]{y}>\sqrt[4]{x^2}\)
(2) \(y^3>\frac{1}{z{^4}}\)
\(xyz\neq{0}\) means that neither of unknown is equal to zero. Next, \((x^{-4})*(\sqrt[3]{y})*(z^{-2})=\frac{\sqrt[3]{y}}{x^4*z^2}\), so the question becomes: is \(\frac{\sqrt[3]{y}}{x^4*z^2}<0\)? Since \(x^4\) and \(z^2\) are positive numbers then the question boils down whether \(\sqrt[3]{y}<0\), which is the same as whether \(y<0\) (recall that odd roots have the same sign as the base of the root, for example: \(\sqrt[3]{125} =5\) and \(\sqrt[3]{-64} =-4\)).
(1) \(\sqrt[5]{y}>\sqrt[4]{x^2}\) --> as even root from positive number (\(x^2\) in our case) is positive then \(\sqrt[5]{y}>\sqrt[4]{x^2}>0\), (or which is the same \(y>0\)). Therefore answer to the original question is NO. Sufficient.
(2) \(y^3>\frac{1}{z{^4}}\) --> the same here as \(\frac{1}{z{^4}}>0\) then \(y^3>\frac{1}{z{^4}}>0\), (or which is the same \(y>0\)). Therefore answer to the original question is NO. Sufficient.
Answer: D.
how is it possible that even root has only positive value? Square root is even, but we are taking both positive and negative value. Then why not so for other even root?
please someone help me to understand it
Mathematically, \(\sqrt{...}\) is the square root sign, a function (called the principal square root function), which cannot give negative result. So, this sign (\(\sqrt{...}\)) always means non-negative square root.
The graph of the function f(x) = √xNotice that it's defined for non-negative numbers and is producing non-negative results.
TO SUMMARIZE:
When the GMAT (and generally in math) provides the square root sign for an even root, such as a square root, fourth root, etc. then the only accepted answer is the non-negative root. That is:
\(\sqrt{9} = 3\), NOT +3 or -3;
\(\sqrt[4]{16} = 2\), NOT +2 or -2;
Notice that in contrast, the equation \(x^2 = 9\) has TWO solutions, +3 and -3. Because \(x^2 = 9\) means that \(x =-\sqrt{9}=-3\) or \(x=\sqrt{9}=3\).
Hope it helps.