3

$$\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.

Asaf Karagila
  • 393,674
Joshhw
  • 603

1 Answers1

4

You did fine work up to where you're "stuck": Just note that $y - x = -(-y + x) = -(x-y)$: $\require{cancel}$ $$ {(y-x)(y+x) \over{x-y}} = \dfrac{-(\cancel{x-y})(y+x)}{\cancel{x-y}} = - (y+x) = -(x + y)$$

amWhy
  • 209,954