Question 1042249
The general slope-intercept form is:
{{{ y = m*x + b }}}
---------------------
{{{ m }}} = slope
{{{ b }}} = y-intercept
---------------------
You are given that:
{{{ m = 3 }}}
{{{ b = -4 }}}
---------------------
{{{ y = 3*x + (-4) }}}
{{{ y = 3x - 4 }}}
---------------------
Here's the plot:
{{{ graph( 400, 400, -10, 10, -10, 10, 3x - 4 ) }}}