If there are 32 socks in a bag which consists of 16 black and 16 white. What is the minimum number of socks you have to take to make sure that you have a pair of socks of the same color?
You are unable to look into 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.
case 1: 1 white and 1 white
case 2: 1 black and 1 black
case 3: 1 black and 1 white
There is no problem in cases 1 and 2, the problem is in case 3. So we need to take at most 3 socks.