Question 431091
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi
2y=20-4x
 y = 10-4x  Pt(0,10) and Pt(2.5,0) the intercepts
Plotting the points and connecting with a line
{{{drawing(300,300,   -15,15,-15,15, grid(1),
circle(0, 10,0.5),
circle(2.5, 0,0.5),
graph( 300, 300, -15,15,-15,15,0,-4x+10))}}}