document.write( "Question 306323: There is a box of 22 white and 8 red balls. Eight are picked at random. What is the probability that they are all white? \n" ); document.write( "
Algebra.Com's Answer #219251 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! ways of picking 8 from 30 ___ 30C8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of picking 8 from 22 (all white) ___ 22C8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of all white ___ 22C8 / 30C8 \n" ); document.write( " |