document.write( "Question 1056015: Please help 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.\r
\n" );
document.write( "\n" );
document.write( "-(2/3),(3/2) , (7/3), (2)\r
\n" );
document.write( "\n" );
document.write( "Thanks much for your help \n" );
document.write( "
Algebra.Com's Answer #671177 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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.\r \n" ); document.write( "\n" ); document.write( "-(2/3),(3/2) , (7/3), (2) \n" ); document.write( "If it's 2 points do it like this: \n" ); document.write( "(-2/3,3/2), (7/3,2) \n" ); document.write( "----- \n" ); document.write( "To find the midpoint find the average of x & y separately. \n" ); document.write( "For x: (-2/3 + 7/3)/2 = 5/6 \n" ); document.write( "For y: (3/2 + 2)/2 = 7/4 \n" ); document.write( "--> MP @ (5/6,7/4) \n" ); document.write( "==================== \n" ); document.write( " |