document.write( "Question 1101452: How many distinct line segments are formed by connecting 1001 collinear points? \n" ); document.write( "
Algebra.Com's Answer #716050 by ikleyn(52795)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Each pair of distinct point creates one and only one unique segment.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We do not consider pairs of coinciding points, since they create degenerated segments.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the other side, each such a (non-degenerated) segment is created by a pair of distinct points from the given set.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Hence, there is ONE-TO-ONE correspondence between the segments under the question and the pairs of distinct points of the given 1001 points.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It implies that the number of segments under the question is equal to the number of pairs of distinct points, which is \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"C%5B1001%5D%5E2\" = \"%281001%2A%281001-1%29%29%2F2\" = \"%281001%2A1000%29%2F2\" = 1001*500 = 500500.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer. 500500 distinct line segments.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );