There are 4 mailboxes and 4 letters, they are randomly placed in mailboxes, what is the probability that one of the mailboxes has exactly 3 letters.
It sounds to me like the letter boxes are different but the letters are effectively the same
First I will look for the total number of ways
Here are the 4 letters * * * *
We have to split those into 4 piles where some piles can have no letters.
We need to seperate them using 3 bars
eg ||*|***
that would be non in the first box, none in the second, 1 in the third and 3 in the 4th.
So that would be 7C3 or 7C4 ways = 35
NOW how many of those have 3 in one box If there are 3 in the first box then there can be 1 in any of the othere 3 that is 3 ways
There are 4 letter boxes so that is 3*4 =12 ways
So I get 12/35
NOTE: This is called stars and bars method.