problem 962
The mid-point of a line segment divides the line segment in the ratio 1 : 1. Therefore, the coordinates of the mid-point P of the join of the points A(x_1, y_1) and B(x_2, y_2) is \[ \left( \frac{1 \cdot x_1 + 1 \cdot x_2}{1 + 1}, \frac{1 \cdot y_1 + 1 \cdot y_2}{1 + 1} \right) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]