Explanation:
To find the slope (m) of the line that passes through the points (-3,-6) and (0,-12), we can use the slope formula:
m = (y2 - y1) / (x2 - x1)
where (x1, y1) = (-3,-6) and (x2, y2) = (0,-12)
m = (-12 - (-6)) / (0 - (-3))
m = -6 / 3
m = -2
Therefore, the slope of the line is -2.
To find the y-intercept (b), we can use the slope-intercept form of the equation of a line:
y = mx + b
where m is the slope and b is the y-intercept.
Using the point (-3,-6) on the line, we can plug in the values for x, y, and m to solve for b:
-6 = (-2)(-3) + b
-6 = 6 + b
b = -12
Therefore, the y-intercept of the line is -12.
Putting it all together, the equation of the line in slope-intercept form is:
y = -2x - 12