btsaami
gmatophobia
Bunuel
If \(x-y=\sqrt{x}+\sqrt{y}\), what is \(\sqrt{x}\) in terms of \(y\)?
A. \(1+\sqrt{y}\)
B. \(1-\sqrt{y}\)
C. \(\sqrt{y}-1\)
D. \(1-y\)
E. \(1+y\)
\(x-y=\sqrt{x}+\sqrt{y}\)
\((\sqrt{x} + \sqrt{y})(\sqrt{x} - \sqrt{y})- (\sqrt{x}+\sqrt{y}) = 0\)
\((\sqrt{x} + \sqrt{y})(\sqrt{x} - \sqrt{y} - 1) = 0\)
\(\sqrt{x} = 1 + \sqrt{y}\)
Option AHi
gmatophobiaCan you please let me know why did you pull all the various to LHS? We can directly divide and get the answer. Is it done to check all possible roots?
The question should have specified that x and y are positive numbers. In this case, we could safely divide \((\sqrt{x} + \sqrt{y})(\sqrt{x} - \sqrt{y})\) by \((\sqrt{x} + \sqrt{y})\) and get \(\sqrt{x} - \sqrt{y} = 1\).
However, without that condition, we cannot divide \((\sqrt{x} + \sqrt{y})(\sqrt{x} - \sqrt{y})\) by \((\sqrt{x} + \sqrt{y})\) because \((\sqrt{x} + \sqrt{y})\) could be 0 when x = y = 0, and division by 0 is not allowed. So, we should follow the approach used in the solution, which gives \((\sqrt{x} + \sqrt{y})(\sqrt{x} - \sqrt{y} - 1) = 0\). This, in turn, gives two possibilities: \(\sqrt{x} + \sqrt{y} = 0\) or \(\sqrt{x} - \sqrt{y} - 1 = 0\). Thus, the correct answer to the question would be \(\sqrt{x} = -\sqrt{y}\) or \(\sqrt{x} = \sqrt{y} + 1\).
So, the wording of the question is not precise overall.
Hope it's clear.