- 4,650
- 39
A friend asked me this question, and I am not sure I know how to answer it:
************************************************
I have 15 items, and I want to figure out how many unordered combinations of three there are. Any ideas?
a b c d e f g h i j k l m n o
Example:
abc bcd cde
abd bce cdf
abe bcf cde
abf bcg cdg
************************************************
The way I think it can be done is using this formula:
<br /> {n\choose k}={n!\over k!(n-k)!}<br />
so you would have {15!\over 3!12!} or 455 possible combinations.
But I am not really confident in this because I never studied this formula in a class - and I don't know if I am using it correctly.
Thanks!
-MIH
************************************************
I have 15 items, and I want to figure out how many unordered combinations of three there are. Any ideas?
a b c d e f g h i j k l m n o
Example:
abc bcd cde
abd bce cdf
abe bcf cde
abf bcg cdg
************************************************
The way I think it can be done is using this formula:
<br /> {n\choose k}={n!\over k!(n-k)!}<br />
so you would have {15!\over 3!12!} or 455 possible combinations.
But I am not really confident in this because I never studied this formula in a class - and I don't know if I am using it correctly.
Thanks!
-MIH