Can anyone give me some direction please? I was thinking of using the Central limit theorem, but I'm not quite sure how to do it.
The box has 3 balls in different colors:
- yellow
- red
- blue
For times take a random ball out of the box and return it. (n is a large number).
Calculate or find the Upper Bound:
A. There is a color we have not taken out any of the times.
B. There is a color that we removed at least (4/9)* times.
For Part A: $3(2/3)^n - 3(1/3)^n.$ Probabilities each of Y, R, B ignored (not disjoint) less probabilities 2 of 3 ignored. (Inclusion exclusion.) So, for $n = 5,$ the numerical answer (using R as a calculator) is $0.3827$ to four places.
Simulation of a million 5-draw experiments illustrates, giving probability $0.3830 \pm 0.0010.$