Question 1021051
The form is:
{{{ y = m*x + b }}}
where:
{{{ m }}} = slope
{{{ b }}} = y-intercept
------------------
{{{ y =  (3/5)*x + 5 }}}
{{{ m = 3/5 }}}
{{{ b = 5 }}}
-------------
Here's the plot:
{{{ graph( 400,400, -16, 16, -8, 8, (3/5)*x + 5 ) }}}