
William W. answered 09/15/19
Experienced Tutor and Retired Engineer
Here's a picture:
To go from A to M in the x-direction, we need to subtract 4 (3 - 4 = -1) so, let's subtract 4 again to get to the other endpoint. -1 - 4 = -5. The x-coordinate of the other endpoint (I called it B) is -5.
To go from A to M in the y-direction, we need to add 7 (-5 + 7 = 2) so, let's add 7 again to get to the other endpoint. 2 + 7 = 9. The y-coordinate of the other endpoint is 9. So the other endpoint (point B) is at (-5, 9).
You can also do this using the midpoint formula xm = (x1 + x2)/2 and ym = (y1 + y2)/2 where the coordinates of the endpoints are (x1, y1) and (x2, y2) and the coordinates of the midpoint are (xm, ym). Then for the x direction:
-1 = (3 + x2)/2
-2 = (3 + x2)
x2 = -5
And for the y-direction:
2 = (-5 + y2)/2
4 = (-5 + y2)
y2 = 9
(x2, y2) = (-5, 9)