Question 762282
The form of the equation is
{{{ y = m*x + b }}} where {{{ m }}} = slope
and {{{ b }}} = y-intercept.
----------------------
Going from
{{{ y = 2x - 5 }}} to
{{{ y = 5x + 6 }}}
The slope becomes much steeper, going from
{{{ 2 }}} to {{{ 5 }}}
--------------
The y-intercept goes from {{{ y = -5 }}} to {{{ y = 6 }}}
Here's the plots of both lines:
 {{{ graph( 400, 400, -10, 10, -10, 10, 2x - 5, 5x + 6 ) }}}