Question 1097529
we have two points given, (0,-3) and (-4.5,0)
:
slope = (y2 - y1)/(x2 - x1) = (0-(-3))/(-4.5-0) = 3/-4.5 = -2/3
:
y = -2x/3 -3
:
{{{ graph( 300, 200, -10, 10, -10, 10, -2x/3 -3) }}}
: