What are the coordinates of the centroid of a triangle with vertices A(−3, 1) , B(1, 6) , and C(5, 2) ?

1 Answer
Feb 16, 2018

O(1,3)O(1,3)

Explanation:

.

The centroid of a triangle is where the three medians of it intersect. The centroid divides each median into two segments that have a ratio of 22 to 11.

The coordinates of the centroid OO can be calculated using the following formulas:

O_x=(A_x+B_x+C_x)/3Ox=Ax+Bx+Cx3 and

O_y=(A_y+B_y+C_y)/3Oy=Ay+By+Cy3

where O_xOx and O_yOy are the xx and yy coordinates of the centroid and A_xAx and A_yAy are xx and yy coordinates of the vertex AA, and so on.

O_x=(-3+1+5)/3=1Ox=3+1+53=1

O_y=(1+6+2)/3=3Oy=1+6+23=3

O(1,3)O(1,3)