I'm a little unsure on how to approach this question:
A drawer shelf contains 6 pairs of socks, each pair a diff color How many socks should be taken from the shelf to ensure that at least 2 of them are of the same?
Could I use a combination for this? $C(6, 2) = 15$? Thanks in advance!
In the worst case, you may pick $6$ socks each of a different color. So in order to ensure that we get at least two socks on the same color, you need to pick at least $7$ socks. It's a simple application of the Pigeonhole principle.