Question 853074
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
first: graph y = -4/3x+1  P(0,1) and (3, -3) on Line.  Plot and connect
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 1,0.2),
circle(3, -3,0.2),
graph( 300, 300, -6, 6, -6, 6,0,(-4/3)x+1  ) )}}}
then...shade above the line
*[invoke plot_any_inequality "y > (-4/3)x + 1", -10, 10, -8, 12, 300, 300]