Saved Bookmarks
| 1. |
Find the centroids of the triangle whose vertices are ( - 7, 6 ) , ( 2 , - 2 ) , ( 8,5 ) |
|
Answer» centroid = (x1+x2+x3/3 , y1+y2+y3/3) = -7+2+8/3 , 6-2+5/3 = 3/3 , 9/3 = 1,3 |
|