There are 15 balls in a basket, 3 red, 5 green and 7 blue balls. The minimum number of balls that must be withdrawn to ensure that at least one ball of each color will be obtained is:
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.
Considering the worse case scenario:
Draw the 7 blue balls.
Followed by the 5 green balls.
Then we need one red ball to have one color each.
So we need to draw a minimum of 7 + 5 + 1 = 13 balls.