SOLUTION: The probability that a certain kind of flower seed will germinate is 0.8.
If 200 seeds are planted, what is the probability that fewer than 150 will germinate? at least 150 will
Algebra ->
Probability-and-statistics
-> SOLUTION: The probability that a certain kind of flower seed will germinate is 0.8.
If 200 seeds are planted, what is the probability that fewer than 150 will germinate? at least 150 will
Log On
Question 812737: The probability that a certain kind of flower seed will germinate is 0.8.
If 200 seeds are planted, what is the probability that fewer than 150 will germinate? at least 150 will germinate? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The probability that a certain kind of flower seed will germinate is 0.8.
If 200 seeds are planted,
------------------------
what is the probability that fewer than 150 will germinate?
Ans: P(0<= x < 150) = binomcdf(200,0.8,149) = 0.0345
======================
at least 150 will germinate?
Ans: P(150<= x <= 200) = 1 - "answer from above" = 0.9655
------
Cheers,
Stan H.
==============