Question 366448
Break up the X and Y distances separately,
X:{{{(x-2)=(1/5)(8-2)}}}
{{{x-2=6/5}}}
{{{x=6/5+10/5}}}
{{{highlight(x=16/5)}}}
.
.
.
Y:{{{(y-2)=(1/5)(6-2)}}}
{{{y-2=4/5}}}
{{{y=4/5+10/5}}}
{{{highlight(y=14/5)}}}
.
.
.
{{{drawing(300,300,-2,10,-2,10,grid(1),locate(2.5,2,A),locate(8.5,6,C),locate(16/5+.5,14/5,B),circle(2,2,0.2),circle(8,6,0.2),circle(16/5,14/5,0.2),blue(line(2,2,8,6)),graph(300,300,-2,10,-2,10,0))}}}