Let X be a random variable with a Poisson distribution, such that $P(X>2)=0.3$ find $P(X<2)$.
My initial thought when seeing this problem was to use the definition of $P(X=x)$ for the Poisson distribution, however this led to an equation that I couldn’t solve (I believe there are only solutions through numerical methods). My second method is detailed below:
$P(X>2)=1-P(X<2)-P(X=2)=0.3$
Hence, $P(X<2)=0.7-P(X=2$ This led me to a dead-end as I do not know an expression for $P(X=2).$
Any ideas on how to do this problem?
You know $$ \sum_{k=0}^\infty \frac{\lambda^k\exp(-\lambda)}{k!}=1. $$ So $$ Pr(X>2)=\sum_{k=3}^\infty \frac{\lambda^k\exp(-\lambda)}{k!}=1-\frac{\lambda^0\exp(-\lambda)}{0!} - \frac{\lambda^1\exp(-\lambda)}{1!}-\frac{\lambda^2\exp(-\lambda)}{2!} $$ $$ = \frac{1}{2}\exp(-\lambda)(-\lambda^2-2\lambda+2\exp(\lambda)-2)=0.3. $$ WolframAlpha says that this equality holds for $\lambda \approx 1.91378$. Plug that value into the Poisson p.m.f. and you'll get your answer.