Question 975848
{{{ -3x - 4y + 4 = 0 }}}
Add {{{ 3x }}} to both sides
{{{ -4y + 4 = 3x }}}
Subtract {{{ 4 }}} from both sides
{{{ -4y = 3x - 4 }}}
Divide both sides by {{{ -4 }}}
{{{ y = -(3/4)*x + 1 }}}
-----------------------
This is in the form {{{ y = m*x + b }}}
where {{{ m }}} = slope
slope = {{{ -3/4 }}}
------------------
The y-intercept is where {{{ x=0 }}}
{{{ y = -(3/4)*0 + 1 }}}
{{{ y = 1 }}}
The y-intercept is at ( 0,1 )
--------------------------
Here's the plot:
{{{ graph( 400, 400, -10, 10, -10, 10, -(3/4)*x + 1 ) }}}