document.write( "Question 926855: There are 12 different colored PAIRS (24 socks total, 12 different colors) of socks in a drawer. If a person takes 10 socks from that drawer, what is the probability that none of these socks are pairs? \n" ); document.write( "
Algebra.Com's Answer #563127 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
There are 12 different colored PAIRS (24 socks total, 12 different colors) of socks in a drawer. If a person takes 10 socks from that drawer, what is the probability that none of these socks are pairs?\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "That means we have to take out 10 socks of 10 different colors.\r\n" );
document.write( "\r\n" );
document.write( "We can choose 10 different colors in C(12,10) = 66 ways.\r\n" );
document.write( "\r\n" );
document.write( "We can choose the sock of each of the 10 colors in 2 ways each.\r\n" );
document.write( "So that's \"2%5E10=1024\" ways to choose the socks that go with the ten colors.\r\n" );
document.write( "\r\n" );
document.write( "So the numerator of the probability is 66*1024 = 67584 ways. \r\n" );
document.write( "\r\n" );
document.write( "The denominator is C(24,10) = 1961256.\r\n" );
document.write( "\r\n" );
document.write( "So the probability is  \"67584%2F1961256=256%2F7429\"\r\n" );
document.write( "\r\n" );
document.write( "or as a decimal \r\n" );
document.write( "0.03445955041055323731323192892717727823394804145914658769686364248216449051016287521873738053573832278906986135415264503...\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );