Let $X$ be a random variable with a Poisson distribution, such that $P(X>2) = 0.3$. Find $P(X<2)$.
This is bunched in with some easy Poisson questions in the textbook. I don't see how to answer this easily though.
$ e^{-\lambda} + e^{-\lambda}\lambda + \frac{e^{-\lambda}\lambda^2}{2} = 0.7,\ $ but I don't see where to go from here without going into numerical methods, which is definitely not what they want...
I suppose that graphing you noticed that the solution is close to $\lambda=2$.
On the other hand, you can rewrite the equation as $$e^\lambda=\frac{5}{7} \left(\lambda ^2+2 \lambda +2\right)$$ Make $\lambda=x+2$ to face $$e^2\, e^x=\frac{5}{7} \left(x^2+6 x+10\right)$$ Since $x$ is small rewrite it as $$e^2 \left(1+x+\frac{x^2}{2}+O\left(x^3\right)\right)=\frac{5}{7} \left(x^2+6 x+10\right)$$ Ignoring the higher order terms, you face a quadratic equation in $x$ $$\left(14 e^2-100\right)+\left(14 e^2-60\right) x+\left(7 e^2-10\right) x^2=0$$ and the approximate solution is then $$x=\frac{60-14 e^2+\sqrt{-400+1680 e^2-196 e^4}}{14 e^2-20}\approx -0.0865227$$ which implies $\lambda \approx 1.913473$