Question 345807
Y=mX+b where m=slope & b=the Y intercept.
-4=-3/5*10+b
-4=-30/5+b
b=-4+6
b=2 ams. for the Y intercept.
Y=-3x/5+2 ans. for the line with slope=-3/5 & passing through (10,-4)
{{{ graph( 300, 200, -6, 10, -10, 10, -3x/5 +2) }}} (graph 300x200 pixels, x from -6 to 10, y from -10 to 10, -3x/5 +2).