, where and are relatively prime positive integers. Find .
In a drawer Sandy has 5 pairs of socks, each pair a different color. On Monday Sandy selects two individual socks at random from the 10 socks in the drawer. On Tuesday Sandy selects 2 of the remaining 8 socks at random and on Wednesday two of the reaining 6 socks at random. The probability that Wednesday is the first day Sandy selects matching socks isThis problem is part of this set .
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.
Let's represent the socks in the drawer as A A B B C C D D E E .
Monday: After drawing one sock , there are 9 socks remaining of which 1 matches, so there is 9 8 chance that we make it to Tuesday without a match.
At this stage the remaining socks are (without loss of generality) A B C C D D E E .
Tuesday: The following draws are possible (where A B means A and B in either order):
So if we make it to Wednesday without a pair being found, the possible states with their probabilities are (again, sorting the result without loss of generality)
Wednesday :
Combining all these cases , we have
P = 9 8 ( 2 8 1 1 5 3 + 2 8 1 2 1 5 2 + 2 8 1 2 1 5 1 ) = 3 1 5 2 6