Last visit was: 19 Nov 2025, 14:58 It is currently 19 Nov 2025, 14:58
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
avohden
Joined: 09 Jul 2013
Last visit: 14 Mar 2015
Posts: 406
Own Kudos:
3,133
 [3]
Given Kudos: 630
Status:1,750 Q's attempted and counting
Affiliations: University of Florida
Location: United States (FL)
GMAT 1: 570 Q42 V28
GMAT 2: 610 Q44 V30
GMAT 3: 600 Q45 V29
GMAT 4: 590 Q35 V35
GPA: 3.45
WE:Accounting (Accounting)
GMAT 4: 590 Q35 V35
Posts: 406
Kudos: 3,133
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
Qoofi
Joined: 18 Dec 2012
Last visit: 23 Feb 2024
Posts: 64
Own Kudos:
Given Kudos: 56
Location: India
Concentration: General Management, Strategy
GMAT 1: 530 Q37 V25
GMAT 2: 660 Q49 V32
GPA: 3.32
WE:Manufacturing and Production (Manufacturing)
GMAT 2: 660 Q49 V32
Posts: 64
Kudos: 191
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
GGarland
Joined: 13 Sep 2013
Last visit: 24 Mar 2014
Posts: 4
Given Kudos: 1
Posts: 4
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
shameekv
Joined: 29 Aug 2013
Last visit: 11 Aug 2020
Posts: 50
Own Kudos:
Given Kudos: 26
Location: United States
Concentration: Finance, International Business
GMAT 1: 590 Q41 V29
GMAT 2: 540 Q44 V20
GPA: 3.5
WE:Programming (Computer Software)
GMAT 2: 540 Q44 V20
Posts: 50
Kudos: 178
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avohden
Is x^3 less than x ?

(1) x^3 is less than 1.

(2) x is greater than -1.


GH-03.20.13

is \(x^3 - x < 0\)?

is \(x(x^2 - 1) < 0\)

is \((x-1) * (x) * (x+1) < 0\)??

which will be true for following ranges of x :-
    a) x< -1
    b) 0<x<1

You can use alternate -ve +ve system to determine the ranges of x. Similar to the attached snapshot.

Statement 1 :-
\(X^3 < 1\);
Simply means \(x < 1\)
(Since x has an odd power x can also take negative numbers.. Remember if x had even powers then the range for x would have been 0<=x<1)

So \(x\) can be between \(-1<x<0\) where the result will be positive. Hence insufficient.

Statement 2 :-
\(x > -1\)

Again x can be greater than 1 and x can also be between 0 & 1 where the results will be positive and negative respectively. Hence insufficient.

Combining 2 statements :-
we get -\(1<x<1\)

For -1 to 0 the result will be positive and for 0 to 1 the result will be negative.

Hence insufficient.

Therefore Answer will be E

Kudo if the post helps!!! :-D
Attachments

Inequality.png
Inequality.png [ 1.25 KiB | Viewed 5311 times ]

User avatar
Qoofi
Joined: 18 Dec 2012
Last visit: 23 Feb 2024
Posts: 64
Own Kudos:
Given Kudos: 56
Location: India
Concentration: General Management, Strategy
GMAT 1: 530 Q37 V25
GMAT 2: 660 Q49 V32
GPA: 3.32
WE:Manufacturing and Production (Manufacturing)
GMAT 2: 660 Q49 V32
Posts: 64
Kudos: 191
Kudos
Add Kudos
Bookmarks
Bookmark this Post
GGarland
Qoofi basically you're making the assumption that the question deals with integers. As that is never stated when you combine the two statements you can use both a positive and negative number such as 0.75 and -0.75 which gives us different results.

Hope that made it clear. Otherwise just ask and I'll gladly explain further.

So we should consider Fractions when it is not mentioned ?
avatar
GGarland
Joined: 13 Sep 2013
Last visit: 24 Mar 2014
Posts: 4
Given Kudos: 1
Posts: 4
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I do. I mean this is the GMAT, it's designed to try and trick you. Either with hard equations or specific wording.
I try to make as few assumptions as possible and since the question does not state specifically that it is integers one can not assume that x is one.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,390
Own Kudos:
778,362
 [1]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,362
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Is x^3 less than x ?

