document.write( "Question 1206346: Thirty-five rose bushes are available from a nursery containing 16 red bushes, 11 yellow bushes, and 8 white bushes. If 10 rose bushes are randomly chosen with replacement, then what is the probability that at least 2 of the bushes are white?\r
\n" ); document.write( "\n" ); document.write( " 0.2949
\n" ); document.write( " 0.5906
\n" ); document.write( " 0.7042
\n" ); document.write( " 0.8236\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #843732 by ikleyn(52794)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Thirty-five rose bushes are available from a nursery containing 16 red bushes, 11 yellow bushes, and 8 white bushes.
\n" ); document.write( "If 10 rose bushes are randomly chosen with replacement, then what is the probability that at least 2 of the bushes are white?
\n" ); document.write( "0.2949
\n" ); document.write( "0.5906
\n" ); document.write( "0.7042
\n" ); document.write( "0.8236
\n" ); document.write( "~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "This experiment is with replacement, which means that the initial conditions\r\n" );
document.write( "are the same when selecting each next rose.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It implies that we have a binomial distribution probability, where the output\r\n" );
document.write( "at each trial/step is independent of other trials/steps.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, use the standard binomial distribution function for cumulative probability\r\n" );
document.write( "\r\n" );
document.write( "    P = P(n, k >= 2, p).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Here n is the total number of trials n=10; p = \"8%2F%2816%2B11%2B8%29\" = \"8%2F35\" = 0.228571429\r\n" );
document.write( "is the probability of selecting one of 8 particular items from the set of 35 items.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Use any of available methods of calculating this probability (regular calculator standard function\r\n" );
document.write( "binomcdf, or the Excel standard function BINOM.DIST in cumulative mode, or an online\r\n" );
document.write( "free of charge calculator https://stattrek.com/online-calculator/binomial.aspx\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The answer is  P = 0.7042  (rounded).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The key moment in the solution is to get that it is a binomial experiment.
\n" ); document.write( "The rest is just a mechanical exercise.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );