To find the centroid of triangle ABC, we can use the formula for the centroid (G) of a triangle with vertices \( A(x_1, y_1) \), \( B(x_2, y_2) \), and \( C(x_3, y_3) \):
\[ G = \left( \frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3} \right) \]
Given the coordinates for the vertices:
- \( A(4, 4) \)
- \( B(9, 1) \)
- \( C(3, -1) \)
Plugging in the values:
- For the x-coordinate of the centroid \( G \):
\[ x_G = \frac{4 + 9 + 3}{3} = \frac{16}{3} \]
- For the y-coordinate of the centroid \( G \):
\[ y_G = \frac{4 + 1 + (-1)}{3} = \frac{4}{3} \]
Thus, the centroid \( G \) of triangle ABC is:
\[ G = \left( \frac{16}{3}, \frac{4}{3} \right) \]
This result shows that the medians of triangle ABC indeed meet at a single point, which is the centroid \((\frac{16}{3}, \frac{4}{3})\).
So, the final answer is:
Centroid = \(\left( \frac{16}{3}, \frac{4}{3} \right)\).