Given the coordinates of two points that passes through a line:
Let's name the points:
x1, y1 = -8,6
x2, y2 = 0,6
To be able to get the slope of the line (m), we will be using this formula:
Let's plug in the coordinates to the formula to get the slope (m).