It's a bit easy question and I should feel ashamed for asking it, but I really don't know how to solve it. Consider a telephone number with the size of $7$. How many different telephone numbers that starts with the number $2$, can we build with the following numbers: $1,2,2,2,3,3,3$.
I understand that there is only one option for the first number (should be $2$). But how can I arrange the other numbers? I though of using the Multinomial coefficients, but I'm not sure.
How can I solve this issue?
Once the first number is a $2$, we essentially have to figure out the remaining $6$ numbers out of the multiset $\{1,2,2,3,3,3\}$. Your intuition is correct that you can use multinomial coefficients, but let's demystify that:
We have $\binom{6}{3}$ ways of choosing where the $3$'s go; from there, we just have to choose where the place the two remaining $2$'s in the remaining three spots, so we have to multiply by $\binom{3}{2}$. If we'd like, we can also multiply by $\binom{1}{1}$, the number of ways to place the $1$. Then we get $$\binom{6}{3}\binom{3}{2} = \binom{6}{1,2,3}\,.$$