Question 1194910
The probability that 10 will arrive, given a Poisson distribution with parameter 10 is 
e^(-10)*10^10/10!=0.1251

The probability of 10 or fewer is 0.5830 ((poissoncdf function looking at interval [0, 10]
So the probability of having more than this with significant waiting is the complement, or 0.4170.