Last visit was: 25 Apr 2026, 23:06 It is currently 25 Apr 2026, 23:06
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,830
Own Kudos:
811,308
 [1]
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,308
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
unraveled
Joined: 07 Mar 2019
Last visit: 10 Apr 2025
Posts: 2,706
Own Kudos:
2,329
 [1]
Given Kudos: 763
Location: India
WE:Sales (Energy)
Posts: 2,706
Kudos: 2,329
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
eakabuah
User avatar
Retired Moderator
Joined: 18 May 2019
Last visit: 15 Jun 2022
Posts: 774
Own Kudos:
1,144
 [1]
Given Kudos: 101
Posts: 774
Kudos: 1,144
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
CareerGeek
Joined: 20 Jul 2017
Last visit: 24 Apr 2026
Posts: 1,286
Own Kudos:
4,433
 [1]
Given Kudos: 162
Location: India
Concentration: Entrepreneurship, Marketing
GMAT 1: 690 Q51 V30
WE:Education (Education)
GMAT 1: 690 Q51 V30
Posts: 1,286
Kudos: 4,433
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Question: Is \(x^3 − 1=0\) ?

(1) \(x^2 = 1\)
--> \(x = 1\) or \(-1\)
--> \(x^3 = 1\) or \(-1\) --> Insufficient

(2) \(x^2 = x\)
--> \(x^2 - x = 0\)
--> \(x(x - 1) = 0\)
--> \(x = 0\) or \(1\)
--> \(x^3 = 0\) or \(1\) --> Insufficient

Combining (1) & (2),
--> \(x = 1\) ONLY --> Sufficient

Option C
User avatar
freedom128
Joined: 30 Sep 2017
Last visit: 01 Oct 2020
Posts: 939
Own Kudos:
1,377
 [1]
Given Kudos: 402
GMAT 1: 720 Q49 V40
GPA: 3.8
Products:
GMAT 1: 720 Q49 V40
Posts: 939
Kudos: 1,377
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(1) x^2 = 1 --> x=-1 or x=1
If x=-1, then x^3 − 1 = -2 (no)
If x=1, then x^3 − 1 = 0 (yes)
NOT SUFFICIENT

(2) x^2 = x --> x=0 or x=1
If x=0, then x^3 − 1 = -1 (no)
If x=1, then x^3 − 1 = 0 (yes)
NOT SUFFICIENT

(1)+(2) turns out we havwe only single solution: x=1, then x^3 − 1 = 0 (yes)
SUFFICIENT

FINAL ANSWER IS (C)

Posted from my mobile device
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 25 Apr 2026
Posts: 8,630
Own Kudos:
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GMAT Focus 2: 645 Q83 V82 DI81
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,630
Kudos: 5,190
Kudos
Add Kudos
Bookmarks
Bookmark this Post
#1
x^2=1
x= +/-1 insufficient
#2
x^2-x=0
x= 0 or x= 1
insufficient
from 1&2
x= 1
IMO C

Is x3−1=0 ?

(1) x2=1

(2) x2=x
User avatar
madgmat2019
Joined: 01 Mar 2019
Last visit: 17 Sep 2021
Posts: 584
Own Kudos:
642
 [1]
Given Kudos: 207
Location: India
Concentration: Strategy, Social Entrepreneurship
GMAT 1: 580 Q48 V21
GPA: 4
Products:
GMAT 1: 580 Q48 V21
Posts: 584
Kudos: 642
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
For x^3-1=0

X can only be 1

1) from this X can be 1,-1..... INSUFFICIENT
2) from this X can be 0,1.... INSUFFICIENT

Combining both we can get X=1

OA:C

Posted from my mobile device
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 25 Apr 2026
Posts: 6,977
Own Kudos:
Given Kudos: 128
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,977
Kudos: 16,920
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
Is x^3 − 1 = 0 ?
(1) x^2 = 1
(2) x^2 = x

Question: Is x^3 = 1?

Statemnt 1: x^2 = 1

i.e. x = +1
i.e. x^3 = +1

NOT SUFFICIENT

Statement 2: x^2 = x

i.e. x = 0 or 1
i.e. x^3 = 0 or 1

