Seven balls are to be distributed randomly into seven cells. Let X4= # of cells containing exactly 4 balls.Determine the probability distribution of X4.
Is finding probability distribution is same as finding probability? If it is, my work; This can be done in the following ways; (4,3,0), (4,2,1), (4,1,1,1)
For example, the probability of happening (4,1,1,1)=
We can choose the cell that contains 4 balls in 7C1=7 ways. We can choose 4 distinguishable balls from 7 balls= 7C4 The 5th ball can be assigned to 6 different cells= 6C1 The 6th ball can be assigned to 5 different cells= 5C1 The 7th ball can be assigned to 4 different cells= 4C1 Also the last three balls can be distributed in 3! ways.
And our sample space is= 7.7.7.7.7.7.7= 7^7
So we multiply all these and repeat the process for the other ways. Is there anything wrong here?