Given: On the average, 10 calls were received in an hour
I can solve the first two probabilities whereas:
The probability that a call will be received after 8 minutes is $$e^{\mu t} = e^{-10\frac{8}{60}} $$ is 0.2636 and,
The probability that a call will be received within 7 minutes is $$1-e^{-\mu t} = 1-e^{-10\frac{7}{60}} $$ is 0.6886.
How do I solve the probability that a call will be received between 6 to 10 minutes? Is it $[1-e^{-10\frac{10}{60}}] - [e^{-10\frac{6}{60}}] = 0.4432$?