document.write( "Question 902833: find the length of the line segment joining the points whose coordinates are : A (5,1) B (7,6) \n" ); document.write( "
Algebra.Com's Answer #547652 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula,
\n" ); document.write( "\"D%5E2=%285-7%29%5E2%2B%281-6%29%5E2\"
\n" ); document.write( "\"D%5E2=%28-2%29%5E2%2B%28-5%29%5E2\"
\n" ); document.write( "\"D%5E2=4%2B25\"
\n" ); document.write( "\"D%5E2=29\"
\n" ); document.write( "\"D=sqrt%2829%29\"
\n" ); document.write( "
\n" );