Given two points (x1, y1) and (x2, y2), the coordinates of the midpoint M are found as follows:
[tex](x_M,y_M)=(\frac{x_1+x_2_{}}{2},\frac{y_1+y_2}{2})[/tex]The distance (d) between these two points is computed as follows:
[tex]d=\sqrt[]{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]2. (4,6) & (2,5)
[tex]undefined[/tex]