document.write( "Question 509183: 2. A bag contains 13 marbles: 6 red ones, 4 blue ones, and 3 yellow ones. Suppose that two marbles are selected without replacement.
\n" );
document.write( "(a) What is the probability that a red marble, and then a yellow marble (in that order) are selected? \r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that neither of the two marbles is blue?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #341313 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 13 marbles: 6 red ones, 4 blue ones, and 3 yellow ones. \n" ); document.write( "Suppose that two marbles are selected without replacement. \n" ); document.write( "-------------- \n" ); document.write( "(a) What is the probability that a red marble, and then a yellow marble (in that order) are selected? \n" ); document.write( "There are 13*12 = 156 ordered pairs to select. \n" ); document.write( "6*4 = 24 of them are red then blue \n" ); document.write( "---- \n" ); document.write( "P(red then blue) = 24/156 \n" ); document.write( "====================================== \n" ); document.write( "(b) What is the probability that neither of the two marbles is blue? \n" ); document.write( "There are 156 pairs \n" ); document.write( "9*8 = 72 of them contain no blue \n" ); document.write( "---- \n" ); document.write( "P(no blue) = 72/156 \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( " |