Question 158993
The given points are:(3,0) & (0,2)
The slope formula is: m=(y2-y1)/(x2-x1)
m=(2-0)/(0-3)=2/-3=-2/3 is the slope.
Y=mX+b
y=-2x/3+2 is the line equation through (3,0) & (0,2).
{{{ graph( 300, 200, -6, 5, -10, 10, -2x/3 +2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, -2x/3 +2).