I stumbled upon a question I can not manage to answer.
In how many ways can we arrange $4$ different balls in $4$ identical boxes?
I do know there is no importance to the order they're set up so its either $D(n,k)$ or $C(n,k)$, but that's where I'm stuck.
Please can someone explain the answer logically to me?
If the order is not important, then the number of ways to arrange them is simply $1$.
If the order is important, the number of ways to arrange $n$ objects is $n!=1\cdot2\cdot3\cdots n$