document.write( "Question 145042: Reeba has 17 socks in her drawer. 8 blues and 9 greens. She selects 5 socks at random. what is the probabilty that she gets:
\n" );
document.write( "a. 2 blues and 3 green
\n" );
document.write( "b. 3 blue and 2 green
\n" );
document.write( "c. at least one blue
\n" );
document.write( "d. no greens
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #105739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Reeba has 17 socks in her drawer. 8 blues and 9 greens. She selects 5 socks at random. what is the probabilty that she gets: \n" ); document.write( "a. 2 blues and 3 green \n" ); document.write( "# of ways to pick 2 blue = 8C2 = 8*7/1*2 = 28 \n" ); document.write( "# of ways to pick 3 green = 9C3 = 9*8*7/1*2*3 = 84 \n" ); document.write( "# of ways to pick 5 of any color = 17C5 = \n" ); document.write( "------- \n" ); document.write( "Therefore P(2 blue and 3 green) = [28*84]/17C5 = 0.38 \n" ); document.write( "---------------------------- \n" ); document.write( "b.P(3 blue and 2 green) = [8C3 * 9C2]/[17C5] = 0.32579... \n" ); document.write( "--------------------- \n" ); document.write( "c.P(at least one blue) = 1 -P(no blue) = 1 - [9C5/17C5] = 0.9796... \n" ); document.write( "--------------------- \n" ); document.write( "d.P(no greens) = 8C5/17C5 \r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |