Answer:
Explanation:
Givens
y2 = y/x
y1 = 1
x2 = 1/y
x1 = 1/x
Formula
m = (y2 - y1) / (x2 - x1)
Solution
m = (y/x - 1) / (1/y - 1/x)
m = ( (y - x)/x ) / ((x - y)/xy)
m = (-(x - y) / x) / ( (x - y) / xy)
Invert the denominator and multiply
m = ( - (x - y) / x ) * x*y / (x - y) Notice x - y cancels.
m = ( - 1 / x ) * (x*y) Notice the xs will cancel.
m = ( - 1 / y) There are no xs anywhere. The slope is - 1/y