+0  
 
0
564
1
avatar

How to find the midpoint?

 Nov 24, 2014

Best Answer 

 #1
avatar+33661 
+5

If you have the coordinates of the end points simply average each of them. i.e. if the end points are (x1,y1) and (x2,y2) then the midpoint is ( (x1+x2)/2, (y1+y2)/2 )

 Nov 24, 2014
 #1
avatar+33661 
+5
Best Answer

If you have the coordinates of the end points simply average each of them. i.e. if the end points are (x1,y1) and (x2,y2) then the midpoint is ( (x1+x2)/2, (y1+y2)/2 )

Alan Nov 24, 2014

1 Online Users