document.write( "Question 495084: write an algebraic expression that represents how many segments can be drawn between n points \n" ); document.write( "
Algebra.Com's Answer #335940 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
each point forms a segment with every point except itself\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n points connect to n-1 points\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "point A connecting to point B is the SAME segment as point B connecting to point A\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "number of segments = [n (n - 1)] / 2
\n" ); document.write( "
\n" );