Question 1058363
use the general point-slope formula
( -4, 1 )
{{{ m = 3/4 }}}
----------------
{{{ ( y - 1 ) / ( x -(-4) ) = 3/4 }}}
{{{ y - 1 = (3/4)*x + 3 }}}
{{{ y = (3/4)*x + 4 }}}
--------------------------
check answer:
Does it go through ( -4,1 ) ?
{{{ 1 = (3/4)*(-4) + 4 }}}
{{{ 1 = -3 + 4 }}}
{{{ 1 = 1 }}}
OK
Here's the plot, also:
{{{ graph( 400, 400, -10, 10, -10, 10, (3/4)*x + 4 ) }}}