[quote="Bunuel"]
SOLUTIONS: 1. If 6*x*y = x^2*y + 9*y, what is the value of xy? (1) y – x = 3
(2) x^3< 0
First let's simplify given expression \(6*x*y = x^2*y + 9*y\):
\(y*(x^2-6x+9)=0\) --> \(y*(x-3)^2=0\). Note here that we CAN NOT reduce this expression by \(y\), as some of you did. Remember we are asked to determine the value of \(xy\), and when reducing by \(y\) you are assuming that \(y\) doesn't equal to \(0\). We don't know that.
Next: we can conclude that either \(x=3\)
or/and \(y=0\). Which means that \(xy\) equals to 0, when y=0 and x any value (including 3), OR \(xy=3*y\) when y is not equal to zero, and x=3.
(1) \(y-x=3\). If y is not 0, x must be 3 and y-x to be 3, y must be 6. In this case \(xy=18\). But if y=0 then x=-3 and \(xy=0\). Two possible scenarios. Not sufficient.
OR:
\(y-x=3\) --> \(x=y-3\) --> \(y*(x-3)^2=y*(y-3-3)^2=y(y-6)^2=0\) --> either \(y=0\) or \(y=6\) --> if \(y=0\), then \(x=-3\) and \(xy=0\) \(or\) if \(y=6\), then \(x=3\) and \(xy=18\). Two different answers. Not sufficient.
(2) \(x^3<0\). x is negative, hence x is not equals to 3, hence y must be 0. So, xy=0. Sufficient.
Answer: B.This one was quite tricky and was solved incorrectly by all of you.
Hi Bunuel,
I am a big fan of your posts and all your easy explanations, just want to point out a possible correction in your explanation of question 1 here.
From the statement (ii) x^3<0, it is clear that x<0. But how did you arrive at the value of x=3 without combining statement (i) which gives two values of x=3,-3?
That is the reason I think the answer is (C) when we get x=-3 using both statement (i) and statement (ii) and hence the value of xy.
Let me know if I am correct.
Thanks!