Hi
Bunuel,
I have a question.
For the 2nd statement, In this solution when you have an expression such as
1/x < x
When you multiply by x^2 this becomes
x^2/x < x^3
From here when you reach x < x^3 arent you dividing the LHS by x and in that case since we dont know the sign of x shouldnt that be avoided as a step.
It may not have affected the solution in this question but going forward it can impact on another quesiton isnt it ?
Bunuel
Is x^5 > x^4?Reduce by x^4 to rephrase the question:
Is \(x > 1\)?
(1) x^3 > −x
\(x(x^2 + 1) > 0\). Since \(x^2 + 1\) is always positive, then the second multiple, x, must also be positive. So, this statement implies that x > 0. Not sufficient.
(2) 1/x < x
Multiply by x^2 (it has to be positive, so we can safely do that):
\(x < x^3\);
\(x(x^2 -1) > 0\);
\((x + 1)x(x - 1) > 0\);
\(-1 < x < 0\) or \(x > 1\).
Not sufficient.
(1)+(2) Intersection of ranges from (1) and (2) is \(x > 1\). Sufficient.
Answer: C.