SOLUTION: The probability that a certain kind of flower seed will germinate is 0.90. (a) If 205 seeds are planted, what is the probability that fewer than 177 will germinate? (Round

Algebra ->  Probability-and-statistics -> SOLUTION: The probability that a certain kind of flower seed will germinate is 0.90. (a) If 205 seeds are planted, what is the probability that fewer than 177 will germinate? (Round      Log On


   



Question 1097190: The probability that a certain kind of flower seed will germinate is 0.90.

(a)
If 205 seeds are planted, what is the probability that fewer than 177 will germinate? (Round standard deviation and your final answer to 4 decimal places.)

Probability
.0409


(b) What is the probability that at least 177 will germinate? (Round standard deviation and your final answer to 4 decimal places.)

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The probability that a certain kind of flower seed will germinate is 0.90.

(a) If 205 seeds are planted, what is the probability that fewer than 177 will germinate? (Round standard deviation and your final answer to 4 decimal places.)
Ans:: P(x < 177) = binomcdf(205,0.9,177) = 0.0563
----------------------

(b) What is the probability that at least 177 will germinate? (Round standard deviation and your final answer to 4 decimal places.)
Ans:: P(x >= 177) = 1-0.0563
-----------------------
Cheers,
Stan H.
--------------