You have twice as many white socks as black socks in your sock drawer. If the probability of randomly picking 2 matched socks (without replacement) is the same as the probability of randomly picking 2 mismatched socks (without replacement), how many socks total are in your sock drawer?
(Assume that you have at least one sock in your sock drawer, that any 2 white socks match each other and any 2 black socks match each other, and that you have no other colored socks.)
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 define some variables:
Probability on similar socks: P ( w , w ) + P ( b , b ) = n ( n − 1 ) n w ( n w − 1 ) + n ( n − 1 ) n b ( n b − 1 ) = n ( n − 1 ) 2 a ( 2 a − 1 ) + n ( n − 1 ) a ( a − 1 ) = n ( n − 1 ) 2 a ( 2 a − 1 ) + a ( a − 1 ) = n ( n − 1 ) 5 a 2 − 3 a
Probability on different socks: P ( w , b ) + P ( b , w ) = 2 P ( w , b ) = 2 ⋅ n ( n − 1 ) n w n b = 2 ⋅ n ( n − 1 ) 2 a ⋅ a = n ( n − 1 ) 4 a 2
These probabilities are equal. Assuming n ( n + 1 ) = 0 we can write:
5 a 2 − 3 a a 2 a = 4 a 2 = 3 a = 3
Therefore: n = 3 a = 9
Problem Loading...
Note Loading...
Set Loading...
If there are 2 n white socks and n black socks, then the probability of drawing two matched socks is 3 n ( 3 n − 1 ) 2 n ( 2 n − 1 ) + n ( n − 1 ) = 9 n 2 − 3 n 5 n 2 − 3 n and this probability should be equal to 2 1 , so 2 ( 5 n 2 − 3 n ) n 2 − 3 n = 9 n 2 − 3 n = 0 and hence (since n = 0 ), n = 3 , so there are 9 socks in the drawer.