Question 1069747
The line goes through ( -3, 0 ) and ( 0, 2 )
The general form for a straight line is:
{{{ y = m*x + b }}}
-------------------
( -3,0 )
{{{ 0 = m*(-3) + b }}}
{{{ b = 3m }}}
-------------------
( 0,2 )
{{{ 2 = m*0 + b }}}
{{{ b = 2 }}}
--------------------
{{{ b = 3m }}}
{{{ 2 = 3m }}}
{{{ m = 2/3 }}}
--------------------
The equation is:
{{{ y = (2/3)*x + 2 }}}
--------------------
Here's the plot:
{{{ graph( 400, 400, -5, 5, -5, 5, (2/3)*x + 2 ) }}}