Question 377972
Plot the point ({{{-2}}},{{{3}}}).
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(-2,3,0.2),graph(300,300,-5,5,-5,5,0))}}}
.
.
.
The slope is change in {{{y}}} over change in {{{x}}}.
If {{{x}}} increase by {{{1}}}, {{{y}}} will decrease by {{{3}}}.
({{{-2}}},{{{3}}})+({{{1}}},{{{-3}}})=({{{-1}}},{{{0}}})
Plot the point ({{{-1}}},{{{0}}}) and connect the points with the line,
.
.
.
{{{drawing(300,300,-5,5,-5,5,grid(1),circle(-2,3,0.2),circle(-1,0,0.2),graph(300,300,-5,5,-5,5,0,-3(x+2)+3))}}}