The centroid of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is:
Centroid =(3x1+x2+x3,3y1+y2+y3)
Given:
- First vertex: (5,4)
- Second vertex: (−2,4)
- Centroid: (5,6)
- Third vertex: (x3,y3) to be found
Using the centroid formula for the x-coordinate:
3x1+x2+x3=5
35+(−2)+x3=5
33+x3=5
3+x3=15
x3=12
Using the centroid formula for the y-coordinate:
3y1+y2+y3=6
34+4+y3=6
38+y3=6
8+y3=18
y3=10
Therefore, the third vertex is (12,10).