What is the centroid of a triangle?

http://www.mathopenref.com/trianglecentroid.html

Thanks!!!

It is the intersection of all straight lines that divide X into two parts of equal moment about the lines

The centroid of a triangle is the point of intersection of all three medians of the triangle. In simpler terms, a median of a triangle is a line segment that connects a vertex of the triangle to the midpoint of the opposite side.

To find the centroid of a triangle, you can follow these steps:
1. Identify the coordinates of the three vertices of the triangle. Let's say the coordinates are A(x1, y1), B(x2, y2), and C(x3, y3).
2. Use the midpoint formula to find the coordinates of the midpoint of each side of the triangle. The midpoint of a line segment with endpoints (x1, y1) and (x2, y2) is ((x1 + x2) / 2, (y1 + y2) / 2).
- The midpoint of side AB is MAB = ((x1 + x2) / 2, (y1 + y2) / 2).
- The midpoint of side BC is MBC = ((x2 + x3) / 2, (y2 + y3) / 2).
- The midpoint of side CA is MCA = ((x3 + x1) / 2, (y3 + y1) / 2).
3. Use the coordinates of the midpoints to find the equation of each median of the triangle. This can be done using the slope-intercept form (y = mx + b) of a line. To find the equation of a line passing through two points (x1, y1) and (x2, y2), use the formula:
- Slope (m) = (y2 - y1) / (x2 - x1).
- Use the slope and one of the midpoint coordinates to find the y-intercept (b) using the formula: b = y - mx.
4. Once you have the equations of all three medians, solve the system of equations to find the coordinates of the point of intersection. This will be the centroid of the triangle.
- Substitute the equations of any two medians into each other to eliminate one variable and solve for the other.
- Then substitute the solution back into one of the median equations to find the value of the remaining variable.
- Finally, substitute the values obtained into the third median equation to verify the solution.

By following these steps, you should be able to find the coordinates of the centroid of any given triangle.