SOLUTION: 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
Algebra ->
Probability-and-statistics
-> SOLUTION: 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
Log On
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? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
=============