0 Comments
The slope between two points (x1, y1) and (x2, y2) can be found with the following equation:
Slope = (y2-y1) / (x2-x1)
Given the points (1,1) and (2,-3), the slope is:
Slope = (-3-1) / (2-1)
Slope = -4 / 1
Slope = -4