Assume a set of numbers {2, 3, 4} where n is 3, or the size of the set.
Is there a way I can calculate the total unique composites that could be produced from pairs in that set?
The total number of unique pairs is (n(n-1))/2, but this does not necessarily produce unique products - for example if we assume the set {2,3,4,5,6,7,8}.