Answer:
midpoint = 7, 5 distance = 10 units
Step-by-step explanation:
x1 = 4, x2=10 y1= 9, y2= 1
midpoint = (x1 + x2/ 2, y1 + y2/2)
= (4 + 10 / 2 , 9 + 1 /2)
=14/2 , 10/2
midpoint=7 , 5
distance = sqrt (x2- x1)^2 + (y2 - y1)^2
= sqrt (10 - 4)^2 + (1 - 9)^2
= sqrt (6)^2 + (-8)^2
= sqrt 36 + 64
=sqrt 100
distance = 10 units