A triangle has its vertices on the points and . The coordinate of this triangle's centroid is , where , and are coprime integers. Find .
Bonus : Generalize the solution to find the centroid of a triangle.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The solution to find the centroid of a triangle is the average of the coordinates of its vertices:
△ A B C with vertices A ( x 1 , y 1 ) , B ( x 2 , y 2 ) , and C ( x 3 , y 3 ) will have the centroid ( 3 x 1 + x 2 + x 3 , 3 y 1 + y 2 + y 3 ) .
Using this generalization, we have ( 3 2 + 8 + 9 , 3 4 − 2 + 9 ) = ( 3 1 9 , 3 1 1 ) ⟹ a + b + c = 1 9 + 1 1 + 3 = 3 3 .