Answer:
y = 3x + 5
Explanation:
slope:
11 - (-1) / 2 - (-2) = 12/4 = 3
slope intercept form is y = mx + b, so right now you have m = 3:
y = 3x + b
now, since you know x = -2 and y =-1 is a solution, you can plug those values in:
-1 = 3 * -2 + b
-1 = -6 + b
5 = b
This means the equation is y = 3x + 5