1) Using the definition of expectation:
For a random variable \( X \) with a Poisson distribution, the expected value is given by:
\[
E \left( \frac{1}{X+1} \mid X>0 \right) = \frac{\sum_{x=1}^{\infty} \frac{1}{x+1} P(X=x)}{P(X>0)}
\]
Since \( X \sim \text{Poisson}(\lambda) \), the probability mass function (PMF) is:
\[
P(X=x) = \frac{\lambda^x e^{-\lambda}}{x!}
\]
Thus, the sum becomes:
\[
E \left( \frac{1}{X+1} \mid X>0 \right) = \frac{\sum_{x=1}^{\infty} \frac{1}{x+1} \frac{\lambda^x e^{-\lambda}}{x!}}{1 - e^{-\lambda}}
\]
2) Simplifying the sum:
The sum can be evaluated using known series expansions, and simplifying yields the correct result:
\[
E \left( \frac{1}{X+1} \mid X>0 \right) = \frac{1 - e^{-\lambda} - \lambda e^{-\lambda}}{\lambda (1 - e^{-\lambda})}
\]