write the equation of a line through the point (5,-1) (-3, -5) in slope intercept form
First, find the slope: m = [y2 - y1] / [x2 - x1] = [-5 - -1] / [-3 - 5] = [-5 + 1] / [-8] = [-4] / [-8] = 1/2
Now, use the point-slope form for a line: y - y1 = m[x - x1] ---> y - -1 = (1/2)[x - 5]
---> y + 1 = (1/2)x - 5/2 ---> y = (1/2)x - 7/2