Question 443088
Find the slope between these two points:
{{{ m = (y[2] - y[1])/(x[2]-x[1])}}}
{{{ m = (4-0) / (0 - (-3)) = 4/3}}}
So our slope is 4/3... Now choose a point.
I'll choose (-3,0). (You can choose either point).
----------------
Now we have a point and a slope... use POINT-SLOPE form!
{{{y-y[1] = m(x-x[1])}}}
{{{y-0 = expr(4/3)(x+3)}}}
{{{highlight(y= expr(4/3)x + 4)}}}