bha, I tam sorry if my way does not satisfy you! If I look at the problem some seconds and I have a method which can enable me to solve it in less than 2 minutes I do it. Unfortunately, we cannot always have a better choice than what we think during the first seconds. But if you can have the right answer and not lose time that's enough.
I.
1/sqrt(x+y) < sqrt(x+y)/2x
2x<x+y
x<y
It can be wrong, don't keep it.
II.
1/sqrt(x+y) < (sqrt(x) + sqrt(y))/(x+y)
sqrt(x+y) < sqrt(x) + sqrt(y)
x+y < x + 2*sqrt(y)*sqrt(x) + y
That must be true
III.
1/sqrt(x+y) < (sqrt(x) - sqrt(y))/(x+y)
sqrt(x+y) < sqrt(x) - sqrt(y)
x+y < x - 2*sqrt(y)*sqrt(x) + y
That's wrong, don't keep it