Question 673598
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
plot the intercepts to graph the equation
x+y=8  || Intercepts are (x,y) ordered pairs (0,8) and (8,0)
Plot Points, connect with the Line for x+y = 8
{{{drawing(300,300,   -6, 10, -6, 10,   grid(1),
circle(0, 8,0.3),
circle(8, 0,0.3),
graph( 300, 300, -6, 10, -6, 10,0,-x+8))}}}