Answer:
To find the equation of the line passing through two points, we need to use the point-slope form of a line:
y - y1 = m(x - x1)
where m is the slope of the line, and (x1, y1) is one of the given points.
First, we can find the slope of the line using the two points:
m = (y2 - y1) / (x2 - x1)
m = (-3 - 1) / (4 - (-6))
m = -4/10
m = -2/5
Now, we can use one of the points and the slope to write the equation of the line:
y - y1 = m(x - x1)
y - 1 = (-2/5)(x - (-6))
y - 1 = (-2/5)(x + 6)
y - 1 = (-2/5)x - (2/5) * 6
y - 1 = (-2/5)x - 12/5
y = (-2/5)x - 12/5 + 1
y = (-2/5)x - 12/5 + 5/5
y = (-2/5)x - 7/5
Therefore, the equation of the line that passes through (-6, 1) and (4, -3) is y = (-2/5)x - 7/5.