Consider a random variable X ~ Poisson (1). Namely, $P(x=k) = \frac{e^{-1}}{k!}$ , k=0,1,2,...
I'm trying to solve for $\mathbb{E}\{X|X\geq 1\}$.
My approach:
Given that $X\geq1$ then we know that at least one person has arrived (using arrival / no arrival terminology). Using the fact that Poisson is memoryless then $\mathbb{E}\{X\}=\mathbb{E}\{Y+1\}$ where $Y$ has the same distribution as above Poisson distribution. The solution afterwards is really simple.
Is that approach correct?