Question 1180397
1)  Graph Lines: y = 3x+ 2 (Green)  and y = -2x + 3 (Blue)
2) Shade portion below the green line and above the blue line 
(including that part of the blue line that stays below the green line)
Intersection not included.
{{{drawing(300,300,    -10,10,-10,10,  
 grid(1),

graph( 300, 300, -10,10,-10,10,0, 3x+2, -2x + 3))}}}