Question 924565
y<-2x-3
....
Graphing y = -2x-3  ( two points connect with line)
shade below the Green
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, -3,0.2),
circle(-2, 1,0.2),

graph( 300, 300, -6, 6, -6, 6,0, -2x-3) )}}}