Question: Determine the coordinates of the centroid of the triangle with vertices A(0, 0, 0), B(0, 4, 0), and C(3, 0, 0). (2021)
Options:
Correct Answer: (1, 2, 0)
Exam Year: 2021
Solution:
Centroid = ((0+0+3)/3, (0+4+0)/3, (0+0+0)/3) = (1, 1.33, 0).