Question 922100
3y-x+4=0 
y=(1/3)x-4/3 Good Work
.........
y=(1/3)x-4/3  P(1, -1) and P(4, 0) on this line, Plot and connect with line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(1, -1,0.2),
circle(4, 0,0.2),
graph( 300, 300, -6, 6, -6, 6,0, (1/3)x-4/3 ) )}}}