Answer:
Explanation:
Given vertices of triangle:
- A(1, 2), B(3, 4), C(5, 0)
The centroid is found as the average of x- and y- coordinates of three vertices:
- C = ((x₁ + x₂ + x₃)/3, (y₁ + y₂ + y₃)/3)
Substitute the coordinates into formula:
- C = ((1 + 3 + 5)/3, (2 + 4 + 0)/3) = (3, 2)
Correct choice is B