To find the slope of the line given two points, you can use the slope formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
In this case, the coordinates you provided are (0, 1) and (-2, -5). Let's assign the points:
- Point 1: (x1, y1) = (0, 1)
- Point 2: (x2, y2) = (-2, -5)
Now, substituting these values into the slope formula:
\[ m = \frac{-5 - 1}{-2 - 0} \] \[ m = \frac{-6}{-2} \] \[ m = 3 \]
So, the slope of the line is \(3\).