Question: Find the expected time to transmit the packet.
If $T$ is the random variable describing the time it takes for transmitting the packet, then $$T = \frac{L}{C}$$. And the probability that it takes t seconds to transmit the packet is $$P(T=t)=P(L= Ct) = \mu(1-\mu)^{Ct-1}$$
So I try this formula to get the expected time to transmit the packet. $$\sum_{t=0}^{\infty}tP(T=t) = \sum_{t=0}^{\infty}t\mu(1-\mu)^{Ct-1} = \frac{-\mu(1-\mu)^{C}}{(\mu-1)((1-\mu)^{C}-1)^2}$$ But the answer is $$E[T]=\frac{1}{\mu C}$$
What is wrong with my equation?
