Find the distance of 59 to midpoint line between 25 and 41 T
Find the distance of (-5,-9) to midpoint line between (-2,5) and (4,-1)! Thanks:)
Midpoint: (x1+x2/2, y1+y2/2)
Distance: (x^2 + y^2)
Solution
Answers to the question below:
The midpoint of -2,5 and 4,-1 is (1,2)
The distance from (-5, -9) and (1,2) is sqrt(( -5-1)^2 +(-9-2)^2) = 12.53
