Question 1062154
Find a linear equation whose graph has the indicated slope and passes through the given point slope =2 point (-3,1)
<pre>{{{y - y[1] = m(x - x[1])}}} -------- Point-slope form
{{{y - 1 = 2(x - - 3)}}} -------- Substituting {{{matrix(1,9, "(- 3", ",", "1)", for, "(", x[1], ",", y[1], ")")}}}, and 2 for m (slope), in point-slope formula
y - 1 = 2(x + 3)
y - 1 = 2x + 6
    y = 2x + 6 + 1
{{{highlight_green(matrix(1,5, y, "=", 2x, "+", 7))}}}
By the way, you're given all that you need to find the equation. No need to calculate anything.
It's that simple.....nothing COMPLEX!!