SOLUTION: Find the coordinates of the midpoint of a segment with the given endpoints. A(5,4), B (-3,2)

Algebra ->  Points-lines-and-rays -> SOLUTION: Find the coordinates of the midpoint of a segment with the given endpoints. A(5,4), B (-3,2)      Log On


   



Question 50907: Find the coordinates of the midpoint of a segment with the given endpoints.
A(5,4), B (-3,2)

Answer by Cintchr(481) About Me  (Show Source):
You can put this solution on YOUR website!
+%28x1+%2B+x2%29%2F2+ , +%28y1+%2B+y2%29%2F2+
A(5,4), B (-3,2)
+%285+%2B+-3%29%2F2+ , +%284+%2B+2%29%2F2+
+2%2F2+ , +6%2F2+
+1+ , +3+
M = (1,3)