Independent solution

How to solve this Uniform Distribution question

Setup

Setup

Let X denote the loss and m the benefit limit. Express the limited payment by subtracting the amount by which the limit exceeds a smaller loss.

Y=min(X,m)=m(mX)+Y=\min(X,m)=m-(m-X)_+
XUniform(10,60)X\sim\operatorname{Uniform}(10,60)

Model

Model

For a limit inside the support, the expected shortfall below m is the area of a triangle under the uniform density.

E[(mX)+]=10m(mx)150dx\operatorname{E}[(m-X)_+]=\int_{10}^{m}(m-x)\frac{1}{50}\,dx
E[(mX)+]=(m10)2100\operatorname{E}[(m-X)_+]=\frac{(m-10)^2}{100}

Compute

Compute

Set the expected limited payment equal to the supplied value and solve the resulting quadratic.

m(m10)2100=31m-\frac{(m-10)^2}{100}=31
m2120m+3200=0m^2-120m+3200=0
m{40,80}m\in\{40,80\}

Answer

Answer

Only 40 lies within the loss support and can be the stated maximum benefit.

40(C)\boxed{40\quad\text{(C)}}