One hundred items are simultaneously put on a life test. Suppose the life times 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).
Solution: Let $T_i$ be the time between the $i-1$th and $i$th failures. $E(T) = \sum^5_{i=1} T_i = \sum^5_{i=1} \frac{200}{101-i}$. I don't understand how to arrive at this solution. Can someone explain?