Find the slope of the line passing through the points (4,8) and (8,7). Answer by oberobic(2304) (Show Source):
You can put this solution on YOUR website! m = slope
.
m = change in y / change in x
.
m = (8-7) / (4-8)
.
m = 1/-4
.
m = -1/4
.
y = -1/4x + b
.
Use one of the points to find 'b'
.
(4,8)
.
8 = -1/4(4) + b
.
8 = -1 + b
.
b = 9
.