Question 465278
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
Note the graphs of y = x (Green) and y = x-2 (Blue)
Place on separate Graphs...
 y < x would be the shaded area below the green line
 y &#8804; x-2 would be the shaded area below the blue line with the line included.
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
graph( 300, 300, -6, 6, -6, 6,0,x,x-2))}}}