Independent solution
How to solve this Disjoint Events question
Answer in brief
This is a cancellation problem involving five overlapping two-unit intervals. Alternating their probabilities cancels every interior one-unit bin and leaves the two requested edge bins, whose combined probability is 0.18, so choice B is correct.
Setup
Setup
Let q_k be the probability of a duration in the one-unit interval beginning at k, for k from two through seven.
Model
Model
Take an alternating sum of the five observed window probabilities. Each interior bin appears once with each sign and cancels.
Compute
Compute
Insert the five reported probabilities in the same alternating order.
Answer
Answer
The two disjoint edge intervals together contain 18 percent of the calls.