Question 43535
{{{x + 2y < 4}}}
{{{2y < -x + 4}}}
{{{y < -0.5x + 2}}}
Since less than {{{y}}}, you would shade under the line.
{{{ graph( 600, 600, -10, 10, -10, 10, -0.5x + 2 ) }}}
{{{x - y < 5}}}
{{{-y < -x + 5}}}
{{{y < x - 5}}}
Since less than {{{y}}}, you would shade under the line.
{{{ graph( 600, 600, -10, 10, -10, 10, x - 5 ) }}}