The scenario of one of my previous questions is described below:
Suppose we have $12$ identical balls. Think of the balls as having distinct ID numbers, $1-12$. We have $3$ identical boxes, each of which can contain exactly $4$ balls. One after the other the balls are thrown at random into one of the three boxes.
Suppose Mr. A will buy one ball from each box, so he will buy a total of three balls from the three boxes. Habit of Mr. A is to buy that ball from the box which ID is smallest of all other balls in that box.
For example, the randomly thrown balls in a box have ID $4$, $8$, $9$, and $12$. So Mr. A will buy the ball with ID $4$ from that box.
Then Mr. A goes to another box and here the balls have ID $1$, $3$, $6$, and $11$. He will buy the ball with ID $1$ from that box.
At last, Mr. A goes to the last box and here the balls have ID $2$, $5$, $7$, and $10$. He will buy the ball with ID $2$ from that box.
The probability that Mr. A will buy the ball with ID $i$, where $i=1,2,\ldots,12$ is $$\frac{\binom{12-i}3}{\binom{11}3}.$$
Now my question is
If the same experiment is repeated $10$ times, then what is the probability that Mr. A will buy the ball with ID $i$, where $i=1,2,\ldots,12$?
Simply multiplying $10$ with $\frac{\binom{12-i}3}{\binom{11}3}$ makes the probability greater than $1$.