Independent solution

How to solve this Deductibles question

Setup

Setup

For a Uniform(0,20000) loss, apply the 5000 deductible to form the payment Y and calculate its first two moments.

XUnif(0,20000)X\sim\operatorname{Unif}(0,20000)
Y=(X5000)+Y=(X-5000)_+

Model

Model

The single-payment mean is 5625 and variance is 24,609,375. Independence determines the mean and standard deviation of the 200-payment aggregate.

E[Y]=5625E[Y]=5625
E[Y2]=56250000E[Y^2]=56250000
Var(Y)=24609375\operatorname{Var}(Y)=24609375

Compute

Compute

The aggregate bounds standardize to -1.7817 and 1.0690. The normal cumulative-probability difference between them is 0.8201.

E[S]=1125000,SD(S)=200(24609375)=70156.1E[S]=1125000,\quad\operatorname{SD}(S)=\sqrt{200(24609375)}=70156.1
zL=1.7817,zU=1.0690z_L=-1.7817,\quad z_U=1.0690
Φ(1.0690)Φ(1.7817)=0.8201\Phi(1.0690)-\Phi(-1.7817)=0.8201

Answer

Answer

The approximate interval probability is 0.8201, corresponding to choice D.

0.8201(D)\boxed{0.8201\quad\text{(D)}}