Question 1012683
.
{{{3y<=2x-4}}}
{{{ graph( 800, 800, -10, 10, -10, 10, y<=(2/3)x-(4/3)) }}}
.
{{{y>=-4x}}}
{{{ graph( 800, 800, -10, 10, -10, 10, y>=-4x) }}}
.
{{{y>(2/3)x-6}}} (Ambiguous- parentheses added)
{{{ graph( 800, 800, -10, 10, -10, 10, y>(2/3)x-6) }}}
.
Equation 3 another way
{{{y>2/(3x)-6}}}
{{{ graph( 800, 800, -10, 10, -10, 10, y>2/(3x)-6) }}}