What will be the centroid of a triangle whose vertices are (2, 4), (6, 4) and (2, 0)?
Centroid of a triangle with vertices (x1,y1),(x2,y2) and (x3,y3) is given by (x,y) where;
x = x1+x2+x33 and y = y1+y2+y33.
So, x = 2+6+23 = 103 and
y = 4+4+03 = 83
Therefore, the centroid is (103,83)