Let's denote the probability that it will rain k days a week. Since raining on particular day of the week doesn't depend on other days (events are independent), we can find this probability as
because we have k days when it will rain (with probability 0.15) and 7-k days with no rain( with probability 0.85). Binomial coefficient is here because there can be permutations. For example, when we count on what 3 days exactly there will be rain, we can choose those days in C(7,3) ways. Then the condition "it will rain no more than 3 days" can be written as
Answer: 0.9886
Comments