William W. answered 09/12/19
Math and science made easy - learn from a retired engineer
The midpoint equations are xmidpoint = (x1 + x2)/2 and ymidpoint = (y1 + y2)/2
So, plugging in the given points yields: -9 = (x + -3)/2 and -2 = (y + 2)/2
-9 = (x + -3)/2
-18 = x - 3
x = -15
-2 = (y + 2)/2
-4 = y + 2
y = -6
So the coordinates of the other endpoint are (-15, -6)