document.write( "Question 193297: 2) A bag contains 9 white and 12 black balls. Find the probability of drawing 5 black balls.
\n" );
document.write( "3)A bag contains 2 red, 3 green, 5 blue, and 2 yellow balls. Find the probability that balls of all the colours are represented in a sample if four balls are selected at random. \n" );
document.write( "
Algebra.Com's Answer #145162 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 9 white and 12 black balls. Find the probability of drawing 5 black balls. \n" ); document.write( "# of ways to draw the 5 black balls : 12C5 = 792 \n" ); document.write( "# of ways to draw 5 balls without restriction: 21C5 = 20349 \n" ); document.write( "Ans: 12C5/21C5 = 0.03892 \n" ); document.write( "---------------------------------------- \n" ); document.write( "3)A bag contains 2 red, 3 green, 5 blue, and 2 yellow balls. Find the probability that balls of all the colors are represented in a sample if four balls are selected at random. \n" ); document.write( "# of ways to succeed: 2*3*5*2 = 60 \n" ); document.write( "# of 4-ball groups in 12: 12C4 = 495 \n" ); document.write( "Probability: 60/495 = 0.1212.. \n" ); document.write( "========================================== \n" ); document.write( "cheers, \n" ); document.write( "stan H. \n" ); document.write( " |