How do you find the coordinates of the other endpoint of a segment with the given A(-1,4) and midpoint M(3,-2)?

1 Answer
Mar 31, 2017

Coordinates of the other end point is (7,8)

Explanation:

Look at the diagram also enter image source here

Given -
A(1,4)
M(3,2)

To find the mid point you have to use the formula

(x,y)=x1+x22,y1+y22

x=3
y=2
x1=1
y1=4

We have to find -

x2=?
y2=?

Plug in the values in the above formula

(3,2)=1+x22,4+y22

Then -

1+x22=3
1+x2=3×2=6
x2=6+1=7
x2=7

4+y22=2
4+y2=2×2=4
y2=44=8
y2=8

Coordinates of the other end point is (7,8)