Answer: y = 4x-3
slope = 4, y intercept = -3
=================================================
m = 4 is the slope
is the point the line goes through
Using point slope form, we can say,
The equation is in slope intercept form y = mx+b
m = 4 = slope
b = -3 = y intercept
------------------------
As an alternative, you can use y = mx+b to get the same answer. We'll plug in m = 4 and (x,y) = (-2,-11) to solve for b
y = mx+b
-11 = 4(-2)+b
-11 = -8+b
-11+8 = -8+b+8
-3 = b
b = -3 we get the same y intercept value as above
------------------------
To check the answer, plug x = -2 into the equation. We should get y = -11
y = 4x-3
y = 4(-2)-3
y = -8-3
y = -11 we get the proper y value. The answer is confirmed.