I understood the formula as:
Given there are 5 letters {A,B,C,D,E}, pick 3 letters randomly(putting them back) and the combination formula is C(5, 3). r=3 means how many I choose from the 5 to make the combinations.
However, using the same logic and I couldn't comprehend the answer for the following question.
Suppose we roll eight fair six-sided dice. What is the probability that the sum of the eight dice is equal to 9
The answer is $\frac{8!}{1!7!}\times6^{-8}$
I don't get why it is C(8, 1), from my understand of r above, this means I am picking r=1 from 8 dices.
I do understand the only possible combination to this question is 2111 1111 and the order of 2 doesn't matter.