175k views
2 votes
Find the other end point of the line segment that has the given points: Endpoint: (5,1) Midpoint: (9,3)

User Cvarsendan
by
8.5k points

1 Answer

4 votes
The formula for the midpoint of a line segment:

((x_1+x_2)/(2),(y_1+y_2)/(2))
where x₁, y₁ - the coordinates of one endpoint; x₂, y₂ - the coordinates of the other endpoint


\hbox{endpoint} - (5,1) \\ x_1=5 \\ y_1=1 \\ \\ \hbox{midpoint} - (9,3) \\ \Downarrow \\ (5+x_2)/(2)=9 \\ 5+x_2=18 \\ x_2=13 \\ \\ (1+y_2)/(2)=3 \\ 1+y_2=6 \\ y_2=5 \\ \\ \hbox{the other endpoint} - \boxed{(13,5)}
User Tiru
by
7.7k points

No related questions found