Question 1141798
{{{ y = m*x + b }}} is the slope-intercept form
{{{ m }}} = slope
{{{ b }}} = y-intercept
----------------------------
{{{ m = 6 }}}
{{{ b = -2 }}}
{{{ y = 6x - 2 }}}
Here's the graph:
 {{{ graph( 400, 400, -6, 6, -6, 6, 6x - 2 ) }}}
some of the points are:
( 0,-2 )
( 1,4 )
( 2,10 )
( 1/3,0 )
( 1/2,1 )