Question 383121
The distance in {{{x}}} is : {{{10-4=6}}}.
Divide that in {{{3}}}.
{{{DELTA*x=6/3=2}}}
The distance in {{{y}}} is : {{{14-5=9}}}.
Divide that in {{{3}}}.
{{{DELTA*y=9/3=3}}}
Starting at ({{{4}}},{{{5}}}), move ({{{2}}},{{{3}}}) to get to each new point.
({{{4}}},{{{5}}})+({{{2}}},{{{3}}})=({{{6}}},{{{8}}})
({{{6}}},{{{8}}})+({{{2}}},{{{3}}})=({{{8}}},{{{11}}})
({{{8}}},{{{11}}})+({{{2}}},{{{3}}})=({{{10}}},{{{14}}})
.
.
.
{{{drawing(300,300,-2,16,-2,16,
grid(1),
circle(4,5,0.3),
circle(6,8,0.3),
circle(8,11,0.3),
circle(10,14,0.3),
line(4,5,10,14),
graph(300,300,-2,16,-2,16))}}}