To find the slope between two points, you'll need the coordinates of those points. The slope (m) can be calculated using the formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Where:
- \( (x_1, y_1) \) are the coordinates of the first point.
- \( (x_2, y_2) \) are the coordinates of the second point.
If you provide the coordinates of the two points, I can help you calculate the slope!