
William W. answered 11/01/22
Math and science made easy - learn from a retired engineer
First calculate the slope using the slope equation:
x1 = -2, y1 = 8, x2 = -4, y2 = -4 so:
m = (-4 - 8)/(-4 - -2) = (-12)/(-4 + 2) = -12/-2 = 6
Now, use the point-slope form of a line:
y - y1 = m(x - x1) and plug in "m", "x1" and "y1":
y - 8 = (6)(x - -2)
y - 8 = 6(x + 2)
y - 8 = 6x + 12
y = 6x + 20