Slope intercept form is:
y = mx + b
To find the slope of the line, we can use the slope equation, in which:
m = y2 - y1 / x2 - x1
Using (1,4) and (3,-2), we know:
m = (-2 - 4) / (3-1)
= -6 / 2 = -3
If m = -3, then we can plug in one of these points to solve for b, such that:
4 = -3(1) + b
4 = -3 + b
b = 7
To check if this is correct, we can plug in the other point:
-2 = -3(3) + 7
-2 = -9 + 7
-2 = -2
So! Using the slope intercept form, we get:
y = -3x + 7
To graph the equation, you can then just plug in numbers for x and solve for y's.
__
Hope this helps!