Last visit was: 18 Nov 2025, 18:42 It is currently 18 Nov 2025, 18:42
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: 18 Nov 2025
Posts: 105,355
Own Kudos:
778,078
 [9]
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,078
 [9]
2
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
User avatar
NiranjanaV
Joined: 20 Apr 2022
Last visit: 18 May 2025
Posts: 53
Own Kudos:
76
 [2]
Given Kudos: 125
Location: India
GMAT 1: 730 Q48 V42
GPA: 3.23
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 18 Nov 2025
Posts: 8,423
Own Kudos:
4,979
 [3]
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)
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,423
Kudos: 4,979
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
missionmba2025
Joined: 07 May 2023
Last visit: 07 Sep 2025
Posts: 341
Own Kudos:
427
 [1]
Given Kudos: 52
Location: India
Posts: 341
Kudos: 427
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Does \(xy = x^2\) ?


(1) \(xy = y^2\)

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


 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 


\(xy = x^2\)

\(xy - x^2 = 0\)

\(x(y-x) = 0\)

\(x = 0\) or \(x = y\)

(1) \(xy = y^2\)

\(xy - y^2 = 0\)

\(y(x - y) = 0\)

Two possibilities, x = y or y = 0.

If x = y, Does \(xy = x^2\) ? is yes

If y = 0 and x = 4, Does \(xy = x^2\) ? is no

Not sufficient.

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

\(x^2 - y^2 = 0\)

\((x+y)(x - y) = 0\)

Two possibilities, x = y or x = -y.

If x = y, Does \(xy = x^2\) ? is yes

If y = 3 and x = -3, Does \(xy = x^2\) ? is no

Not sufficient.

Combined

The common term in both (1) and (2) is x = y.

The statements combined tell us \(xy = x^2\). The answer is Yes.

IMO C
User avatar
$!vakumar.m
Joined: 06 Dec 2021
Last visit: 25 Aug 2025
Posts: 493
Own Kudos:
626
 [2]
Given Kudos: 737
Location: India
Concentration: Technology, International Business
GPA: 4
WE:Human Resources (Telecommunications)
Posts: 493
Kudos: 626
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Does xy=x^2 ?
the above equation can be rewritten as : x^2 - xy =0
x(x-y) = 0=> x = 0 or x =y

(1) xy=y^2
=> y(y-x) = 0
=> y = 0 (for y = 0 we can't determine value of x and hence check the condition) or x =y (the given condition is true)
Not sufficient

(2) x^2=y^2
=>x^2 - y^2 =0
=> (x-y)*(x+y) =0
=> x = y (condition is true) or x = -y (on solving we get y =0, hence can't find the value of x)
Not sufficient
Statement 1 and 2 together
subtract both equations we get : x^2 - xy = 0
or x^2 = xy - True
Sufficient
Answer C
User avatar
BottomJee
User avatar
Retired Moderator
Joined: 05 May 2019
Last visit: 09 Jun 2025
Posts: 996
Own Kudos:
1,326
 [1]
Given Kudos: 1,009
Affiliations: GMAT Club
Location: India
GMAT Focus 1: 645 Q82 V81 DI82
GMAT 1: 430 Q31 V19
GMAT 2: 570 Q44 V25
GMAT 3: 660 Q48 V33
GPA: 3.26
WE:Engineering (Manufacturing)
Products:
GMAT Focus 1: 645 Q82 V81 DI82
GMAT 3: 660 Q48 V33
Posts: 996
Kudos: 1,326
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Does \(xy = x^2\) ?

LHS = xy
RHS =\( x^2\)
We need to find our whether LHS = RHS.

Quote:
(1) \(xy = y^2\)
Using Statement 1, we get
x = y
or y = 0
if x = y then xy = \(x^2\) is possible
But if y = 0, then we cannot determine whether xy = \(x^2\) as x can be 0 or it can be any other number.
Hence, Statement 1 is not sufficient.

Quote:
(2) \(x^2 = y^2\)
Using Statement 2, we get
x = y or x = -y
If x = y, then \(xy = x^2\) is possible
But if x = -y, then xy is not equal to \(x^2\) because in the LHS we will have -y * y and in RHS we will have y*y
Hence, Statement 2 is not sufficient.

Considering both the statements together, we get
x = y (common condition from both the statements)
Then, LHS = x*y = x*x
RHS = \(x^2\) = x * x
LHS = RHS.

IMO OA should be C.
Moderators:
Math Expert
105355 posts
496 posts