Victor B. answered 12/01/21
PhD candidate in Mathematics with 10+ years of teaching experience
Given two points (x1,y1) and (x2,y2), an equation for the line passing through them may be computes as
y= m(x-x1) + y1, where m = (y2-y1)/(x2-x1). In this case, we get m = (-5-4)/(4-6) = -9/-2 = 9/2. So
y= 9/2(x-6) + 4
= 9x/2 -6(9/2) + 4
= 9x/2 -23.
This is the slope-intercept form. The slope is 9/2 and the y-intercept is -23.