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.

qk=Pr(kT<k+1)q_k=\Pr(k\le T<k+1)
q2+q3=0.20, q3+q4=0.34, q4+q5=0.42q_2+q_3=0.20,\ q_3+q_4=0.34,\ q_4+q_5=0.42
q5+q6=0.38, q6+q7=0.28q_5+q_6=0.38,\ q_6+q_7=0.28

Model

Model

Take an alternating sum of the five observed window probabilities. Each interior bin appears once with each sign and cancels.

(q2+q3)(q3+q4)+(q4+q5)(q5+q6)+(q6+q7)=q2+q7(q_2+q_3)-(q_3+q_4)+(q_4+q_5)-(q_5+q_6)+(q_6+q_7)=q_2+q_7

Compute

Compute

Insert the five reported probabilities in the same alternating order.

q2+q7=0.200.34+0.420.38+0.28q_2+q_7=0.20-0.34+0.42-0.38+0.28
q2+q7=0.18q_2+q_7=0.18

Answer

Answer

The two disjoint edge intervals together contain 18 percent of the calls.

18%(B)\boxed{18\%\quad\text{(B)}}