InterviewSolution
Saved Bookmarks
| 1. |
Show that the coordinates of the centroid of the triangle with vertices A(x1, y1, z1), B(x2, y2, z2) and C(x3, y3, z3) is (x1+x2+x33, y1+y2+y33, z1+z2+z33). |
|
Answer» Show that the coordinates of the centroid of the triangle with vertices A(x1, y1, z1), B(x2, y2, z2) and C(x3, y3, z3) is (x1+x2+x33, y1+y2+y33, z1+z2+z33). |
|