Independent solution

How to solve this Deductibles question

Setup

Setup

For a loss uniform from 0 to 1500, the payment is the amount above the 250 deductible, with zero paid below it. Its standard deviation requires the first two raw moments.

XUnif(0,1500)X\sim\operatorname{Unif}(0,1500)
Y=(X250)+Y=(X-250)_+

Model

Model

Integrate the first and second powers of the excess x-250 over losses above the deductible, retaining the zero-payment mass implicitly.

E[Y]=115002501500(x250)dxE[Y]=\frac1{1500}\int_{250}^{1500}(x-250)\,dx
E[Y2]=115002501500(x250)2dxE[Y^2]=\frac1{1500}\int_{250}^{1500}(x-250)^2\,dx

Compute

Compute

The payment's first moment is 520.8333 and its second raw moment is 434027.7778. Centering the second moment and taking the square root gives 403.4358.

E[Y]=520.8333E[Y]=520.8333
E[Y2]=434027.7778E[Y^2]=434027.7778
SD(Y)=E[Y2]E[Y]2=403.4358\operatorname{SD}(Y)=\sqrt{E[Y^2]-E[Y]^2}=403.4358

Answer

Answer

The payment standard deviation rounds to 403, which is choice B.

403(B)\boxed{403\quad\text{(B)}}