To find the slope of a line given two points, you can use the formula for the slope \( m \):
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Given the points (4, 60) and (2, 40), we can assign:
- \( (x_1, y_1) = (2, 40) \)
- \( (x_2, y_2) = (4, 60) \)
Now, substitute these values into the slope formula:
\[ m = \frac{60 - 40}{4 - 2} = \frac{20}{2} = 10 \]
Thus, the slope of the line is \( m = 10 \).