Question 581144
The probability of getting a red fruit candy from an assorted bag is 0.1.
There are 50 pieces of candy in a bag.
What is the probability that there are at least 4 pieces of red candy in the bag?
----
P(4<= x <=50) = 1 - binomcdf(50,0.1,3) = 0.7497
===========
Cheers,
Stan H.
=============