document.write( "Question 1163284: A bag contains three red, four white and three black, identical balls, three balls are drawn at random without replacement from the bag. What is the probability that at least a ball is white. \n" ); document.write( "
Algebra.Com's Answer #787341 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! A bag contains three red, four white and three black, identical balls, three balls are drawn at random without replacement from the bag. What is the probability that at least a ball is white. \n" ); document.write( "solution \n" ); document.write( "total balls =3+4+3=10 and white balls are 4 \n" ); document.write( "probability of at least one white = probability of 1 white + probability of two white + probability of three white \n" ); document.write( "=4c1x6c2/10c3+4c2x6c1/10c3+4c3x6c0/10c3 \n" ); document.write( "4x15/120+6x6/120+4x1/120 \n" ); document.write( "60/120+36/120+4/120 \n" ); document.write( "100/120 \n" ); document.write( "=20/24=5/6 \n" ); document.write( " |