Suppose a system consists of five components that work independently. Suppose the lifetime of each component is exponentially distributed with a mean lifetime of half a year.
Let $T$ be the time when the second failure occurs. What is the pdf of $T$?
Apparently, $T$ is a random variable and I'm not sure how to tackle this problem. I am mainly stuck with how to relate the expenontial distribution of the components with $T$. Do I just need to compute
$$P(C_1 < t, C_2 <t, \dotsc, C_5 < t)?$$
Here $C_i$'s are the $i$-th component's lifetime.
A hint would be appreciate it.
Sketch for a solution: we have two possible scenarios. In the first one we can assume that the system halts when one of it components broke, and in the second that it doesn't.
The first scenario is simpler, in this case we can represent the time to halt as $H:=\min_j C_j$ and the exercise ask for the pdf of $H_1+H_2$, where the $H_k$ are independent and identically distributed with the same distribution each one as of $H$.
By the other hand if we order the $C_j$ components from shorter to longer lifetimes then the second scenario asks for the pdf of the second order statistic of the $C_j$.