Independent solution

How to solve this Exponential Distribution question

Setup

Setup

The lifetime distribution is exponential with mean two, so its cumulative distribution gives the probability of failure by each warranty boundary.

F(t)=1et/2F(t)=1-e^{-t/2}

Model

Model

A first-year failure receives the full refund, while a failure during the second year receives half. These disjoint payment layers must be weighted separately.

E[R]=200F(1)+100(F(2)F(1))E[R]=200F(1)+100(F(2)-F(1))

Compute

Compute

Multiplying the expected refund per printer by 100 gives 10,255.90, which rounds to 10,256.

100E[R]=20000(1e1/2)+10000(e1/2e1)=10255.90100E[R]=20000(1-e^{-1/2})+10000(e^{-1/2}-e^{-1})=10255.90

Answer

Answer

The expected refund for 100 printers is approximately 10,256, selecting choice D.

10,256(D)\boxed{10{,}256\quad\text{(D)}}