Independent solution

How to solve this Limited Random Variables question

Setup

Setup

Let X be uniform on (0,5) and Y=min(X,4) the recorded replacement age. Values above 4 create a point mass at the cap.

XUnif(0,5)X\sim\operatorname{Unif}(0,5)
Y=min(X,4)Y=\min(X,4)

Model

Model

For each of the first two moments, integrate over X<4 and add the cap value, or its square, multiplied by P(X ≥ 4).

E[Y]=1504xdx+4Pr(X4)E[Y]=\frac15\int_0^4x\,dx+4\Pr(X\ge4)
E[Y2]=1504x2dx+16Pr(X4)E[Y^2]=\frac15\int_0^4x^2\,dx+16\Pr(X\ge4)

Compute

Compute

The capped first moment is 2.4 and the second raw moment is 112/15. Subtracting the squared mean gives variance 1.7066667.

E[Y]=2.4E[Y]=2.4
E[Y2]=11215=7.4666667E[Y^2]=\frac{112}{15}=7.4666667
Var(Y)=7.4666667(2.4)2=1.7066667\operatorname{Var}(Y)=7.4666667-(2.4)^2=1.7066667

Answer

Answer

The variance of the replacement age rounds to 1.7, which is choice C.

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