The slope of a line measures its steepness and direction. It's calculated using the slope formula:
\[ m = \frac{y2 - y1}{x2 - x1} \]where (x1, y1) and (x2, y2) are two distinct points on the line. The slope \( m \) is the ratio of the vertical change (rise) to the horizontal change (run) between the points.
- First, find the differences between the y-coordinates (rise).
- Next, find the differences between the x-coordinates (run).
- Finally, divide the rise by the run.
In our exercise:
1. Use points (-3, -1) and (2, -1).
2. Calculate the rise: \( -1 - (-1) = 0 \).
3. Calculate the run: \( 2 - (-3) = 5 \).
4. Determine the slope: \( m = \frac{0}{5} = 0 \).
This confirms the line is horizontal with a slope of 0.