Last visit was: 26 Apr 2024, 15:53 It is currently 26 Apr 2024, 15:53

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
Senior Manager
Senior Manager
Joined: 26 Nov 2009
Status:Impossible is not a fact. It's an opinion. It's a dare. Impossible is nothing.
Affiliations: University of Chicago Booth School of Business
Posts: 470
Own Kudos [?]: 2377 [15]
Given Kudos: 36
Location: Singapore
Concentration: General Management, Finance
Schools: Chicago Booth - Class of 2015
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619238 [9]
Given Kudos: 81609
Send PM
Intern
Intern
Joined: 19 Mar 2020
Posts: 46
Own Kudos [?]: 39 [5]
Given Kudos: 20
Location: India
GMAT 1: 600 Q47 V28
GMAT 2: 700 Q49 V37
GPA: 4
Send PM
General Discussion
User avatar
Director
Director
Joined: 15 Jul 2004
Posts: 603
Own Kudos [?]: 673 [5]
Given Kudos: 17
Concentration: Strategy
Schools:Wharton (R2 - submitted); HBS (R2 - submitted); IIMA (admitted for 1 year PGPX)
 Q48  V33 GMAT 2: 670  Q46  V36 GMAT 3: 720  Q49  V40
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
3
Kudos
2
Bookmarks
nusmavrik wrote:
Is x = y?

a) x² = xy

b) x² = y²


Is it C?

1) \(x^2 = xy\) => \(x^2-xy=0\) and \(x(x-y)=0\) hence x=0 or x=y so insuff
2) \(x^2=y^2\) => \(x^2-y^2=0\) => \((x-y)(x+y)=0\) => x=y or x=-y hence insuff
1+2: x=y hence suff so C
User avatar
Intern
Intern
Joined: 24 May 2010
Status:Waiting to hear from University of Texas at Austin
Posts: 39
Own Kudos [?]: 135 [0]
Given Kudos: 4
Location: Changchun, China
Concentration: MSA - Generalist
Schools:University of Texas at Austin, Michigan State
 Q46  V44
GPA: 3.9
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
Okay I fell in the trap I guess.

I am wondering why you took the first step \(x^2-xy=0\)

Why do we need to set equal to zero?

\(X^2=X*X\)

So I solved for y

\((X*X)/X=Y\)
\(X=Y\)
Senior Manager
Senior Manager
Joined: 26 Nov 2009
Status:Impossible is not a fact. It's an opinion. It's a dare. Impossible is nothing.
Affiliations: University of Chicago Booth School of Business
Posts: 470
Own Kudos [?]: 2377 [0]
Given Kudos: 36
Location: Singapore
Concentration: General Management, Finance
Schools: Chicago Booth - Class of 2015
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
@dwivedys : Here is the trap. Compare previous question with following question. It also has common root (AB=1) but OA is E

Is the product of A and B equal to 1?
1) A*B*A = A
2) B*A*B = B

OA : E
A = 0 or B = 0 or AB = 1. A = 0 and AB = 1 are mutually exclusive. 1) and 2) combined cannot assert AB=1 unless A and B are non zero. However in the first question I had posted x = y is definite solution.

Any one else wants to explain when to take a common solution and when not. May be a second perspective can flush the common solution dilemma ??
Senior Manager
Senior Manager
Joined: 26 Nov 2009
Status:Impossible is not a fact. It's an opinion. It's a dare. Impossible is nothing.
Affiliations: University of Chicago Booth School of Business
Posts: 470
Own Kudos [?]: 2377 [0]
Given Kudos: 36
Location: Singapore
Concentration: General Management, Finance
Schools: Chicago Booth - Class of 2015
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
Bunuel ! This is awesome. Kudos for the explanation.

Bunuel wrote:

When we consider two statements together we should take the values which satisfy both statements. For this question \(ab=1\) satisfies both statement, but \(a=b=0\) also satisfies both statements. So what you call "common solution" for this question is: \(ab=1\) OR \(ab=0\neq{1}\) and for the first question "common solution" is only \(x=y\).

Hope it's clear.
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29941 [2]
Given Kudos: 799
Location: Canada
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
2
Kudos
Expert Reply
Top Contributor
Bunuel wrote:
Is x = y?

(1) x² = xy
(2) x² = y²


Target question: Is x = y?

Statement 1: x² = xy
NOTE: Although it would be nice to divide both sides of the equation by x (to get x = y), we can't do that because it COULD be the case that x = 0, which means we're dividing by 0 (a big No-No)

Instead, we can subtract xy from both sides to get: x² - xy = 0
Factor: x(x - y)
So, EITHER x = 0 OR x - y = 0

So, it COULD be the case that x = 0 and y = 1, in which case the answer to the target question is NO, x does not equal y
Or, it COULD be the case that x = 1 and y = 1, in which case the answer to the target question is YES, x equals y
Since we can’t answer the target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: x² = y²
Subtract y² from both sides to get: x² - y² = (x + y)(x - y) = 0
So, EITHER x + y = 0 OR x - y = 0

So, it COULD be the case that x = -1 and y = 1, in which case the answer to the target question is NO, x does not equal y
Or, it COULD be the case that x = 1 and y = 1, in which case the answer to the target question is YES, x equals y
Since we can’t answer the target question with certainty, statement 2 is NOT SUFFICIENT

Statements 1 and 2 combined
Statement 1 tells us that EITHER x = 0 OR x - y = 0
Statement 2 tells us that EITHER x + y = 0 OR x - y = 0
Since both statements must be true, it MUST be the case that x - y = 0, which means the answer to the target question is YES, x equals y
Since we can answer the target question with certainty, the combined statements are SUFFICIENT

Answer: C

Cheers,
Brent
Manager
Manager
Joined: 20 Mar 2019
Posts: 147
Own Kudos [?]: 14 [0]
Given Kudos: 282
Location: India
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
My 2 cents on this:

is x = y? or is x-y=0?

S1: x^2 = xy can be written as x(x-y) = 0

Which means Either x = 0 OR x-y = 0. 2 options so sufficient.

S2: x^2 = y^2 which can be written as (x+y)(x-y) = 0

Which means either x+y = 0 or x-y = 0. 2 options so insufficient.

S1 and S2 together:

Simply plug value for x^2 as y^2 in first equation

--> xy = y^2; cancel out the y terms and we are left with x = y definitive answer.

C
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
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.
GMAT Club Bot
Re: Is x = y? (1) x^2 = xy (2) x^2 = y^2 [#permalink]
Moderator:
Math Expert
92948 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne