Question 188752
for each of the n points, a chord can be drawn to each of the other n-1 points


BUT .... a chord from A to B is the same as a chord from B to A, so half of the chords are duplicates


so the number of chords for n points is ... [n * (n-1)] / 2