Answer:
y= mx+b (m is the slope)
The equation of a line can be determined using the point-slope form, which is given by the equation y - y₁ = m(x - x₁), where (x₁, y₁) is a point on the line and m is the slope.
In this case, the given point is (-4, 2) and the slope is -1. Plugging these values into the point-slope form, we get:
y - 2 = -1(x - (-4))
Simplifying further, we have:
y - 2 = -1(x + 4)
Distributing the -1 on the right side, we get:
y - 2 = -x - 4
To isolate y, we can add x to both sides:
y = -x - 4 + 2
Simplifying, we have:
y = -x - 2
Therefore, the equation of the line that passes through the point (-4, 2) and has a slope of -1 is y = -x - 2.