Tom K. answered 09/30/21
Knowledgeable and Friendly Math and Statistics Tutor
6/(22/10) = 60/22 = 30/11 = 2 8/11 = 2.7273
P(sixth purchase between 2.27 and 3.18 minutes) = P(5 or less purchases in 2.27 minutes) - P(5 or less purchases in 3.18 minutes) = P(X <= 5; λ = 2.27 * 22/10) - P(X <= 5; λ = 3.18 * 22/10)
Your calculator may be able to give you this. In Excel, poisson.dist(5,2.27*22/10,1) - poisson.dist(5,3.18*22/10,1) = .3158