Question 668945
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
 -3y &#8805; 6x - 3
   y &#8804; -3x + 1
1st graph y = -3x + 1   
(0,1) and (1,-2) on this line, plot pts, connect with a line 
2nd 
Shaded area 'BELOW' (and including the line) is the graph of y &#8804; -3x + 1 
will let you do that shading
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 1,0.3),
circle(1, -2,0.3),
graph( 300, 300, -6, 6, -6, 6,0, -3x + 1))}}}