The problem is such that how to find expected value if variable y has the following distributn( kind of discrete)
$$p(y=0)=0.2$$ $$p(y=1)=0.3$$ $$p(y=2)=0.3$$ $$p(y>2)=0.2 $$
And for $y$ is $\textrm{Poisson}$ distributed, if $y>2$.
So i was confused by last term , i think we wouldnt consider cases when $y=3,4,5, \ldots$ so i am aware that it is possible to rewrite $p(y>2)$ as $1-p(y=1)-p(y=0)$ but then probabilities do not coincide. So how to find EY?

Let $X\sim Poi(\lambda)$. Then $P(X>2)=1-P(X=2)-P(X=1)-P(X=0)$.
$$ =1-e^{-\lambda}(\frac{\lambda^2}2+\lambda+1)=0.2$$
This equation cannot be solved algebraically. So use a calculator. Then
$$E(Y)=0\cdot 0.2+1\cdot 0.3+2\cdot 0.3+\sum_{x=3}^{\infty} x\cdot e^{-1.53504}\cdot \frac{1.53504^x}{x!}=1.597$$