Coordinates of centroid of a triangle

117 Views Asked by At

If $A(x_1,y_1) , B(x_2,y_2) , C(x_3,y_3)$ be the vertices of a triangle then prove that coordinates of centroid are given by $(\frac{(x_1 + x_2 + x_3)}3 , \frac{(y_1 + y_2 + y_3)}3)$