Question 1149639
How do I write a equation in slope-intercept form that passes through the given point and has the given slope (2,7); slope -4
<pre>Use the point-slope formula: {{{highlight_green(system(matrix(4,3, y - y[1], "=", m(x - x[1]),
y - 7, "=", - 4(x - 2),
y - 7, "=", - 4x + 8,
y, "=", - 4x + 8 + 7),
highlight(matrix(1,3, y, "=", - 4x + 15))))}}}