In an urn, there are 25 red balls, 20 white balls and 15 black balls. Without looking at the balls or the urn, what is the minimum amount of balls that you should extract so that you are 100% sure that you have extracted at least 10 balls of the same color?
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.
We're talking about the minimum number so that we certainly have at least 10 balls of the same color. Taking into consideration the most unfortunate case, let's say we extract 27 balls. There is a slight chance we will extract 9 white balls, 9 red balls and 9 black balls. However, extracting a 28th ball would mean that we have at least 10 balls of the same color without any doubt.