Question 495084
each point forms a segment with every point except itself


n points connect to n-1 points


point A connecting to point B is the SAME segment as point B connecting to point A


number of segments = [n (n - 1)] / 2