rango
Bunuel
Is |x| < 1Is \(|x| < 1\)? --> is \(-1<x<1\)?
(1) x^5 > x^3. Reduce by x^2: \(x^3>x\) --> \((x+1)x(x-1)>0\) --> \(-1<x<0\) or \(x>1\). Not sufficient.
(2) x^2 > x^3. Reduce by x^2: \(1>x\) (\(x\neq{0}\)). Not sufficient.
(1)+(2) Intersection of the ranges is \(-1<x<0\).
Attachment:
MSP824621h8d31791668agg000062b1e415iai4e4i2.gif
Sufficient.
Answer: C.
How do you do it
\((x+1)x(x-1)>0\) --> -1<x<0
I mean from above x > 1 or x>-1 or x>0 hw that -1<x<0 ?? Please clarify / link

I guess you ask about the first statement:
(1) x^5 > x^3. Reduce by x^2: \(x^3>x\) --> \(x^3-x>0\) --> \(x(x^2-1)>0\) --> \(x(x-1)(x+1)>0\) --> \((x+1)x(x-1)>0\). The "roots" are -1, 0, and 1 (equate each multiple to zero to get the roots and list them in ascending order), this gives us 4 ranges:
\(x<-1\);
\(-1<x<0\);
\(0<x<1\);
\(x>1\).
Test some extreme value: for example if \(x\) is very large number then all multiples ((x + 1), x, and (x - 1)) will be positive which gives the positive result for the whole expression, so when \(x>1\) the expression is positive.
Now the trick: as in the 4th range the expression is positive then in 3rd it'll be negative, in 2nd positive and finally in 1st it'll be negative again:
- + - +. So, the ranges when the expression is positive are: \(-1<x<0\) (2nd rabge) and \(x>1\) (4th range).
Theory on Inequalities:
x2-4x-94661.html#p731476inequalities-trick-91482.htmldata-suff-inequalities-109078.htmlrange-for-variable-x-in-a-given-inequality-109468.htmleverything-is-less-than-zero-108884.htmlgraphic-approach-to-problems-with-inequalities-68037.htmlAll DS Inequalities Problems to practice:
search.php?search_id=tag&tag_id=184All PS Inequalities Problems to practice:
search.php?search_id=tag&tag_id=189700+ Inequalities problems:
inequality-and-absolute-value-questions-from-my-collection-86939.htmlHope this helps.