document.write( "Question 765901: A bag contains 8 red ,3 white and 9 blue balls. Three balls are drawn at
\n" );
document.write( "random from the bag. Determine the probability that none of the balls
\n" );
document.write( "drawn is white - Step Wise \n" );
document.write( "
Algebra.Com's Answer #466493 by sundararajchinnasamy(2)![]() ![]() ![]() You can put this solution on YOUR website! total no of outcomes=20C3 \n" ); document.write( "favourable no of outcomes=17C3 \n" ); document.write( "So answer is 17C3/20C3 \n" ); document.write( " |