I tried approaching the following problem:
My telephone rings 12 times each week, the calls being randomly distributed among the 7 days. What is the probability that I get at least one call each day?
I want to know what would the probability be if we were to assume the calls are not distinguishable. When I was working on it, I used the following reasoning and I think I may be wrong but don't know precisely why is my argument incorrect.
I assumed that I was first going to assign one call to each day of the week (since I don't care about the order and the calls are not distinguishable I am assuming that there is only one way to do this).
So I would then be left with $5$ out of the $12$ calls. I used the combination with repetition $\binom{n+k-1}k$, where I am taking $n=7$ (since there are 7 days in a week), and $k=5$ (since I am still left with 5 indistinguishable calls). $\binom{7+5-1}5=462$.
When dividing this number over the total number of possible ways of arranging the 12 calls in 7 days $\binom{7+12-1}{12}$, I get $0.02488$
If I am way off please give me a hint as to what am I doing wrong when following this reasoning. I was looking at a solution for the case when the number of calls are distinguishable, and the answer is a much greater probability ($0.2285$).