Question 1086076

a line passes through the point ({{{-4}}},{{{-1}}}) and has a slope of {{{3}}}

{{{y -y[1] = m(x -x[1])}}}

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

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

{{{y +1 = 3x +12}}}

{{{y = 3x +12-1}}}

{{{y = 3x +11}}}


{{{drawing( 600, 600, -15, 15, -15, 15, 
circle(-4,-1,.12), locate(-4,-1,p(-4,-1)),
 graph( 600, 600, -15, 15, -15, 15,  3x +11)) }}}