document.write( "Question 188752: Points are marked on a circle, and chords are drawn joining all the points.\r
\n" ); document.write( "\n" ); document.write( "1 point - 0 chords
\n" ); document.write( "2points - 1 chord
\n" ); document.write( "3 ponts - 3 chords\r
\n" ); document.write( "\n" ); document.write( "find an expression for the number of chords if there are n points on the circle.
\n" ); document.write( "

Algebra.Com's Answer #141584 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
for each of the n points, a chord can be drawn to each of the other n-1 points\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "BUT .... a chord from A to B is the same as a chord from B to A, so half of the chords are duplicates\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so the number of chords for n points is ... [n * (n-1)] / 2
\n" ); document.write( "
\n" );