Difficulty: Easy
Correct Answer: 0.487
Explanation:
Introduction / Context:
Return period T relates to annual exceedance probability p by p = 1/T, assuming independence year to year. Hydrologists often need the probability of at least one exceedance over multiple future years for risk-informed design and communication.
Given Data / Assumptions:
Concept / Approach:
The probability of no exceedance in one year is (1 − p). Over n years, P(no exceedance) = (1 − p)^n. Therefore, P(at least one exceedance) = 1 − (1 − p)^n.
Step-by-Step Solution:
Verification / Alternative check:
Binomial distribution with parameters (n = 5, p = 0.125); summing probabilities of k ≥ 1 exceedances reproduces 1 − (1 − p)^n.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing return period with a guarantee of occurrence exactly once every T years; forgetting independence assumption when applying the formula.
Final Answer:
0.487
Discussion & Comments