Please have a look at question 1 first. Can any one please tell me how to understand the method used in the second question?
Many thanks.
Please have a look at question 1 first. Can any one please tell me how to understand the method used in the second question?
Many thanks.
There are 10 positions and you can think of this question in 3 stages and multiply the number of choices at each stage to get the final answer.
Stage 1: choose where to place the 3 letters A: $\binom{10}{3}$ choices (10 places, 3 indistinguishable objects). Stage 2: choose where to place the 4 letters B: $\binom{7}{4}$ choices (7 places left, 4 indistinguishable objects) Stage 3: choose where to place the 3 letters C: $\binom{3}{3}$ choices (3 places left, 3 indistinguishable objects, no choice actually).
You can observe that your answer is independent of the order of choices you make about the stages, by writing out the binomial coefficients and seeing the cancellations. So $\binom{10}{4}\binom{7}{3}\binom{3}{3}$ as well as $\binom{10}{3}\binom{7}{3}\binom{4}{4}$ give the same numerical answer.
As an exercise, you can write a general expression for $n$ total slots for $v$ distinct letters, and $k_i$ instances of each letter, where $k_1+k_2+...+k_v=n$ and simplify it.