I m looking for all different possibilities,
Not less or more than 5 numbers.
no repetition of the same number in the group. (1,2,1,3,5) is not valid
order doesnt make difference (1,2,3,4,5) and (5,4,3,2,1) are same
Pablo Muller
The formula you send
C(n,m)=n!/(m!(n-m)!)
I think this is what i was looking for.
thank you all