Find the slope of the line that contains the points (-9, 5) and (-3, -7).

asked by guest
on Nov 22, 2024 at 10:10 am



You asked:

Calculate the slope of the line passing through \(\left(-9, 5\right)\) and \(\left(-3, -7\right)\).

MathBot Answer:

\[ \text{slope} = -2 \]


The slope of the line through the two distinct points \((x_1, y_1)\) and \((x_2, y_2)\), where \(x_1 \ne x_2\), is given by the formula: \[\text{slope} = \frac{y_2 - y_1}{x_2 - x_1}\] Therefore: \[ \begin{aligned} \text{slope} &= \frac{y_2-y_1}{x_2-x_1} \\ &= \frac{ -7 - 5 }{ -3 - -9 } \\ &= \frac{ -12 }{ 6} \\ &= -2 \end{aligned} \]