Question 920430
 <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
y > -3x + 3  P(0,3) & P(1,0)on this line. Plot and connect with line
 y > x + 2  P(0,2) & P(1,3)on this line.   Plot and connect with line
.......
Area to the Right of Green Line and Above Blue Line: Pt(2,5)
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(2,-5,0.2),
circle(-2,5,0.2),
circle(2,5,0.2),
circle(-2,-5,0.2),
graph( 300, 300, -6, 6, -6, 6,0, -3x+3, x+2) )}}}