
William W. answered 02/26/19
Math and science made easy - learn from a retired engineer
Let Point p be Point 1 and Point q be Point 2, then x1 = -15 and y1 = 10, x2 = -8 and y2 = 13
The distance formula is:
d = square root [(y2 - y1)2 + (x2 - x1)2] so the distance d = square root [(13 - 10)2 + (-8 - -15)2] = square root(32 + 72) = square root (9 + 49) = square root(58) = approx 7.62
The midpoint formula for the midpoint (xm, ym) is xm = (x1 + x2)/2 and ym = (y1 + y2)/2 so xm = (-15 + -8)/2 = -23/2 = -11.5 and ym = (10 + 13)/2 = 23/2 = 11.5 so (xm, ym) = (-11.5, 11.5)