document.write( "Question 1037756: You have 18 pairs of socks in your drawer, of which 4 are black, 4 are brown and 10 are white.
\n" );
document.write( "If you have to reach into the drawer in the dark and pick a pair of socks, what is the probability that you won't get a black pair?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #652387 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " You have 18 pairs of socks in your drawer, of which 4 are black, 4 are brown and 10 are white. \n" ); document.write( "If you have to reach into the drawer in the dark and pick a pair of socks, what is the probability that you won't get a black pair? \n" ); document.write( "---- \n" ); document.write( "# of black pairs = 4C2 = (4*3)/(1*2) = 6 \n" ); document.write( "--- \n" ); document.write( "# of random pairs:: 18C2 = (18*17)/(1*2) = 153 \n" ); document.write( "---- \n" ); document.write( "P(not get black pair) = 1 - 6/153 = 147/153 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |