Question 92034
nCr = n!/[(n-r)!r!]
-----------------
Example: for ABCDE
The # of combinations of 3 is 5C3 = 5!/[2!*3!] = [5*4*3/1*2*3] = 10
==========
Cheers,
Stan H.