(1) Define random variables to describe the problem:

Let XUnif[0,120] represent the arrival time of the plumber. Let YExp(145) represent the completion time of the sink fix.


(2) Compute E[X+Y]:

This represents the expected time the plumber finishes the job.

E[X+Y]=E[X]+E[Y]=60+45105

Thus, we expect the plumber to finish at 3:45.


(3) Compute the variance of the finish time:

Var[X+Y]=Var[X]+Var[Y]+2Cov[X,Y]=120212+1(145)23225 min2

As part of the problem interpretation, we assume that the time to fix a sink is independent of the starting time, so Cov[X,Y]=0.