$$\frac yx-\frac xy \over \frac 1y- \frac 1x$$
I am trying to solve this, I start with the top, multiply the left side by Y and the right side by x to get:
$$\frac{y^2-x^2}{xy}$$
then I go to the bottom and multiply the left side by x and the right side by y to get:
$$\frac{y-x}{xy}$$ so that gives me:
$${(y-x)(y+x) \over xy} \over{x-y \over xy}$$
I then multiply the top by the inverse of the bottom, which should cancel out the xy and then I am left with :
$$(y-x)(y+x) \over{x-y}$$
I assume I should factor out a -1 from the bottom but the answer states "-(x+y)"
I'm missing something.