Find the slope of the line that contains the points (-10, -2) and (-20, 6).

asked by guest
on Dec 07, 2024 at 9:42 pm



You asked:

Calculate the slope of the line passing through \(\left(-10, -2\right)\) and \(\left(-20, 6\right)\).

MathBot Answer:

\[ \text{slope} = - \frac{4}{5} \]


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{ 6 - -2 }{ -20 - -10 } \\ &= \frac{ 8 }{ -10} \\ &= - \frac{4}{5} \end{aligned} \]