There are three distinctive balls to distribute to 8 cells. Each cell can hold multiple balls. I'm trying to figure out the probability $P(A)$ that, after distribution, the first cell is empty.
My thoughts: In total, there are $8^3$ possibilities to distribute the three distinctive balls to the cells, and there are $7^3$ possibilities to distribute the balls to all cells but the first.
So $P(A) = 7^3/8^3.$
Is this correct? I'm confused since this could also be the probability of any one cell being empty.