SOLUTION: what is the distance of points (4,10)and(8,5) and also what is the midpoint of the points.

Algebra ->  Test -> SOLUTION: what is the distance of points (4,10)and(8,5) and also what is the midpoint of the points.      Log On


   



Question 301869: what is the distance of points (4,10)and(8,5)
and also what is the midpoint of the points.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
what is the distance of points (4,10)and(8,5)
and also what is the midpoint of the points.
-------------
d+=+sqrt%28diffy%5E2+%2B+diffx%5E2%29+=+sqrt%285%5E2+%2B+4%5E2%29
d+=+sqrt%2841%29
---------
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)