Independent solution

How to solve this Uniform Distribution question

Setup

Setup

The unreimbursed portion is the loss capped at the deductible. If b were at most 180, its mean would be b/2=144, forcing b=288 and contradicting that assumption; hence b exceeds 180.

U=min(X,180),XUniform(0,b)U=\min(X,180),\qquad X\sim\operatorname{Uniform}(0,b)
b180  E[U]=b2=144  b=288(contradiction)b\le180\ \Longrightarrow\ E[U]=\frac b2=144\ \Longrightarrow\ b=288\quad\text{(contradiction)}

Model

Model

Use the survival-integral identity for a nonnegative limited variable.

E[U]=0180Pr(X>x)dxE[U]=\int_0^{180}\Pr(X>x)\,dx
Pr(X>x)=1xb(0x180)\Pr(X>x)=1-\frac{x}{b}\quad(0\le x\le180)

Compute

Compute

Integrate the linear survival function and solve for the endpoint.

144=0180(1xb)dx=18018022b144=\int_0^{180}\left(1-\frac{x}{b}\right)dx=180-\frac{180^2}{2b}
b=1620036=450b=\frac{16200}{36}=450

Answer

Answer

The upper endpoint of the loss distribution is 450.

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