document.write( "Question 208379: how do you find the length and the midpoint of a segment using two endpoints:A'
\n" );
document.write( "(2,-7) and B'(-5,-4) \n" );
document.write( "
Algebra.Com's Answer #157644 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! I used the Pythagorean theorem \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "3^2+7^2=c^2 \n" ); document.write( "9+49=58 \n" ); document.write( "c=7.6 \n" ); document.write( "so minpoint is 7.6/2=3.8 \n" ); document.write( " |