Michael J. answered 04/18/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
We can also use the midpoint formula to find the other endpoint.
M = ((x1 + x2) / 2 , (y1 + y2) / 2)
where:
M = (5,1)
Point A = (-1,6)
We will use Point A as the first point.
(5,1) = ((-1 + x2) / 2 , (6 + y2) / 2)
Next, establish equations according to x-coordinate and y-coordinate to find Point B.
For x-coordinate For y-coordinate
5 = (-1 + x2) / 2 1 = (6 + y2) / 2
10 = -1 + x2 2 = 6 + y2
11 = x2 -4 = y2
The coordinate of Point B is (11, -4). Similar to Nathan's solution