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