document.write( "Question 745924: Two flower seeds are randomly selected from a package that contains 8 seeds for red flowers and 13 seeds for white flowers
\n" );
document.write( "(a) What is the probability that both seeds will result in red flowers?
\n" );
document.write( "1 \r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that one of each color is selected?
\n" );
document.write( "2 \r
\n" );
document.write( "\n" );
document.write( "(c) What is the probability that both seeds are for white flowers?
\n" );
document.write( "3 \n" );
document.write( "
Algebra.Com's Answer #454070 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two flower seeds are randomly selected from a package that contains 8 seeds for red flowers and 13 seeds for white flowers \n" ); document.write( "(a) What is the probability that both seeds will result in red flowers? \n" ); document.write( "P(2 red) = 8C2/21C2 = 0.133 \n" ); document.write( "----------------------------------------- \n" ); document.write( "(b) What is the probability that one of each color is selected? \n" ); document.write( "# of red/white pairs = 8*13 = 104 \n" ); document.write( "# of random pairs: 21C2 = 210 \n" ); document.write( "P(red/white pair) = 104/210 = 0.495 \n" ); document.write( "------------------------------------------ \n" ); document.write( "(c) What is the probability that both seeds are for white flowers? \n" ); document.write( "# of white/white pairs 13C2 \n" ); document.write( "# of random pairs: 21C2 \n" ); document.write( "P(2 white) = 13C2/21C2 = 0.371 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( " |