Question 116417
1) Y=mX+b WHERE (m)=SLOPE & (b)=Y INTERCEPT.
8.3X+4Y=16
4Y=-8.3X+16
Y=-8.3X/4+16/4
Y=-2.075X+4
thus we have a slope of -2.075 &
a y intercept of 4.
{{{ graph( 300, 200, -6, 5, -10, 10, y = -2.075x +4) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, y = -2.075x +4).