Question 731080
{{{ 2x = 3y }}}
Divide both sides by {{{ 3 }}}
{{{ y = (2/3)*x }}}
This is a straight line equation with a slope
of {{{ 2/3 }}}
I also know that it goes through the origin
because when {{{ x = 0 }}}, {{{ y = 0 }}}
{{{ 0 = (2/3)*0 }}}
Here's the plot:
{{{ graph( 400, 400, -10, 10, -10, 10, (2/3)*x ) }}}