erpriyankabishnoi wrote:
Is x > y?
(1) > y
(2) x3 > y
This problem is from CAT 1 , answer is (C)
I have trouble solving these types of DS questions quickly. I took too long to solve this problem. I know that testing numbers is more efficient than algebra on these types of DS problems but coming up with the right set of numbers was a challenge for me. It took me too long to solve and got it wrong.
Another type of problems I have issue with is the number line DS problems.
Can you give some advise as to how to improve accuracy and timing on these types of DS questions.
Unfortunately there is no shortcut or formula to solve these types of questions. To answer them quickly and accurately you have to be thoroughly well versed with the properties of numbers.
Question Statement:
is x > y(1) sq.rt(x) > y OR x > y^2this tells us that x is > 0 (as square of a number is always positive) and gives us the following pieces of information
a) for x, y > 1; x is always > y as in this range y^2 > y and hence x > y^2 > y
b) for 0 < x, y < 1; we don't get a definite answer, x may or may not be greater than y If x lies between y and y^2 it will be smaller than y but still be greater than y^2 (as the square of a number lying between 0 and 1 is smaller than the number itself) and values of x > y will ofcourse satisfy the equation in statement 1.
Thus Statement 1 is
insufficient(2) x^3 > y This can be analyzed as
a) For x, y > 1; we don’t get a definite answer, x may or may not be greater than y If x lies between y and cube root(y), it will be smaller than y, but will still satisfy this equation, as do values of x > y
b) For 0 < x, y < 1; in this case x > y, the reason is that for this range x^3 is smaller than x and hence x > x^3 > y
Thus Statement 2 is also
insufficientTaking both the statements together i.e. x > y^2 and x^3 > y we get our answer that x > y irrespective of the range that x or y may lie in.
This may seem like a very long and time consuming explanation but when you are comfortable with number properties and have had enough practice on these types of questions, you will be doing half of all these calculations subconsciously and the time to solve this question would be much less.