Question 1205189
<font color=black size=3>
Plug in x = 0 to find that y = 5
Plug in x = 1 to find that y = 6
Two points on this line are (0,5) and (1,6)


Another way to find the 2nd point is to use the slope. 
slope = rise/run = 1/1
rise = 1 = go up 1
run = 1 = go right 1
Start at (0,5) and move up 1 and go right 1 to arrive at (1,6)


Graph
{{{
drawing(400,400,-3,7,-2,8,
graph(400,400,-3,7,-2,8,-100,x+5),
circle(0,5,0.06),
circle(0,5,0.08),
circle(0,5,0.10),
circle(0,5,0.12),
circle(1,6,0.06),
circle(1,6,0.08),
circle(1,6,0.10),
circle(1,6,0.12),
locate(0+0.1,5-0.1,"(0,5)"),
locate(1+0.1,6-0.1,"(1,6)")
)
}}}
<a href="https://www.desmos.com/calculator">Desmos</a> or <a href="https://www.geogebra.org/calculator">GeoGebra</a> are two great graphing tools to use. 
Or if you prefer something like a TI83, then stick to that.
</font>