I'm working through a practice exam and I'm having a bit of trouble with question 1b. and 2. The exam is at Linky.
1) Suppose that a room is illuminated by two light bulbs, $A$ and $B$. The lifetimes, $L_A$, and $L_B$ of the two bulbs are independent exponential random variables each with mean 2000 hours.
(a) If the bulbs are both switched on at time 0 what is the mean time that the room will stay illuminated if neither bulb is replaced after it burns out. Hint: You need to find the density of the random variable $L=\max \{L_A,L_B\}$ and then do an appropriate integral to find $\Bbb E(L)$.
(b) Suppose that when either of the bulbs burns out a signal is sent to the maintenance crew that one of the lights burned out. The maintenance crew then schedules the burnt out bulb for replacement within some interval of time $T$. What is the longest this time T can be to still insure that with probability .001 the burnt out bulb is replaced before the second bulb burns out (only 1 in a 1000 times will the room go dark before the bulb is replaced). Hint: Condition on the events $(L_A<L_B)$ and $(L_B <L_A)$.
For 1b. I figured the PDF to be $P(\max(L_A,L_B)<a)=P(L_B<a)P(L_A<a)$ because the two random variables are independent. Because they are exponential, this became $(1-e^{-\lambda a})^2$. Now I took the derivative to find $\rho_{L_A,L_B}(a)=2\lambda e^{-\lambda a}-2\lambda e^{-2\lambda a}$. Then I took the integral from 1 to $\infty$ to find $E(L)=3000$ hours. Is this part correct?
I'm not sure where to begin with 1b. Do I have to use the density function found in #1?