SOLUTION: I need your help on finding the midpoint of each line segment with endpoints at given coordinates. Example: (-5, 3), (-3,-7) i NEED HELP ON HOW TO DO PROBLMES LIKE THIS! t

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: I need your help on finding the midpoint of each line segment with endpoints at given coordinates. Example: (-5, 3), (-3,-7) i NEED HELP ON HOW TO DO PROBLMES LIKE THIS! t      Log On


   



Question 322088: I need your help on finding the midpoint of each line segment with endpoints at given coordinates.
Example: (-5, 3), (-3,-7)
i NEED HELP ON HOW TO DO PROBLMES LIKE THIS! tHANKS!

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Use the midpoint formula, it's pretty straightforward.
xm=%28x1%2Bx2%29%2F2=%28-5-3%29%2F2=-8%2F2=-4
ym=%28y1%2By2%29%2F2=%283-7%29%2F2=-4%2F2=-2
(-4,-2)
.
.
.