Question 1057309
They are giving you 2 points:
( -5,0 ) and
( 0, 3 )
----------------
You can use the general point-slope formula
{{{ ( y - 0 ) / ( x -(-5) ) = ( 3 - 0 ) / ( 0 -(-5) ) }}}
{{{ y / ( x + 5 ) = 3/5 }}}
{{{ 5y = 3*( x + 5 ) }}}
{{{ 5y = 3x + 15 }}}
{{{ y = (3/5)*x + 3 }}}
-----------------------
Check the 2 points:
( -5,0 )
{{{ 0 = (3/5)*(-5) + 3 }}}
{{{ 0 = -3 + 3 }}}
{{{ 0 = 0 }}}
and
( 0,3 )
{{{ 3 = (3/5)*0 + 3 }}}
{{{ 3 = 3 }}}
OK