document.write( "Question 1148509: How many distinct line segments are formed by connecting 20 collinear points? \n" ); document.write( "
Algebra.Com's Answer #769864 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Each segment is uniquely defined by a pair of its ending points;\r\n" );
document.write( "\r\n" );
document.write( "and inversely, each pair of ending points uniquely determines the segment.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Here the pairs of ending points are considered as unordered pairs.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the number of segments is equal to the number of unordered pairs of 20 points, which is\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"%2820%2A%2820-1%29%29%2F2\" = 10*19 = 190.     ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );