Question 882515
y = (-2/3)x + 5/3 , P(1, 1) and P( 0, 5/3) on this Line.  Plot and connect
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 5/3,0.2),
circle(1, 1,0.2),
graph( 300, 300, -6, 6, -6, 6,0,(-2/3)x + 5/3) )}}}