Math, asked by TbiaSupreme, 1 year ago

Find the coordinates of the Centroid of a triangle.

Answers

Answered by anr4u97
0

if (x1,y1),(x2,y2) and (x3,y3) are points of triangle then centroid will be((x1+x2+x3)/3,(y1+y2+y3)/3)


Answered by mysticd
5
Solution :

If A( x1, y1 ) , B( x2 , y2 ) and C( x3, y3 )

are three vertices of Triangle ABC.

Centroid ( G ) = ( x , y )

x = ( x1 + x2 + x3 )/3 ,

and

y = ( y1 + y2 + y3 )/3

••••
Similar questions