document.write( "Question 417421: you have 8 socks in a bag: 2 yellow, 2 red, 2 blue, and 2
\n" );
document.write( "green. If you pull out 4 socks, what is the probability that you have pulled
\n" );
document.write( "out one of each color? \n" );
document.write( "
Algebra.Com's Answer #292232 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "probability = 2C1 * 2C1 * 2C1 * 2C1 / 8C4 \r \n" ); document.write( "\n" ); document.write( "= 16 / 70\r \n" ); document.write( "\n" ); document.write( "= 8/35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |