Answer
D. `(y+4) = (5)/(3)(x+ 1)`
Step by step explanation
The given points are (-1, -4) and (2, 1)
Slope = (y2 - y1)/(x2 - x1)
= (1 - (-4)) / (2 - (-1))
= (1 + 4) / (2 +1)
m = 5/3
When two points are given, the equation of the line is
(y - y1) = m (x - x1)
y -(-4) = 5/3 (x - (-1))
y + 4 = 5/3 (x + 1)
The answer is (y+4) = (5)/(3)(x+ 1)
Thank you.