SOLUTION: a river generates a spring flood about 40% of the time. Based on these records, what is the chance that it will flood for at least three years in a row sometime during the next fiv

Algebra ->  Probability-and-statistics -> SOLUTION: a river generates a spring flood about 40% of the time. Based on these records, what is the chance that it will flood for at least three years in a row sometime during the next fiv      Log On


   



Question 1183023: a river generates a spring flood about 40% of the time. Based on these records, what is the chance that it will flood for at least three years in a row sometime during the next five years?
could you give step by step explanation for solution> Could you do a tree diagram or table to explain?
Thank you so much

Answer by ikleyn(52835) About Me  (Show Source):
You can put this solution on YOUR website!
.

The way to present the events happening in each 5-year interval is to write the 5-letter string

like this, for example (N Y N N Y), which represents "No flood" in the years 1,3,4 and "Yes flood" in the years 2,5.



Then the events having flood in 3 years in a row of 5 years are these three events

    (Y Y Y N N),  (N Y Y Y N)  and  (N N Y Y Y)

The corresponding probabilities for each of these three events are  0.4%5E3%2A%281-0.4%29%5E2 = 0.4%5E3%2A0.6%5E2 = 0.02304.



Next, the events having flood in 4 years in a row of 5 years are these two events

    (Y Y Y Y N)  and  (N Y Y Y Y).

The corresponding probabilities for each of these two events are  0.4%5E4%2A%281-0.4%29%5E1 = 0.4%5E4%2A0.6 = 0.01536.



Finally, the event having flood in 5 years in a row of 5 years is this unique event

    (Y Y Y Y Y).

The corresponding probability for this unique event is  0.4%5E5 = 0.01024.



The ANSWER  is the sum of these probabilities taken with their multiplicities  


    P = 3*0.02304 + 2*0.01536 + 0.01024 = 0.11008.    A N S W E R

Solved and carefully explained.