Question 1077645

Using point-slope form {{{ (y-y[0]) = m(x-x[0]) }}} first, then re-arrange (solve for y) to get to slope-intercept form…

    {{{ y-4 = (-1)(x - (-3)) }}} 
     {{{ y-4 = (-1)(x + 3) }}}
    {{{  y-4 = -x - 3 }}}
    {{{  highlight( y = -x + 1 )}}}