Question 413121
  <pre><font face = "Times" size = 3 color = "indigo"><b>
Hi
1. x+y = 5   OR   y = -x + 5   |x 0,1,2,-1,-2
  x    -x + 5
 0	5
 1	4
 2          3
-1	6
-2	7
Plotting points and connecting with a line to graph
{{{drawing(300,300,   -10,10,-10,10,  grid(1),
circle(-2, 7,0.4),
circle(0,5,0.4),
circle(-1, 6,0.4),
circle(1, 4,0.4),
circle(2, 3,0.4),
graph( 300, 300, -10,10,-10,10,-x+5))}}}