Find the centroid of the triangle with vertices A(x1,y1), B(x2,y2) and C(x3,y3).
Show that the coordinates of the centroid of the triangle with vertices A(x1, y1, z1), B(x2, y2, z2) and C(x3, y3, z3) is (x1+x2+x33, y1+y2+y33, z1+z2+z33).