Last visit was: 11 Jul 2025, 18:10 It is currently 11 Jul 2025, 18:10
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
kashishh
Joined: 02 Jun 2011
Last visit: 15 Oct 2019
Posts: 89
Own Kudos:
420
 [37]
Given Kudos: 11
Posts: 89
Kudos: 420
 [37]
5
Kudos
Add Kudos
31
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
 [30]
17
Kudos
Add Kudos
12
Bookmarks
Bookmark this Post
General Discussion
User avatar
vibhav
Joined: 28 Dec 2010
Last visit: 13 Oct 2014
Posts: 213
Own Kudos:
Given Kudos: 33
Location: India
Posts: 213
Kudos: 797
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
740,505
 [1]
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
vibhav
thanks bunuel. Its a common error to 'cancel' y on both sides. I fell prey to the same mistake.
However, just to clarify, basically when x = 2 then y can take any value and when y=0 x can take any value. In either case xy=0?

If y=0 then x can take any value - TRUE. In this case xy=0.
If x=2 then y can take any value - TRUE. In this case xy=0 only if y=0 but for any other possible value of y xy does not equal to zero (for example consider x=2 and y=1).

Hope it's clear.
User avatar
vibhav
Joined: 28 Dec 2010
Last visit: 13 Oct 2014
Posts: 213
Own Kudos:
Given Kudos: 33
Location: India
Posts: 213
Kudos: 797
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

If x=2 then y can take any value - TRUE. In this case xy=0 only if y=0 but for any other possible value of y xy does not equal to zero (for example consider x=2 and y=1).


Just by looking at this equation y(x^2 -4x+4) = 0 either the quadratic term has to equal 0, in which case x=2, or y has to equal to zero. In which scenario will y =1 and x=2 occur?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
Kudos
Add Kudos
Bookmarks
Bookmark this Post
vibhav
Bunuel

If x=2 then y can take any value - TRUE. In this case xy=0 only if y=0 but for any other possible value of y xy does not equal to zero (for example consider x=2 and y=1).


Just by looking at this equation y(x^2 -4x+4) = 0 either the quadratic term has to equal 0, in which case x=2, or y has to equal to zero. In which scenario will y =1 and x=2 occur?

Again: \(y(x-2)^2=0\) means that either \(x=2\) or \(y=0\) (or both).

Now, if \(x=2\) then \(y\) can take ANY value including 1.

Hope it's clear.
avatar
devpanda
Joined: 28 Sep 2011
Last visit: 04 Dec 2013
Posts: 19
Own Kudos:
Given Kudos: 18
Location: India
WE:Consulting (Computer Software)
Posts: 19
Kudos: 21
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Made silly mistake....
I thought using stmt 1 - xy always comes to be 0...
User avatar
stne
Joined: 27 May 2012
Last visit: 11 Jul 2025
Posts: 1,768
Own Kudos:
Given Kudos: 656
Posts: 1,768
Kudos: 1,836
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
kashishh
If x and y are integers and 4xy = x^2*y+4y, what is the value of xy?

(1) y-x = 2
(2) x^3 <0

what I did : 4xy = x^2y+4y
4x = x^2+4
x^2-4x+4 = 0
(x-2)^2=0
x = 2
is this wrong?

You cannot divide 4xy=x^2y+4y by y and write 4x=x^2+4, because y can be zero and division be zero is not allowed. Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We can not divide by zero. So when you divide by y you assume, with no ground for it, that y does not equal to zero thus exclude a possible solution.

If x and y are integers and 4xy = x^2*y+4y, what is the value of xy?


\(4xy=x^2*y+4y\) --> \(x^2*y-4xy+4y=0\) --> \(y(x^2-4x+4)=0\) --> \(y(x-2)^2=0\) --> either \(x=2\) or \(y=0\) (or both).

(1) y-x = 2 --> if \(x=2\) then \(y=4\) and \(xy=8\) but if \(y=0\) then \(x=-2\) and \(xy = 0\). Not sufficient.

(2) x^3<0 --> \(x<0\), so \(x\neq{2}\) which means that \(y\) must equal to zero --> \(xy=0\). Sufficient.

Answer: B.

Hope it's clear.

