SOLUTION: please help me solve this probability question! "if 83% of seeds will sprout and 10 are selected at random, what is the probability that at least 8 will sprout"
Algebra ->
Probability-and-statistics
-> SOLUTION: please help me solve this probability question! "if 83% of seeds will sprout and 10 are selected at random, what is the probability that at least 8 will sprout"
Log On
Question 535317: please help me solve this probability question! "if 83% of seeds will sprout and 10 are selected at random, what is the probability that at least 8 will sprout" Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! "if 83% of seeds will sprout and 10 are selected at random, what is the probability that at least 8 will sprout"
----
Binomial Problem with n = 10 and p(sprout) = 0.83
----
P(8<= x <=10) = 1 - binomcdf(10,0.83,7) = 0.7659
=========================
Cheers,
Stan H.
=========================