Question 880930
The slope is 1/2. So the rise is 1 and the run is 2.


-------------------------------------------------------


Start at (3,2)


Go up one unit. This is the "rise" of 1.


Go to the right 2 units. This is the "run" of 2.


You'll land on the point (5,3)


Plot the two points (3,2) and (5,3) and draw a line through them to get


{{{ drawing( 500, 500, -10, 10, -10, 10,
grid(1),
graph( 500, 500, -10, 10, -10, 10, 0, (1/2)*x + 1/2),
circle(3,2,0.2),circle(3,2,0.1),circle(3,2,0.05),
circle(5,3,0.2),circle(5,3,0.1),circle(5,3,0.05)
) 
}}}