SOLUTION: Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabi
Algebra ->
Probability-and-statistics
-> SOLUTION: Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabi
Log On
Question 954992: Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabilities. Give your answer correct to four decimal places.) Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Of all the trees planted by a landscaping firm, 35% survive. What is the probability that 8 or more of the 10 trees they just planted will survive? (Use a table of binomial probabilities.
----------------
Binomial Problem with n = 10 and p(survive) = 0.35
-------
P(8<= x <=10) = 1 - P(0<= x <=7) = 1 - binomcdf(10,0.35,7) = 0.0048
--------------
Cheers,
Stan H.
------------