Two vertices of a triangle are the points (1, 4) and (7, 2). Its centroid is the point (5, 3), then the third vertex is :
Centroid of a triangle with vertices
(x1,y1);(x2,y2) and (x3,y3) is calculated by the formula (x1+x2+x33,y1+y2+y33)
Let the third vertex of the triangle be (x,y)
So, centroid =(1+7+x3,4+2+y3)=(5,3)
=(8+x3,6+y3)=(5,3)
=>8+x=15;6+y=9
x=7;y=3
Hence the third vertex of the triangle is (7,3)