Question 939109
y ≤ -x + 3
1) Sketch line y = -x + 2 , P(0,2), P(1,1) on this line . Plot, connect/line


{{{drawing(200,200,    -10,10,-10,10,  
 grid(1),
circle(0, 2,0.4),
circle(1,1,0.4),
graph( 200,200, -10,10,-10,10,0, -x + 2))}}}
2. Graph is the line and the Shading above the line.
*[invoke plot_any_inequality "y >= -x + 2", -10, 10, -8, 12, 200,200]
...