Is \(x^3<x\)? --> is \(x(1-x^2)>0\)? --> is \((1+x)x(1-x)>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\);
\(1<x\).

Now, test some extreme value: for example if \(x\) is very large number then all multiples but 1-x are positive, which gives a negative product, so when \(x>1\) the expression is negative.

Now the trick: as in the 4th range expression is negative, then in 3rd it'll be positive, in 2nd negative, and finally in 1st it'll be positive again: + - + - . So, the ranges when the expression is positive are: \(x<-1\) (1st range) and \(0<x<1\) (3rd range).

So, the question asks whether \(x<-1\) or \(0<x<1\)

(1) x^3 is less than 1. This implies that \(x<1\). Not sufficient.

(2) x is greater than -1 --> \(x>-1\). Not sufficient.

(1)+(2) \(-1<x<1\). Not sufficient.

Answer: E.

Theory on Inequalities:
x2-4x-94661.html#p731476
inequalities-trick-91482.html
data-suff-inequalities-109078.html
range-for-variable-x-in-a-given-inequality-109468.html
everything-is-less-than-zero-108884.html
graphic-approach-to-problems-with-inequalities-68037.html

All DS Inequalities Problems to practice: search.php?search_id=tag&tag_id=184
All PS Inequalities Problems to practice: search.php?search_id=tag&tag_id=189

700+ Inequalities problems: inequality-and-absolute-value-questions-from-my-collection-86939.html
User avatar
avohden
Joined: 09 Jul 2013
Last visit: 14 Mar 2015
Posts: 406
Own Kudos:
Given Kudos: 630
Status:1,750 Q's attempted and counting
Affiliations: University of Florida
Location: United States (FL)
GMAT 1: 570 Q42 V28
GMAT 2: 610 Q44 V30
GMAT 3: 600 Q45 V29
GMAT 4: 590 Q35 V35
GPA: 3.45
WE:Accounting (Accounting)
GMAT 4: 590 Q35 V35
Posts: 406
Kudos: 3,133
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Official Explanation

Answer: E
Statement (1) is insufficient. If x^3 is less than 1, there are multiple possibilities to consider. Either x is positive and less than 1, or x is negative. Consider those possibilities in light of the question:

If x is positive and less than 1, the relationship between x, x^2, and x^3 will always be the same, so use x = 1/2 as an example. If x = 1/2, x^3 = 1/8, so x^3 is less than x. If x is negative and greater than -1, again, the relationship between x, x^2, and x^3 will always be the same. Use x = -1/2. If x = -1/2, then x^3 = -1/8. In this case, x^3 is greater than x, so there are multiple answers to the question. Statement (2) is insufficient as well. In fact, the work we've already done shows this. If x is greater than -1, it could be either -1/2 or 1/2. As we've seen, if x = -1/2, x is less than x^3. If x = 1/2, x is greater than x^3. Taken together, the statements are still insufficient. They tell us that x and x^3 are between -1 and 1, but we've seen that the relationship between x and x^3 changes depending on whether the value of x is positive or negative. Choice (E) is correct.
User avatar
Sash143
Joined: 04 Jun 2015
Last visit: 26 Jul 2022
Posts: 62
Own Kudos:
Given Kudos: 2
Posts: 62
Kudos: 744
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avohden
Is x^3 less than x ?

(1) x^3 is less than 1.

(2) x is greater than -1.


GH-03.20.13

This can be easily answered by picking numbers. Point to remember : x here can be ANYTHING

1) \(x^3\) is less than 1. Insuff

If \(x = 0 ------>\) Is\(0 < 0\)? No
If \(x = 1/2 ------>\) Is \(1/8 < 1/2\)? Yes

2) x is greater than -1. Insuff

If \(x = 0 ------>\) Is\(0 < 0\)? No
If \(x = 1/2 ------>\) Is \(1/8 < 1/2\)? Yes

We need not calculate further coz we have used same test cases. Both together insuff.

Hence E :lol:
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,589
Own Kudos:
Posts: 38,589
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
105390 posts
496 posts