Generic ball and urn problem: If two balls are randomly placed in three urns, what are the chances the second urn is occupied?
In the generic ball and urn problem, since the balls aren't stated to be distinct why can't I solve this problem by saying there are six possible ways of arranging the 2 balls in 3 urns i.e.
sample space: ${(b|b| )\;, \;(b| |b)\;, \;( |b|b)\;, \;(bb| | )\;, \;( |bb| )\;, \;( | |bb)}$
and 3 possible ways of filling the second urn and so the probability should be $\frac{3}{6}$ instead of $\frac{5}{9}$.
Why is this not correct? This has been bugging me from quiet some time. Could someone help?
Very often, the elements of a sample space will have unequal probabilities. Your sample space is an example.
In the usual way of putting balls into urns, we put one ball into an urn at random, then we do this again with a second ball. At that time one of the three urns is already occupied, and the second ball has a $\frac13$ probability of being put in that urn, $\frac23$ probability of being put in one of the other two urns.
So unless you have some unusual constraints on how you put balls into urns that prevents exactly half of the placements of the second ball into empty urns, the probabilities of $b|b|$, $b||b$, and $|b|b$ are each equal to $\frac29$, and the probabilities of $bb||$, $|bb|$, and $||bb$ are each equal to $\frac19$.
It is possible to contrive a procedure that will leave the second urn unoccupied with probability $\frac12$. First, choose an urn at random, so each urn is chosen with probability $\frac13$. Next, toss a fair coin. If the outcome is heads, put both balls in the urn you selected in the first step. Otherwise, set that urn aside and put one ball in each of the other two urns.
This is a random process, at the end of which each urn has a $\frac12$ chance of being empty. It is not, however, what we usually mean by "place two balls randomly in three urns."
The usual interpretation of "place $k$ balls in $n$ urns" is that we take the balls one at a time, and each ball has an equal chance to go into each urn regardless of what balls are in the urn already. If someone is surreptitiously putting unique marks on each ball that you do not notice, this should not affect where the balls go (assuming the balls and urns are not some objects so tiny that quantum-mechanical effects become significant). Hence the probability that you calculate, without accounting for labels on the balls, should be the same as the probability that the other person calculates using the marks that they placed.