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. 
----------------
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.
------------