How many customers do I need to reach X purchases / second?

58 Views Asked by At

So I'm trying to answer this question:

Every customer has an average of a purchase every 10 minutes. That equals 1/600 purchases per second.

My question is: How many customers do I need in order to have a 1% chance of having 30 purchases per second?

I think that I should use poisson here, but kind of like 'reverse' poisson where I know the P(X) and I need to find out the mean. After that I just divide the mean by 1/600 and I get the number of customers. Is that approach correct?

1

There are 1 best solutions below

1
On BEST ANSWER

Hints:

For each number of customers, you'll have a different poisson distribution. The rate of that distribution will be proportional to the number of customers.

Solve the following equation for N:

$P(Poisson(N/600) > 30) > 1\%$