Question 1056015
find the distance between the points, and the( midpoint) of the line segment.  For the midpoint I need the the coordinates, not the distance between the end of the segment and the midpoint.

-(2/3),(3/2) , (7/3), (2)
If it's 2 points do it like this:
(-2/3,3/2), (7/3,2)
-----
To find the midpoint find the average of x & y separately.
For x: (-2/3 + 7/3)/2 = 5/6
For y: (3/2 + 2)/2 = 7/4
--> MP @ (5/6,7/4)
====================
{{{d = sqrt(diffy^2 + diffx^2) = sqrt(1/4 + 9)}}}