To calculate the slope of a line that passes through two points, you can use the slope formula:
slope (m) = (y2 – y1) / (x2 – x1)
In this case, the two points we have are (2, 3) and (3, 1). Let’s designate:
- (x1, y1) = (2, 3)
- (x2, y2) = (3, 1)
Now, we can plug these values into the slope formula:
m = (1 – 3) / (3 – 2)
Calculating the values:
- The difference in the y-coordinates (y2 – y1) is 1 – 3 = -2
- The difference in the x-coordinates (x2 – x1) is 3 – 2 = 1
So now we substitute these results back into the formula:
m = -2 / 1
The slope (m) is equal to -2. This means that for every unit you move to the right along the x-axis, the line goes down 2 units on the y-axis.
In summary, the slope of the line containing the points (2, 3) and (3, 1) is -2.