cliffordlfoster Wrote:If (sqrt x + sqrt y)/(x-y) = (2sqrt x + 2sqrt y)/(x + 2sqrt xy +y), what is the ratio of x to y?
A) 1/2
B) 2
C) 4
D) 7
E) 9
In the answer explanation, the denominator of (x - y) in (sqrt x + sqrt y)/(x-y) is converted to (sqrt x - sqrt y)(sqrt x + sqrt y). Can someone explain this step?
that's the "difference of squares" pattern. it's the same factoring pattern as, e.g., x^2 - 25 = (x + 5)(x - 5).
* if you don't know this factoring pattern, look in our foundations of math book and/or just type "difference of squares" into google.
* if you know this factoring pattern, just notice how it works -- the things in the (this + that)(this - that) pattern are the square roots of the original things on the left.
for instance, when you look at
x^2 - 25 = (x + 5)(x - 5)
note that the x's are the square root of x^2, and that the 5's are the square root of 25.
in this problem, the same thing is happening: the square root of the original x is √x, and the square root of y is √y.
it might seem a bit weird to factor a nice-looking thing like (x - y) into a mess of ugly square roots. indeed, if there were no larger context, and no problem to solve, that would be a positively insane thing to do.
on the other hand, there are already a bunch of √x's and √y's flying around this problem, so that's a pretty solid clue indicating that you should do this.