Question 474099
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
graph the equation by plotting points
y=x+2   
y = 0 + 2
0 = x + 2
Pt(0,2) and Pt(-2,0) on this line
Plotting points and connecting with a Line
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 2,0.3),
circle(-2, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,x+2))}}}