Question 279958
Y=mX+b where m=slope & b=the Y intercept.
10x=3y+15
3y=-10x+15
y=-10x/3-15/3
y=-10x/3-5 m=-10/3 & b=-5
 {{{ graph( 300, 200, -6, 5, -10, 10, -10x/3 -5) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, -10x/3 -5).