A bag contains 100 red balls, 10 green balls, and some blue balls.
How many blue balls would maximize the probability that you could pick 3 balls without replacement and they would all end up being different colors (i.e. one red, one blue, and one green)?
If there are multiple answers, please provide the answer as the sum of all such answers. That is, if and both maximize the probability, the answer would be .
Assume that there are no other colors in the bag.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The formula that represents this probability is:
P ( n ) = ( 3 1 0 0 + 1 0 + n ) 1 0 0 × 1 0 × n
This is maximized for n = 5 4 and 5 5 .
5 4 + 5 5 = 1 0 9