To test the values, the first thing we want to find is easy numbers we can work quickly with:
The given expression takes the square root of 2 Numbers
And in the Roman numeral II, we have individual square roots of X and Y being taken, then added
So ideally we would want 2 numbers that are themselves perfect squares AND ALSO Sum to a Perfect Square
Immediately the Pythagorean Triplet of 3-4-5 should comes to mind.
Sqrt(9 + 16) = 5
Sqrt(9) + sqrt(16) = 3 + 4 = 7
Also, we are given that X and Y are positive. We should test 2 Cases:
Case 1: when X and Y are positive proper fractions ——> (1/9) and (1/16)
Case 2: when X and Y are greater than > 1 ———-> 9 and 16
III is the easiest to start with
The given expression: 1 / square root of X and Y ———> must always be positive, because X and Y themselves are positive and you can not take the Square Root of a negative value on the GMAT
However, in III
Sqrt(x) - Sqrt(y)
_____________
2
If sqrt(Y) > Sqrt(X) ———-> the value can be (-)Negative
So III can be less than
I and II
Let X = 1/9 ———> Sqrt(1/9) = 1/3
Let Y = 1/16———-> Sqrt(1/16) = 1/4
X and Y Sum ———> Sqrt(1/25) = 1/5
Our given expression will be:
1 / (1/5) = 5
I
(1/5) / 2 = 1/10
Less than
II
(1/3 + 1/4)
_________
2
= 7/24
Less than
So we have found a case for all 3 Roman Numerals in which the value can be less than the Given Expression
(E) NONE
Posted from my mobile device