instead of taking LHS to RHS , I brought RHS to LHS
and got 4xy-x^2y - 4y = 0
now y (4x-x^2- 4 )= 0
y (-x^2 +4x - 4)= 0
y (x+2)^2= 0
either y = 0 or x = -2
now obviously x=-2 does not satisfy 4xy = x^2*y+4y, now I was expecting the same answer both ways.
Now am I doing something wrong,or is it just one of those cases where the equation works a certain way and not the other way

by the way factorization of -x^2 +4x-4 =0 is (x+2)^2 right? if x^2 has a coefficient we have to multiply the constant (-4) with the coefficient of x^2 do we not.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
740,505
 [1]
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
stne
Bunuel
kashishh
If x and y are integers and 4xy = x^2*y+4y, what is the value of xy?

(1) y-x = 2
(2) x^3 <0

what I did : 4xy = x^2y+4y
4x = x^2+4
x^2-4x+4 = 0
(x-2)^2=0
x = 2
is this wrong?

You cannot divide 4xy=x^2y+4y by y and write 4x=x^2+4, because y can be zero and division be zero is not allowed. Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We can not divide by zero. So when you divide by y you assume, with no ground for it, that y does not equal to zero thus exclude a possible solution.

If x and y are integers and 4xy = x^2*y+4y, what is the value of xy?


\(4xy=x^2*y+4y\) --> \(x^2*y-4xy+4y=0\) --> \(y(x^2-4x+4)=0\) --> \(y(x-2)^2=0\) --> either \(x=2\) or \(y=0\) (or both).

(1) y-x = 2 --> if \(x=2\) then \(y=4\) and \(xy=8\) but if \(y=0\) then \(x=-2\) and \(xy = 0\). Not sufficient.

(2) x^3<0 --> \(x<0\), so \(x\neq{2}\) which means that \(y\) must equal to zero --> \(xy=0\). Sufficient.

Answer: B.

Hope it's clear.

instead of taking LHS to RHS , I brought RHS to LHS
and got 4xy-x^2y - 4y = 0
now y (4x-x^2- 4 )= 0
y (-x^2 +4x - 4)= 0
y (x+2)^2= 0
either y = 0 or x = -2
now obviously x=-2 does not satisfy 4xy = x^2*y+4y, now I was expecting the same answer both ways.
Now am I doing something wrong,or is it just one of those cases where the equation works a certain way and not the other way

by the way factorization of -x^2 +4x-4 =0 is (x+2)^2 right? if x^2 has a coefficient we have to multiply the constant (-4) with the coefficient of x^2 do we not.

You could expand \((x+2)^2\) to check your reasoning: \((x+2)^2=x^2+2x+4\), while \(-x^2 +4x-4=-(x^2-4x+4)=-(x-2)^2\). Thus, \(y(4x-x^2- 4 )=0\) can be written as \(-y(x-2)^2=0\) --> \(x=2\) or \(y=0\).

Hope it's clear.
User avatar
stne
Joined: 27 May 2012
Last visit: 11 Jul 2025
Posts: 1,768
Own Kudos:
1,836
 [1]
Given Kudos: 656
Posts: 1,768
Kudos: 1,836
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
stne

instead of taking LHS to RHS , I brought RHS to LHS
and got 4xy-x^2y - 4y = 0
now y (4x-x^2- 4 )= 0
y (-x^2 +4x - 4)= 0
y (x+2)^2= 0
either y = 0 or x = -2
now obviously x=-2 does not satisfy 4xy = x^2*y+4y, now I was expecting the same answer both ways.
Now am I doing something wrong,or is it just one of those cases where the equation works a certain way and not the other way

by the way factorization of -x^2 +4x-4 =0 is (x+2)^2 right? if x^2 has a coefficient we have to multiply the constant (-4) with the coefficient of x^2 do we not.

You could expand \((x+2)^2\) to check your reasoning: \((x+2)^2=x^2+2x+4\), while \(-x^2 +4x-4=-(x^2-4x+4)=-(x-2)^2\). Thus, \(y(4x-x^2- 4 )=0\) can be written as \(-y(x-2)^2=0\) --> \(x=2\) or \(y=0\).

Hope it's clear.

I think I am still missing something, can you please show me how to factorize -x^2+4x-4= 0 without taking out the negative sign, answer should be same right? Thank you
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
740,505
 [1]
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
stne
stne
Bunuel

