A bag contains 100 red balls, 10 green balls, and some blue balls.
How many blue balls would minimize the probability that you could pick 3 balls without replacement and they would all end up being the same color?
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 probability they will be the same color is given by:
P ( n ) = ( 3 1 1 0 + n ) ( 3 1 0 0 ) + ( 3 1 0 ) + ( 3 n )
This is minimized for n = 9 5