One hundred items are simultaneously put on a life test. Suppose the lifetimes of the individual items are independent exponential random variables with mean $200$ hours. The test will end when there have been a total of $5$ failures. If T is the time at which the test ends, find $E[T]$ and $Var(T)$.
I'm stuck in this exercise.
If $T$ is the time at which test ends, then $T$ is the time of fifth failure, suppose $T_i$ for $i=1,2,3,4,5$ are the times that the five failures occurred, how I can find the distribution of each $T_i$?
In a previous exercise I saw that the failure rate is $$r(t)=\frac{f(t)}{1-F(t)}$$ this means that failure time is a exponential random variable with parameter $r(t)$?
EDIT: The answer of @Did in this post rate parameter seems to have a relationship with what I'm asking, the failure time has no distribution?