Let's say that babies in a hospital are delivered according to a Poisson distribution, where on average 1 baby is delivered every hour.
Question 1: What is the probability that at least 1 baby is delivered per hour?
It is 1 - P(X = 0) for $\lambda = 1$, i.e. $1 - e^{-1} = 63\%$.
Question 2: What is the probability that at least 2 babies are delivered per 2 hours?
It is 1 - P(X = 0) - P(X = 1) for $\lambda = 2$, i.e. $1 - e^{-2} - 2e^{-2} = 59\%$.
To simplify the calculation of the question 2, let's combine 2 babies into one superbaby. We could then ask a question which seems (to me) to be identical to question 2:
Question 3: What is the probability that at least 1 superbaby is delivered per 2 hours?
It is 1 - P(X = 0) for $\lambda = 1$, i.e. $1 - e^{-1} = 63\%$.
Here's what I don't understand: if a superbaby is simply 2 babies,
Why is the probability that 1 superbaby is delivered per 2 hours not equal to the probability that 2 babies are delivered per 2 hours?
My intuition tells me it has something to do with the assumption that events which follow a Poisson distribution are independent, but that's just a guess.
Intuitively, it is because in the 2 case you can have a half-superbaby but it 2a you cannot. Let's extend this and ask what is the chance that less than 1000 babies are born in 1000 seconds? As $\lambda$ gets large, the Poisson distribution becomes a normal distribution with mean $\lambda$ and standard deviation $\sqrt \lambda$. It is a nice exercise to prove this. In our 1000 case, you are asking whether there are more or less than the expected number born, and should expect the answer to be that the chances are $1/2$ each way.
At the other extreme, $\lambda$ is not limited to integers. If $\lambda=0.001$, the chance that the number of events is less than $\lambda$ is (slightly greater than) $0.999$