Independent solution

How to solve this Convolution question

Setup

Setup

Condition on the first week's count n. For a total of seven, the second week's count must be 7-n, with n ranging from 0 through 7.

Pr(N1+N2=7)=n=07Pr(N1=n)Pr(N2=7n)\Pr(N_1+N_2=7)=\sum_{n=0}^{7}\Pr(N_1=n)\Pr(N_2=7-n)

Model

Model

Independence gives a discrete convolution. Under the supplied mass function, every one of the eight feasible split probabilities simplifies to 2 to the power -9.

Pr(N1=n)Pr(N2=7n)=2(n+1)2(8n)=29\Pr(N_1=n)\Pr(N_2=7-n)=2^{-(n+1)}2^{-(8-n)}=2^{-9}

Compute

Compute

Summing the eight equal convolution terms gives 8 × 2 to the power -9, or 2 to the power -6.

Pr(N1+N2=7)=829=26\Pr(N_1+N_2=7)=8\cdot2^{-9}=2^{-6}

Answer

Answer

Therefore the probability of seven claims in total is 1/64, corresponding to choice D.

164(D)\boxed{\frac1{64}\quad\text{(D)}}