Question 301869
what is the distance of points (4,10)and(8,5)
and also what is the midpoint of the points.
-------------
{{{d = sqrt(diffy^2 + diffx^2) = sqrt(5^2 + 4^2)}}}
{{{d = sqrt(41)}}}
---------
For the midpoint, find the average of x and of y:
x: (4+8)/2 = 6
y: (10+5)/2 = 7.5
MP (6,7.5)