Question 807361
10 percent of M&M candies are blue. If a sample of 20 M&Ms are randomly selected find: 
P(it will be more than 15 blue candies)
 -----
Binomial Problem with n = 20 and P(blue) = 0.1
------
P(16<= x <=20) = 1-p(0<= x <=15) = 1 - binomcdf(20,0.1,15) = 0 to 8 decimal places
===============
Cheers,
Stan H.
================