SOLUTION: Find the midpoint of the line segment PQ. P(0,3);Q(-10,-13)

Algebra ->  Points-lines-and-rays -> SOLUTION: Find the midpoint of the line segment PQ. P(0,3);Q(-10,-13)      Log On


   



Question 359004: Find the midpoint of the line segment PQ.
P(0,3);Q(-10,-13)

Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
x+=+%280%2B%28-10%29%29%2F2,y+=+%283%2B%28-13%29%29%2F2, or
x+=+-5,y+=+-5. Therefore the midpoint is (-5,-5).