Answer:
To find the slope of a line passing through two points, we can use the formula:
slope (m) = (y2 - y1) / (x2 - x1)
Let's use the points (3,8) and (7,3) to find the slope.
x1 = 3, y1 = 8
x2 = 7, y2 = 3
Substituting the values into the formula:
slope (m) = (3 - 8) / (7 - 3)
= -5 / 4
Therefore, the slope of the line passing through the points (3,8) and (7,3) is -5/4.
Explanation: