how do i find the coordinates of the midpoint of a segment having given the endpoint?

K(-9,3),H(5,7)

1 answer

Just noticed that Damon had given you the formula for finding the midpoint.

xm = (-9+5)/2 = -2
ym = (3+7)/2 = 5
so the midpoint is (-2,5)