The midpoint of a line segment is equidistant from the ends of the line. If you subtract the coordinates of an endpoint from the coordinates of the midpoint, you'll find the distance in the x-direction and in the y-direction between the endpoint and the midpoint. You can then add this distance to the midpoint to find the other endpoint. Mathematically, it's M - B = (-3, 6) - (2, 9) = (-3 - 2, 6 - 9) = (-5, -3)
Now add this to the midpoint to find the coordinates of A: (-3, 6) + (-5, -3) = (-3 - 5, 6 -3) = (-8, 3)
You can check your work by taking the average of A and B and seeing if you get M:
[A + B]/2 = [(-8, 3) + (2, 9)] / 2 = (-8 + 2, 3 + 9) / 2 = (-6, 12) / 2 = (-3, 6). Because this matches the coordinates of the midpoint, you know your solution is correct.
Jason P.
Thanks, your descriptive answer helped a lot!03/21/19