Independent solution

How to solve this Uniform Distribution question

Answer in brief

This is an inverse limited-expected-value problem for a uniform loss. Equating m-m^2/4000 to 910 gives candidate roots 1400 and 2600, and only 1400 lies within the loss support, so choice C is correct.

Setup

Setup

Let X be the uniform loss and let Y be the payment limited to the unknown maximum.

XUniform(0,2000)X\sim\operatorname{Uniform}(0,2000)
Y=min(X,m)Y=\min(X,m)

Model

Model

Split the expectation between losses below the maximum and losses that reach the maximum.

E[Y]=0mx2000dx+mPr(X>m)\operatorname{E}[Y]=\int_0^m\frac{x}{2000}\,dx+m\Pr(X>m)
E[Y]=m24000+m(1m2000)=mm24000\operatorname{E}[Y]=\frac{m^2}{4000}+m\left(1-\frac{m}{2000}\right)=m-\frac{m^2}{4000}

Compute

Compute

Set the limited expectation equal to the supplied value and solve the quadratic.

mm24000=910m-\frac{m^2}{4000}=910
m24000m+3640000=0m^2-4000m+3640000=0
m=1400 or 2600m=1400\ \text{or}\ 2600

Answer

Answer

A policy maximum above 2000 would be outside the stated loss range, leaving 1400 as the admissible solution.

m=1400(C)\boxed{m=1400\quad\text{(C)}}