Answer:
A. y+3=4(x+1)
Explanation:
Lets find an equation having the form y=mx+b, where m is the slope and b the y-intercept. We are given the slope, so let's add that first:
y = 4x + b
That was easy. No how can we find the value for b? We are given a point that the line passes through: (-1,-3). If the line gors through this point, then it must be a valid solution to the equation. Let's use that point in the equation and solve for b:
y = 4x + b
-3 = 4*(-1) + b for point (-1,-3)
-3 = -4 + b
b = 1
The equation becomes y = 4x + 1
Put this into point slope form:
y = 4x + 1
y+3 = 4x + 1 + 3
y+3 = 4x + 4
y+3 = 4(x + 1)
See the attached graph.