Suppose the time between independent incoming calls to a call center is well modeled by an exponential distribution having $\lambda = 0.025$. Let $T_i$ be the time between the $i$th and the $(i-1)$st call, and define $S_k = \sum^k_{i=1} T_i$. What are:
(a) The moment generating function of $T_4$?
(b) The moment generating function of $S_6$?
(c) $E[S_6]$?
I did (a) by solving $E(e^{tX}) = \int^\infty_00.025e^{tx}e^{-0.025x}dx$ and got that the mgf of $T_4 = \frac{0.025}{0.025-t}$, defined for $t<0.025$.
I'm not quite sure how to solve (b), but I think that since all $T_i$ are independent, then the mgf of $S_6$ should be the product of all the individual mgf of $T_1,T_2,...,T_6$. Since the mgf of all $T_i$ should be the same, then should the mgf of $S_6 = {(\frac{0.025}{0.025-t})}^6$?
And for (c), I should just find the first moment of $S_6$ right?