Saved Bookmarks
| 1. |
Find the centroid of the triangle whose vertices are (2,4) (6,4) (2,0) |
|
Answer» C =( x1 + x2 + x3/3 , Y1 + y2 + y3/3) Where, C is the centroid of the triangle. x1,x2,x3 are the x-coordinate’s of the vertices of the triangle. y1,y2,y3 are the y-coordinate’s of the vertices of the triangle. x1 = 2 , y1 = 4 x2 = 6 , y2 = 4 x3 = 2 , y3 = 0 C = (2+6+2/3 , 4+4+0/3) C = (10/3 , 8/3) Hope it HELPED and please mark it as Brainliest. |
|