document.write( "Question 348557: A sample of 5 balls is to be selected at random from an urn containing 20 balls numbered 1 to 20. Four balls are green, 6 balls are white, and 10 balls are black.
\n" );
document.write( "How many samples can be selected that contain at least 1 white ball?
\n" );
document.write( "I wrote out all the sample spaces and tried to count them, but that didn't work for me, i must have missed some. \n" );
document.write( "
Algebra.Com's Answer #249201 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sample of 5 balls is to be selected at random from an urn containing 20 balls numbered 1 to 20. Four balls are green, 6 balls are white, and 10 balls are black. \n" ); document.write( "How many samples can be selected that contain at least 1 white ball? \n" ); document.write( "------------------------- \n" ); document.write( "Total # of sets of 20 balls = 20C5 \n" ); document.write( "--- \n" ); document.write( "# with no white balls = 14C5 \n" ); document.write( "---- \n" ); document.write( "# with at least one white ball = 20C5 - 14C5 = 13,502 \n" ); document.write( "--- \n" ); document.write( "Note: I can see where you would lose track of the number \n" ); document.write( "if you wrote out the sample space which as 20C5 = 15,504 sets of 5 in it. \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===============\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |