Find the point of Intersection of the Medians of a Triangle whose
Vertices are (-1, 0), (5, -2) and (8, 2)
Answers
Answered by
0
Step-by-step explanation:
Point of intersection medians is centroid
G = [ (x1 + x2 + x3) /3 , (y1 + y2 + y3) /3 ]
- G = [ (-1 + 5 + 8 ) /3, (0 -2 + 2) /3 ]
- = [ ( 12/3) , (0/3) ]
- = [ 4 , 0]
----------
Similar questions