Question 263475
(6,2) and m= 1/2
Y=mX+b where m=slope & b=the Y intercept.
2=6/2+b
2=3+b
b=2-3
b=-1 the Y intercept.
Y=X/2-1 is the line equation.
{{{ graph( 300, 200, -6, 8, -10, 10, x/2 -1) }}} (graph 300x200 pixels, x from -6 to 8, y from -10 to 10, x/2 -1).