Question 908624
 <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
-x - 2y= -10
y = -x/2 + 5
x  y
0  5
2  4
4  3
plot and connect with line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 5,0.2),
circle(2, 4,0.2),
circle(4, 3,0.2),
graph( 300, 300, -6, 6, -6, 6,0, -.5x + 5) )}}}