SOLUTION: PQ has endpoints p(0,0) Q(8,4) Find the Coordinates of the midpoint of PQ

Algebra ->  Length-and-distance -> SOLUTION: PQ has endpoints p(0,0) Q(8,4) Find the Coordinates of the midpoint of PQ      Log On


   



Question 246620: PQ has endpoints p(0,0) Q(8,4) Find the Coordinates of the midpoint of PQ
Answer by EMStelley(208) About Me  (Show Source):
You can put this solution on YOUR website!
If you have two points (x1,y1) and (x2,y2), the midpoint is
((x1+x2)/2,(y1+y2)/2)
So we have:
((0+8)/2,(0+4)/2)
(4,2)