I have a problem from the "discrete mathematics and its applications" textbook.
What is the expected number of balls that fall into the first bin when m balls are distributed into n bins uniformly at random?
This is my current attempt: Let X be a random variable that represents the number of balls in the first bin. Let E(X) be the expected number of balls in the first bin. Then, E(X) = p(X=1)1 + p(X=2)2 + ... + p(X=m)m
How do I figure out p(X=r), and then find their sum?