If x and y are integers, is x^y<y^x?We have an YES/NO data sufficiency question.
In a Yes/No Data Sufficiency question, each statement is sufficient if the answer is “always yes” or “always no” while a statement is insufficient if the answer is "sometimes yes" and "sometimes no".(1) \(x^y=16\), since \(x\) and \(y\) are integers then following cases are possible:
\(x=-4\) and \(y=2\) --> \(x^y=16>\frac{1}{16}=y^x\) --> the answer to the question is NO;
\(x=-2\) and \(y=4\) --> \(x^y=16>\frac{1}{16}=y^x\) --> the answer to the question is NO;
\(x=2\) and \(y=4\) --> \(x^y=16=y^x\) --> the answer to the question is NO;
\(x=4\) and \(y=2\) --> \(x^y=16=y^x\) --> the answer to the question is NO;
\(x=16\) and \(y=1\) --> \(x^y=16>1=y^x\) --> the answer to the question is NO.
As you can see in ALL 5 possible cases the answer to the question "is \(x^y<y^x\)?" is NO. Thus this statement is sufficient.
(2) x and y are consecutive
even integers --> if \(x=2\) and \(y=4\) the answer will be NO but if \(x=0\) and \(y=2\) the answer will be YES. Not sufficient.
Answer: A.