Question 882812
First find the slope,
{{{m=(y[2]-y[1])/(x[2]-x[1])=(6-(-4))/(2-3)=10/(-1)=-10}}}
Next use the point slope form with either point.
{{{y-6=-10(x-2)}}}
{{{y-6=-10x+20}}}
{{{highlight(y=-10x+26)}}}
.
.
.
{{{drawing(300,300,-10,10,-5,15,grid(1),circle(3,-4,0.3),circle(2,6,0.3),graph(300,300,-10,10,-5,15,-10x+26))}}}