SOLUTION: Probability question Given that we have a probabilty of rain on any given day of 0.2 what is the probability that over the course of the week, it rains on exactly two days?
Algebra ->
Probability-and-statistics
-> SOLUTION: Probability question Given that we have a probabilty of rain on any given day of 0.2 what is the probability that over the course of the week, it rains on exactly two days?
Log On
Question 678729: Probability question Given that we have a probabilty of rain on any given day of 0.2 what is the probability that over the course of the week, it rains on exactly two days? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Probability question Given that we have a probabilty of rain on any given day of 0.2 what is the probability that over the course of the week, it rains on exactly two days?
-------
Binomial Problem with n = 7 ; p(rain) = 0.7 ; p(no rain) = 0.3
-----
P(x = 2) = 7C2*0.7^2*0.3*5 = binompdf(7,0.3,2) = 0.3177
==============
Cheers,
Stan H.
==============