Given two coordinates (x1,y1) and (x2,y2)
The midpoint is ( ((x2+x1)/2) , ((y2+y1)/2) )
Chat with our AI personalities
how do you find distance between points
Im assuming you mean "how do you find the coordinates of a midpoint", sorry if that is not what you intended. To find the midpoint of two points, you should have two co-ordinates, call them (x1,y1) and (x2,y2). The formula for the co-ordinate of the midpoint is ((x1+x2)/2 , (y1+y2)/2).
since you know of one points and the halfway point between the other point. just multiply the halfway point by 2 and this is the total distance between the two points.
The midpoint of the line segment from ( 3, 7 ) to ( 8, 2 ) is at ( 5.5, 4.5 )
If you mean points of (-1, 5) and (6, -3) then the midpoint is (2.5, 1)