Question 816324
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Which is the correct way to graph:
3x + 4y < 8   0r {{{ y < (-3/4)x + 2}}}
Graph the Line y and shade below that line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
graph( 300, 300, -6, 6, -6, 6,0,-.75x + 2))}}}

*[invoke plot_any_inequality "y < -.75x+2", -10, 10, -8, 12, 300, 300]