document.write( "Question 949464: what is the length of a line segment whose endpoints have coordinates (5,3) and (1,6)? \n" ); document.write( "
Algebra.Com's Answer #579748 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
(x(1),y(1))=(5,3); (x(2),y(2))=(1,6)
\n" ); document.write( "d=distance between points
\n" ); document.write( "\"d=sqrt%28%28x%282%29-x%281%29%29%5E2%2B%28y%282%29-y%281%29%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%28%281-5%29%5E2%2B%286-3%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%2816%2B9%29\"
\n" ); document.write( "\"d=sqrt%2825%29\"
\n" ); document.write( "d=5 ANSWER The length of the line segment with endpoints (5,3) and (1,6) is 5.
\n" ); document.write( "
\n" ); document.write( "
\n" );