Question 1203940
<font color=black size=3>
Start at (-2,5)
Move up 1, then right 2 to arrive at (0,6)
The "up 1, right 2" motion is because of the slope 1/2
slope = rise/run = 1/2
rise = 1 = go up 1
run = 2 = go right 2


Plot the two points (-2,5) and (0,6)
Draw a straight line through them.
{{{drawing(400,400,-5,5,-2,8,
graph(400,400,-5,5,-2,8,-1000,0.5x+6),
circle(-2,5,0.1),
circle(-2,5,0.05),
locate(-2+0.1,5-0.1,"(-2,5)"),
circle(0,6,0.1),
circle(0,6,0.05),
locate(0+0.1,6-0.1,"(0,6)")
)
}}}
</font>