Question 1184939
A line passes through the point (8, - 6) and has a slope of - 5/2 Write an equation in point -slope form for this line.
<pre>        {{{matrix(1,3, y - y[1], "=", m(x - x[1]))}}} <==== Point-slope form
{{{system(matrix(2,3, y - - 6, "=", (- 5/2)(x - 8), y + 6, "=", (- 5/2)x + 20), highlight(highlight_green(highlight(matrix(1,3, y, "=", (- 5/2)x + 14))))))}}}