I have the following problem I'm trying to solve:
I know that the quantity of complains in a call center is a Poisson variable with $\lambda=18 $ costumers/hour, and that the probability of being able to solve a complain is $0.35$. They ask me about the probability of having more than $50$ complaints without solution in $8$ hours.
I tried to solve it by obtaining a new Poisson process with $\lambda=0.35\times18$, which describes the quantity of complains unsolved in certain time.
So, to solve the problem I would have to find $F_x (x)$ and do this:
\begin{align} P(\text{more than 50 complaints in 8 hours}) &= 1 - P (\text{less than 50 complaints in 8 hours}) \\&= 1 - F_x(x) \end{align}
My problem is that I need to sum $50$ terms of this Poisson distribution in order to solve the problem (to find the $F_x(x)$, which is exhausting, and I quite doubt this is the objective of the problem).
I think the problem has more to do with using a Normal distribution to get some sort of approximation, but I don't know how many calls there will be (I can't find how many terms I should solve, if I think that the variables I'm adding are each one of the calls, that I can think as being Bernoulli Variables, each one with a probability of $0.35$ of being solved).
I'd appreciate any help. Thank you very much.