Solving an exercise I found myself with this problem: the solution $c$ needs to verify both $$\sum_{k=1}^c n\lambda^k\frac{e^{-n\lambda}}{k!}\leq \alpha$$ and $$1-\sum_{k=1}^{c} n\lambda^k\frac{e^{-n\lambda}}{k!}\geq \alpha$$
The values $n,\lambda,\alpha$ are known. Can an equation like this be solved for $c$?