1) You have:
Code:
sqrt(x + 1) sqrt(x)
----------- + -----------
sqrt(x) sqrt(x + 1)
You could convert to a common denominator to get:
Code:
(x + 1) + x
-------------
sqrt(x^2 + 1)
You can simplify the numerator, but I don't see that anything "factors", as such.
2) You have:
. . . . .x - [y/(x/y)] + (y/x)
After you flip the denominator in the middle term, you get:
. . . . .x - y<sup>2</sup>/x + y/x
Convert the first term to the common denominator of "x", and add the numerators. I don't see much else you can do with this.
3) One possible first step would be multiplying through by (x)(6x + 3) to get:
. . . . .(x)(12x - 5) = 2(x)(6x + 3) - 5(6x + 3)
Multiply everything out, and, after simplifying, solve the remaining linear equation.
Eliz.