Question 327515
{{{x-3y=6}}}
{{{-3y=6}}]
{{{y=-2}}}
(0,-2) is one point on the new line.
(5,-1) is another.
Use the points to find the slope.
{{{m=(y2-y1)/(x2-x1)=(-1-(-2))/(5-0)=1/5}}}
You already know the intercept,
{{{highlight(y=(1/5)x-2)}}}
.
.
.
{{{drawing(300,300,-6,6,-6,6,grid(1),circle(5,-1,.3),circle(0,-2,.3),graph(300,300,-6,6,-6,6,(1/5)x-2,(6-x)/(-3)))}}}