Below is the problem I wanted to solve :
If m balls are thrown randomly into n bins, what is the probability that at
least two balls end up in the same bin? (n < m)
Is it the same problem as Balls and Bins ?
My instructor tells me the solution is 1 - (nCm * m!)/n^m. I am little confused.