Question 405617
  <pre><font size = 3 color = "indigo"><b>
Hi
graphing
y = -2x+4  |Points (0,4) and (2,0) on the line
Plotting points and connecting with a line to graph
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 4,0.3),
circle(2, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,-2x+4))}}}