Question

On the average 10 customers arrive each half-an-hour at the checkout counter at a local retail...

On the average 10 customers arrive each half-an-hour at the checkout counter at a local retail store.

Part A: Prepare the probability distribution table in Excel. What is the probability that no more than 7 customers arrive at the checkout counter in 30 min.?

Part B: Prepare the probability distribution table in Excel. What is the probability that no less than 3 customers arrive at the checkout counter in 18 min.?

Part C: Prepare the probability distribution table in Excel. What is the probability that at least 4 but less than 10 customers arrive at the checkout counter in 22.5 min.?

Please use Excel and show formulas used.

Homework Answers

Answer #1

a) for 30 minutes expected customers =10

hence  probability that no more than 7 customers arrive at the checkout counter in 30 min =P(X<=7)

=poisson(7,10,true) =0.2202

b)

probability that no less than 3 customers arrive at the checkout counter in 18 min =P(X>=3)

=1-P(X<=2)=1-poisson(2,10*18/30,true)=0.9380

c)

probability that at least 4 but less than 10 customers arrive at the checkout counter in 22.5 min

=P(4<=X<10)=poisson(9,10*22.5/30,true)-poisson(3,10*22.5/30,true) =0.7173

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Customer arrivals at a checkout counter in a department store are, on average, 8 per hour....
Customer arrivals at a checkout counter in a department store are, on average, 8 per hour. For a given hour find the probability that at least 2 customers arrive. Suppose that the number of customers arrive during each hour is measured continuously for 6 hours. What is the probability that out of those 6 hours, there are at least 2 hours with more than 2 customers arrive? State the appropriate distributions for both questions.
The local bagel shop gets on average 10 customers per hour on weekday mornings.  What is the...
The local bagel shop gets on average 10 customers per hour on weekday mornings.  What is the probability 4 customers arrive in an hour? The local bagel shop gets on average 10 customers per hour on weekday mornings.    What is the probability less than 3 customers arrive in a half hour?
Pete's Market is a small local grocery store with only one checkout counter. Assume that shoppers...
Pete's Market is a small local grocery store with only one checkout counter. Assume that shoppers arrive at the checkout lane according to a Poisson probability distribution, with an arrival rate of 15 customers per hour. The checkout service times follow an exponential probability distribution, with a service rate of 25 customers per hour. The manager’s service goal is to limit the waiting time prior to beginning the checkout process to no more than five minutes. Also the manager of...
Customers arrive at a supermarket check-out counter with an average arrival rate of 9 customers per...
Customers arrive at a supermarket check-out counter with an average arrival rate of 9 customers per hour. Answer questions 8–10 using the preceding information and modeling this situation as a Poisson distribution. 8. What is the probability of less than 5 customers arriving at the supermarket check-out counter in a given 1-hour period? a) 0.054 b) 0.446 c) 0.359 d) 0.612 9. What is the probability of exactly 12 customers arriving at the supermarket check-out counter in a given 1-hour...
Customers arrive to the checkout counter of a convenience store according to a Poisson process at...
Customers arrive to the checkout counter of a convenience store according to a Poisson process at a rate of two per minute. Find the mean, variance, and the probability density function of the waiting time between the opening of the counter and the following events: A) What is the probability that the third customer arrives within 6 minutes? You can use a computer if you’d like but you need to write down the integral with all of the numbers plugged...
A grocery store counts the number of customers who arrive during an hour. The average over...
A grocery store counts the number of customers who arrive during an hour. The average over a year is 20 customers per hour. Assume the arrival of customers follows a Poisson distribution. (It usually does.) Find the probability that at least one customer arrives in a particular one minute period. Round your answer to 3 decimals.     Find the probability that at least two customers arrive in a particular 4 minute period. Round your answer to four decimals.
A store typically has 5 customers arrive per hour, and arrivals follow a Poisson distribution. What...
A store typically has 5 customers arrive per hour, and arrivals follow a Poisson distribution. What is the likelihood that a. no customers will arrive in an hour? b. less than three customers arrive in an hour? c. five or more customers arrive in an hour?
*please use excel and provide the formulas Customers arrive randomly at a product returns counter at...
*please use excel and provide the formulas Customers arrive randomly at a product returns counter at a department store, which meets the assumptions of the Single-Server, Single-Phase waiting line model (i.e., the arrival rate is Poisson distributed and service rate is exponentially distributed). There is only one returns employee, and the time required for returns varies from customer to customer. There is a single waiting line. The average arrival rate is 15 customers per hour. The average time to serve...
B. Customers arrive at a restaurant according to a Poisson process. On the average, a customer...
B. Customers arrive at a restaurant according to a Poisson process. On the average, a customer arrives every half hour. (a) What is the probability that, 1 hour after opening, there at least one customer has arrived? (b) What is the probability that at least 2 customers have arrived?
Suppose that customers arrive at a bank at a rate of 10 per hour. Assume that...
Suppose that customers arrive at a bank at a rate of 10 per hour. Assume that the number of customer arrivals X follows a Poisson distribution. 1. Find the probability of more than 25 people arriving within the next two hours using the Poisson mass function. 2. Find the probability of more than 25 people arriving within the next two hours using the normal approximation to the Poisson. 3. Compute the percent relative difference between the exact probability computed in...