If the probability that it doesn't rain on a given day is .25, what is the probability that it doesn't rain 2 days in a row during a 5-day period?
The answer is 0.7998! I need to know how to arrive at this answer.
Answers
The Provided answer is incorrect: the actual answer is .
We will use recursion and complementary counting. Let be the probability that after days, it has never failed to rain twice in a row, and on day , it did not rain. Likewise, let be the probability that after days, it has never failed to rain two days in a row, and on day , it did rain. We will compute , which is the probability that it never doesn't rain twice in a row. Then, we subtract that from one to find the probability that it does fail to rain twice in a row.
We write formulas for and . If it did not rain yesterday, it must rain today for our condition to hold, while if it did rain yesterday, it can either rain or not rain. Hence, we have:
Additionally, we clearly have that and . We compute the values of and below:
Hence, . We therefore have that there is a chance that it never fails to rain twice in a row, so there is a chance that it does fail to rain twice in a row at some point.