instead of taking LHS to RHS , I brought RHS to LHS
and got 4xy-x^2y - 4y = 0
now y (4x-x^2- 4 )= 0
y (-x^2 +4x - 4)= 0
y (x+2)^2= 0
either y = 0 or x = -2
now obviously x=-2 does not satisfy 4xy = x^2*y+4y, now I was expecting the same answer both ways.
Now am I doing something wrong,or is it just one of those cases where the equation works a certain way and not the other way

by the way factorization of -x^2 +4x-4 =0 is (x+2)^2 right? if x^2 has a coefficient we have to multiply the constant (-4) with the coefficient of x^2 do we not.

You could expand \((x+2)^2\) to check your reasoning: \((x+2)^2=x^2+2x+4\), while \(-x^2 +4x-4=-(x^2-4x+4)=-(x-2)^2\). Thus, \(y(4x-x^2- 4 )=0\) can be written as \(-y(x-2)^2=0\) --> \(x=2\) or \(y=0\).

Hope it's clear.

I think I am still missing something, can you please show me how to factorize -x^2+4x-4= 0 without taking out the negative sign, answer should be same right? Thank you

You can factor -x^2 + 4x - 4 only as -(x-2)^2.
User avatar
stne
Joined: 27 May 2012
Last visit: 11 Jul 2025
Posts: 1,768
Own Kudos:
1,836
 [1]
Given Kudos: 656
Posts: 1,768
Kudos: 1,836
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
stne
Bunuel

You could expand \((x+2)^2\) to check your reasoning: \((x+2)^2=x^2+2x+4\), while \(-x^2 +4x-4=-(x^2-4x+4)=-(x-2)^2\). Thus, \(y(4x-x^2- 4 )=0\) can be written as \(-y(x-2)^2=0\) --> \(x=2\) or \(y=0\).

Hope it's clear.

I think I am still missing something, can you please show me how to factorize -x^2+4x-4= 0 without taking out the negative sign, answer should be same right? Thank you

You can factor -x^2 + 4x - 4 only as -(x-2)^2.

Thank you +1, I was under the impression that it was possible to factor -x^2 +4x-4 as it is and it was not necessary to take out the negative sign. One of those mistakes , waiting to happen.
User avatar
vikrantgulia
Joined: 18 Oct 2013
Last visit: 23 Oct 2022
Posts: 62
Own Kudos:
Given Kudos: 36
Location: India
Concentration: Technology, Finance
GMAT 1: 580 Q48 V21
GMAT 2: 530 Q49 V13
GMAT 3: 590 Q49 V21
WE:Information Technology (Computer Software)
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,
Thanks for the wonderful response. Please let me know that we should you use it as truth statement for DS question (Algebra) that "Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We can not divide by zero". I surely follow it that reduce variable in algebra only when I am sure that they are not equal to 0.

Please do explain one doubt .What you said make logical sense but it contradicts from my previous knowledge that if we have an equation and two expression are equal to each other than we can reduce the common variable such as y from both side and there is no where mention that variable not equal to 0.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 11 Jul 2025
Posts: 102,635
Own Kudos:
Given Kudos: 98,172
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,635
Kudos: 740,505
Kudos
Add Kudos
Bookmarks
Bookmark this Post
vikrantgulia
Hi Bunuel,
Thanks for the wonderful response. Please let me know that we should you use it as truth statement for DS question (Algebra) that "Never reduce equation by variable (or expression with variable), if you are not certain that variable (or expression with variable) doesn't equal to zero. We can not divide by zero". I surely follow it that reduce variable in algebra only when I am sure that they are not equal to 0.

Please do explain one doubt .What you said make logical sense but it contradicts from my previous knowledge that if we have an equation and two expression are equal to each other than we can reduce the common variable such as y from both side and there is no where mention that variable not equal to 0.

Yes, the property is true.

Consider simple example: xy=x. If you reduce this expression by x you get definite answer that y=1 but if there x=0, then y is not necessary to be 1, it can be any number.

Correct solution would be xy=x --> x(y-1)=0 --> x=0 OR y=1.

Does this make sense?
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 37,374
Own Kudos:
Posts: 37,374
Kudos: 1,010
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.
Moderator:
Math Expert
102635 posts