Question 274253
Y=mX+b where m=slope & b=the Y intercept.
(12, 10) and slope 5/6
10=5/6*12+b
10=60/6+b
10=10+b
b=10-10
b=0
Y=5x/6 ans.
{{{ graph( 300, 200, -6, 15, -10, 12, y = 5x/6) }}} (graph 300x200 pixels, x from -6 to 15, y from -10 to 12, y = 5x/6).