To find the midpoint of a line segment, we use the midpoint formula. This formula averages the x-coordinates and the y-coordinates of the two endpoints.
The midpoint formula is given by:
\(M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)\)
The two given points are \((-2, -1)\) and \((-5, -3)\).
Substitute the x-values into the formula:
\(x_m = \frac{x_1 + x_2}{2} = \frac{-2 + (-5)}{2} = \frac{-2 - 5}{2} = \frac{-7}{2}\)
Substitute the y-values into the formula:
\(y_m = \frac{y_1 + y_2}{2} = \frac{-1 + (-3)}{2} = \frac{-1 - 3}{2} = \frac{-4}{2} = -2\)
Combining the calculated coordinates, the midpoint is:
\(\left( \frac{-7}{2}, -2 \right)\)
This corresponds to the second option.
Find the co-ordinates of the centroid of a triangle whose vertices are A(1, 4), B(7, 8) and C(10, 12).