SOLUTION: Question 17:
Thirty-five rose bushes are available from a nursery containing 16 red bushes, 11 yellow bushes, and 8 white bushes. 10 rose bushes are randomly chosen for replacemen
Algebra ->
Probability-and-statistics
-> SOLUTION: Question 17:
Thirty-five rose bushes are available from a nursery containing 16 red bushes, 11 yellow bushes, and 8 white bushes. 10 rose bushes are randomly chosen for replacemen
Log On
Question 1206347: Question 17:
Thirty-five rose bushes are available from a nursery containing 16 red bushes, 11 yellow bushes, and 8 white bushes. 10 rose bushes are randomly chosen for replacement. What is the probability that no more than 8 red bushes are selected?
0.9949
0.9696
0.9996
0.0801
You can put this solution on YOUR website! .
Thirty-five rose bushes are available from a nursery containing 16 red bushes,
11 yellow bushes, and 8 white bushes. 10 rose bushes are randomly chosen with replacement. What is the probability that no more than 8 red bushes are selected?
0.9949
0.9696
0.9996
0.0801
~~~~~~~~~~~~~~~~~~
This experiment is with replacement, which means that the initial conditions
are the same when selecting each next rose.
It implies that we have a binomial distribution probability, where the output
at each trial/step is independent of other trials/steps.
So, use the standard binomial distribution function for cumulative probability
P = P(n, k <= 8, p).
Here n is the total number of trials n=10; p = = = 0.457142857
is the probability of selecting one of 16 particular items from the set of 35 items.
Use any of available methods of calculating this probability (regular calculator standard function
binomcdf, or the Excel standard function BINOM.DIST in cumulative mode, or an online
free of charge calculator https://stattrek.com/online-calculator/binomial.aspx
The answer is P = 0.9949 (rounded).
Solved.
------------------
The key moment in the solution is to get that it is a binomial experiment.
The rest is just a mechanical exercise.