conomav wrote:This is question is from kaplan cd...
if x is positive number is x<1?
1.x > sqrt(x)
2.- sqrt(x) >-x
how to approach this one?
OA:D
for 1 If i take x=1/4 then sqrt(x) can be -1/2/1/2 which mean x can be <1
but if x=4 sqrt(x) is -2/2 so can go eitherways..
You need to remember the information provided in the question itself. In this case, we know that x must be greater than 0, so we can ignore any non-positive solutions.
(1) x > sqrt(x)
As with most number property yes/no questions, there are two approaches we can take: pick numbers or use our knowledge of number properties rules.
When we pick numbers, we MUST do so in two stages:
First, we pick numbers that follow all the rules we've been given.
Second, we plug those numbers back into the original question, with the goal of getting both a "yes" and a "no" answer.
Here, we have two rules to follow: x must be positive and x must be greater than the square root of x.
We want to see if we can get both a "yes" and a "no" answer to x being less than 1, so let's try a number bigger than 1 and a number smaller than 1.
x = 16 (we're allowed to pick this number, since it's positive and greater than it's square root).
Is 16 < 1? NO
x = 1/2 (we're not allowed to pick this number, since it's NOT greater than it's square root).
x = 1/4 (we're not allowed to pick this number, since it's NOT greater than it's square root).
x = any number between 0 and 1 (we're not allowed to pick this number, since it's NOT greater than it's square root).
So, the only answer we can get to the question is "NO"; therefore, statement (1) is sufficient.
(2) -sqrt(x) > -x
Let's simplify by multiplying both sides by (-1). Remember, when you multiply both sides of an inequality by a negative number, the inequality swaps direction. So:
(-1)(-sqrt(x)) > (-1)(-x)
sqrt(x) < x
Hey, that's the exact same as (1)! Well, if (1) was sufficient, (2) certainly is as well.
Each of (1) and (2) is sufficient alone: choose (D).
* * *
As an aside, any time the two statements are identical, the only possible answers to the question are (D) and (E). So, even if you didn't understand this question, if you saw that the statements were exactly the same you had a 50/50 chance at getting the question correct.