Question 1058229
{{{ x = 4y }}}
(1) {{{ y = (1/4)*x }}}
------------------
(2) {{{ y = (-1/5)*x }}}
------------------
Here's the plots. Note that (2) has a
negative slope and falls from
left to right
------------
(1) has a positive slope and rises from
left to right
------------
{{{ graph( 500, 400, -10, 10, -4, 4, (1/4)*x, (-1/5)*x ) }}}