document.write( "Question 951613: A bag contains 6 red marbles, 7 white marbles, and 7 blue marbles. You draw 4 marbles out at random, without replacement. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that all the marbles are red?
\n" );
document.write( "What is the probability that exactly two of the marbles are red?
\n" );
document.write( "What is the probability that none of the marbles are red? \n" );
document.write( "
Algebra.Com's Answer #581158 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 6 red marbles, 7 white marbles, and 7 blue marbles. You draw 4 marbles out at random, without replacement. \n" ); document.write( " What is the probability that all the marbles are red?:: 6C4/20C4 = 0.0031 \n" ); document.write( "---------------------------------------- \n" ); document.write( " What is the probability that exactly two of the marbles are red? \n" ); document.write( "6C2*14C2/20C4 = 0.2917 \n" ); document.write( "----------------------------- \n" ); document.write( "What is the probability that none of the marbles are red? \n" ); document.write( "14C4/20C4 = 0.2066 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " \n" ); document.write( " |