document.write( "Question 298953: In a large vase, there are 8 roses, 5 daisies, 12 lilies, and 9 orchids. If 4 flowers are selected at random, find the probability that at least one of the flowers is a rose.\r
\n" );
document.write( "\n" );
document.write( "Thank you very much \n" );
document.write( "
Algebra.Com's Answer #214972 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a large vase, there are 8 roses, 5 daisies, 12 lilies, and 9 orchids. If 4 flowers are selected at random, find the probability that at least one of the flowers is a rose. \n" ); document.write( "--- \n" ); document.write( "P(x>=1) = 1 - P(x=0) \n" ); document.write( "= 1 - [26C6/34C4] \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.3224 \n" ); document.write( "--- \n" ); document.write( "= 0.6776 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |