Question 937442
Each of the y co-ordinates is moved 
{{{ 3 }}} units in the negative y direction 
Original:
{{{ y = 3x - 2 }}}
y intercept: ( 0,-2 )
New equation:
{{{ y = 3x - 5 }}}
y-intercept: ( 0,-5 )
---------------
Here are the plots:
{{{ graph( 400, 400, -8, 8, -8, 8, 3x - 2, 3x - 5 ) }}}