document.write( "Question 25883: I need to Find the midpoint between these points
\n" );
document.write( "(2,3) and (8,1) \n" );
document.write( "
Algebra.Com's Answer #13923 by smoothflyin(6)![]() ![]() ![]() You can put this solution on YOUR website! To find the midpoint of a line segment, average the X-coordinates and average the Y-Coordinates of the endpoints. To get the average, add the two and then divide by 2. \n" ); document.write( "-- \n" ); document.write( "Midpoint Formula : M=(X1+X2)/2 ; (Y1+Y2)/2\r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "X1=2 \n" ); document.write( "X2=8 \n" ); document.write( "Y1=3 \n" ); document.write( "Y2=1 \n" ); document.write( "---------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M= (2+8)/2 ; (3+1)/2\r \n" ); document.write( "\n" ); document.write( "M= 5,2 \n" ); document.write( " |