NOT SUFFICIENT

COmbining the two statements

x^3 = 1

SUFFICIENT

Answer: Option C
User avatar
Papist
Joined: 23 Mar 2020
Last visit: 07 Jun 2021
Posts: 75
Own Kudos:
37
 [1]
Given Kudos: 9
Posts: 75
Kudos: 37
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Is x^3 - 1 = 0?

In other words, we are trying to find out if x^3 is equal to 1

(1) "x^2 = 1"
x could be equal to 1, which would make the equation correct. However, x could also equal -1, which would make the equation incorrect. INSUFFICIENT.

(2) "x^2 = x"
x could equal 1, which would make the equation correct. However, x could also equal 0, which would make the equation incorrect. INSUFFICIENT.

(1+2) The only value of x that satisfies both statements is 1, so we can definitively say the equation is correct. SUFFICIENT.

Answer: (C)
User avatar
exc4libur
Joined: 24 Nov 2016
Last visit: 22 Mar 2022
Posts: 1,680
Own Kudos:
1,469
 [1]
Given Kudos: 607
Location: United States
Posts: 1,680
Kudos: 1,469
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
Is x^3 − 1 = 0 ? (1) x^2 = 1 (2) x^2 = x

(1) insufic
x^2-1=0, (x-1)(x+1)=0, x={1,-1}

(2) insufic
x^2=x, x^2-x=0, x(x-1)=0, x={0,1}

(1/2) sufic
x=1

Ans (C)
User avatar
globaldesi
Joined: 28 Jul 2016
Last visit: 23 Feb 2026
Posts: 1,141
Own Kudos:
2,000
 [1]
Given Kudos: 67
Location: India
Concentration: Finance, Human Resources
Schools: ISB '18 (D)
GPA: 3.97
WE:Project Management (Finance: Investment Banking)
Products:
Schools: ISB '18 (D)
Posts: 1,141
Kudos: 2,000
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Is\( x^3−1=0 \)?

(1) \(x^2=1\)

(2) \(x^2=x\)



Is\( x^3−1=0 \)? or x = 1
(1) \(x^2=1\)

x can be 1 or -1 (Not sufficient)

(2) \(x^2=x\)
or \(x^2-x =0\)
or \(x(x-1)=0\)
thus x = 0 ,1
Not sufficient

Combine both
only value common is 1
thus
\(x^3−1=0 \) , sufficient
Thus C
User avatar
lacktutor
Joined: 25 Jul 2018
Last visit: 23 Oct 2023
Posts: 658
Own Kudos:
1,447
 [1]
Given Kudos: 69
Posts: 658
Kudos: 1,447
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Is \(x^{3} —1 =0 \)???
—>\( x^{3} =1\) —> \(x= 1\) ???

(Statement1): \(x^2 = 1\)
—>\(( x—1)(x+1)= 0\)
\(x= 1\) and \(x= —1\)
Insufficient

(Statement2): \(x^{2} = x\)
—>\( x( x—1) = 0\)
\(x = 0\) and \(x= 1\)
Insufficient

Taken together 1&2,
Only \(x= 1\) satisfies the both statements
Sufficient

Answer (C)

Posted from my mobile device
avatar
chaitralirr
Joined: 17 Mar 2019
Last visit: 07 Oct 2021
Posts: 363
Own Kudos:
Given Kudos: 35
Location: India
Concentration: Healthcare, General Management
Schools:
GPA: 3.75
WE:Pharmaceuticals (Healthcare/Pharmaceuticals)
Schools:
Posts: 363
Kudos: 291
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Is \(x^3 − 1 = 0\) ?

we need to find if X^3-1=0 or X^3=1

(1) \(x^2 = 1\)

X^2=1 means X=1 this means X^3-1 =0 Hence statement 1 is sufficient.


(2) \(x^2 = x\)

X^2=X Therefore X^2-X=0, X(X-1)=0 means X=0 or X=1

if X=0 the |X^3-1|= 1
If X=1 the X=0 hence insufficient

statement 1 is sufficient IMO A
Moderators:
Math Expert
109830 posts
498 posts
212 posts