document.write( "Question 1148561: How many distinct line segments are formed by connecting 20 collinear points. \n" ); document.write( "
Algebra.Com's Answer #769911 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Each distinct line segment is created by choosing 2 of the 20 points. The number of ways to do that is \"20 choose 2\" = (20*19)/(2*1) = 190. \n" ); document.write( "ANSWER: 190 line segments. \n" ); document.write( " \n" ); document.write( " |