Question 390976
  <pre><font size = 3 color = "indigo"><b>
Hi,         
graphing 3x-4y<6 
I.  Graph 3x-4y=6  OR y = (3/4)x - 6/4  Slope m = 3/4  y-intercept is Pt(0,-3/2)
Note: as y increases by 3, x increases by 4.  Pt(4, 3/2)is on the line
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -3/2,0.3),
circle(4, 3/2,0.3),
graph( 300, 300, -6, 6, -6, 6,.75x-3/2))}}}
II. Shade the area below but not including the line itself
*[invoke plot_any_inequality "y <(3/4)x - 6/4", -10, 10, -8, 12, 300, 300]