How do I find the LHS for finding the total number of sets of k items each selected from N items. Order does not matter.
For e.g. 1+2+3+...+n = n(n+1)/2
How do I find the LHS for my query? RHS is n(n-1)(n-2)/6 and the question is "Show that total number of triples selected from N items is precisely equal to N(N-1)(N-2)/6".