suppose we have three independent Poisson random variables $X_1$ and $X_2$ and $X_3$ with the same $\lambda$. We want to have the expected time we need to wait so all of three of them be more than zero ($ X_1, X_2, X_3 > 0 $). What is the solution?
$T^k_x$ = the random variable of wait time to see the kth event on random variable X
P.S: I did this: $P(T^1_{X_1} > t) = e^{-\lambda t}$ and three of them are the same and independent so $P(T^1_{all} > t) = P(T^1_{X_1} > t) \times P(T^2_{X_1} > t) \times P(T^3_{X_1} > t) = e^{-\lambda t} \times e^{-\lambda t} \times e^{-\lambda t} = e^{-3\lambda t}$ but the problem is expected of this is $\frac{1}{3\lambda}$ wich is lower than $\frac{1}{\lambda}$ so it is wrong! the expected time to have all three > 0 must be bigger that just one > 0. What is my mistake?
thanks in advance.