Question 1122409
------------------------------------------------
Find the two points on AB that divide the segment intro three congruent parts. Point A has coordinates (0,0) and Point B has coordinates (9,6). 
------------------------------------------------


Cut the x components into three equal parts.
{{{9/3=3}}}


Cut the y components into three equal parts.
{{{6/3=2}}}



POINT A:
{{{system(x=0+3,y=0+2)}}}
(3,2)


POINT B:
{{{system(x=3+3,y=2+2)}}}
(6,4)