Question

In: Statistics and Probability

Customers at a Post Office line up to transact business with a single clerk at the...

  1. Customers at a Post Office line up to transact business with a single clerk at the Postal Agency. Customers arrive at the rate of four per minute, following a Poisson distribution. The single Postal clerk takes 12 seconds to service a customer, following an exponential distribution.
    1. What is the probability that there are more than two customers in the system?
    2. What is the probability that the system is empty?
    3. How long will the average customer have to wait before reaching the Postal clerk?
    4. What is the expected number of customers in the queue?
    5. What is the average number in the system?
    6. If a second Postal Clerk is added (who works at the same pace), how will the operating characteristics computed in (b), (c), (d), and (e) change?

Solutions

Expert Solution

Solution

Parts (a) to (d) are cases of M/M/1 queue system and Parts (e) is a case of M/M/2 queue system

Back-up Theory

An M/M/1 queue system is characterized by arrivals following Poisson pattern with average rate λ, [this is also the same as exponential arrival with average inter-arrival time = 1/λ] service time following Exponential Distribution with average service time of (1/µ) [this is also the same as Poisson service with average service rate = µ] and single service channel.

Let n = number of customers in the system and m = number of customers in the queue.

[Trivially, n = m + number of customers under service.]

Let (λ/µ) = ρ

The steady-state probability of n customers in the system is given by Pn = ρn(1 - ρ) …………(1)

The steady-state probability of no customers in the system is given by P0 = (1 - ρ) …….……(2)

Average queue length = E(m) = (λ2)/{µ(µ - λ)} …………………………………………..........…..(3)

Average number of customers in the system = E(n) = (λ)/(µ - λ)………………………....……..(4)

Average waiting time = E(w) = (λ)/{µ(µ - λ)} ……………………………………………..........…..(5)

Average time spent in the system = E(v) = {1/(µ - λ)}………………………………......………..(6)

Percentage idle time of service channel = P0 = (1 - ρ) ……………………………...…………..(7)

Probability of waiting = 1 - P0 = ρ …………………..………………………………........………..(8)

Now to work out the solution,

Given,

customers arrive at the rate of four per minute, following a Poisson distribution, => λ = 4/minute ..... (9)

Postal clerk takes 12 seconds to service a customer, following an exponential distribution

=> µ = 5/minute [1 minute = 60 seconds and so 60/12] ……………………………………….. (10)

And hence, ρ = 4/5 = 0.8 …………………………………………………………….....…………. (11)

Part (a)

Probability that there are more than two customers in the system

= Σ(n = 3, 4, …..)Pn

= 1 – (P0 + P1 + P2)

= 1 - P0(1+ ρ1+ ρ2) [vide (1) and (2)]

= 1 - (1 - ρ)(1+ ρ1+ ρ2) [vide (2)]

= 1 – 0.2(1+ 0.8+ 0.64) [vide (11]

= 1 – 0.488

= 0.512   Answer 1

Part (b)

Probability that the system is empty

= P0 [vide (8)]

= 1 – 0.8 [vide (8)]

= 0.2 Answer 2

Part (c)

Time the average customer have to wait before reaching the Postal clerk

= E(w)

= (λ)/{µ(µ - λ)} [vide (5)]

= 4/(5 x 1) [vide (9) and (10)]

= 0.67 minutes

= 40 seconds Answer 3

Part (d)

Expected number of customers in the queue

= E(m)

= (λ2)/{µ(µ - λ)} [vide (3)]

= 16/(5 x 1) [vide (9) and (10)]

= 3.2 Answer 4

Part (e)

Average number of customers in the system

= E(n)

= (λ)/(µ - λ) [vide (4)]

= 5/1 [vide (9) and (10)]

= 5 Answer 5

Part (f)

If a second Postal Clerk is added (who works at the same pace), it becomes M/M/2.

Back-up Theory

An M/M/2 queue system is characterized by arrivals following Poisson pattern with average rate λ, service time following Exponential Distribution with average service rate of µ and 2 service channels.

Let n = number of customers in the system and m = number of customers in the queue.

[Trivially, n = m + number of customers under service.]

Let (λ/µ) = ρ

[Note: The formulae used here are the simplified forms of the general M/M/C formulae]

The steady-state probability of no customers in the system is given by

P0 = (2 - ρ)/(2 + ρ)………………………………………………………….…………...………(1)

The steady-state probability of n customers in the system is given by

Pn = P0 x ρn/n! for n < 2 ………………………………………………………………………(2a)

Pn = P0 x ρn/{c!(cn-c) for n ≥ 2 ..………………………………………………………………(2b)

In particular, P1 = ρP0;   P2 = (P0ρ2)/2;   P3 = (P0ρ3)/12;   P4 = (P0ρ4)/96………………(2c)

Average queue length = E(m) = (λ3)/{µ(2µ - λ)2}……………….…………………………..(3)

Average number of customers in the system = E(n) = E(m) + ρ …..……………………..(4)

Average waiting time = E(w) = E(m)/(λ)…… ……………………………………..………..(5)

Average time spent in the system = E(v) = E(w) + (1/µ)..………………………………..(6)

Percentage idle time of service channel = P0 ………. ……………………….………….(7)

Now to work out the solution,

Given, λ = 4/minute µ = 5/minute and hence, ρ = 4/5 = 0.8 ……………………………. (8)

P0 = (2 - ρ)/(2 + ρ) [vide (1)]

= 1.2/2.8 [vide (8)]

= 0.4286 ………………………………………………………………..…………………. (9)

P1 = 0.4286 x 0.8 [vide (2)]

= 0.34288 …………………………………………………………………………………. (10)

P2 = 0.4286 x 0.82/2 [vide (2)]

= 0.137152 …………………………………………………………………………………. (11)

Probability that there are more than two customers in the system

= Σ(n = 3, 4, …..)Pn

= 1 – (P0 + P1 + P2)

= 1- 0.9086 [vide (9) to (11)

= 0.0914   Answer 6

Probability that the system is empty

= P0 [vide (7)]

= 0.4286 [vide (9)] Answer 7

Expected number of customers in the queue

= E(m)

= (λ3)/{µ(2µ - λ)2} [vide (3)]

= 64/(5 x 36) [vide (8)]

= 0.3556 Answer 8

Time the average customer have to wait before reaching the Postal clerk

= E(w)

= E(m)/(λ) [vide (5)]

= 0.3556/4 [vide Answer 8 and (8)]

= 0.0889 minutes

= 5.33 seconds Answer 9

Average number of customers in the system

= E(n)

= E(m) + ρ [vide (4)]

= 0.3556 + 0.8 [vide Answer 8 and (8)]

= 1.1556 Answer 10

DONE


Related Solutions

The post office uses a multiple channel queue (M/M/C), where customers wait in a single line...
The post office uses a multiple channel queue (M/M/C), where customers wait in a single line in front of two service providers for the first available window. If the average service time is 1 minute and the arrival rate is 7 customers every five minutes, find, the average number of people waiting in line? 23.4 persons 2.4 persons 1.34 persons 0.11 persons In problem 24 what is the average time the customer is in line? 0.192 minutes 0.26 minutes 0.96...
Many of a bank’s customers use its automatic teller machine to transact business after normal banking...
Many of a bank’s customers use its automatic teller machine to transact business after normal banking hours. During the early evening hours in the summer months, customers arrive at a certain location at the rate of one every other minute. This can be modeled using a Poisson distribution. Each customer spends an average of 99 seconds completing his or her transactions. Transaction time is exponentially distributed. a. Determine the average time customers spend at the machine, including waiting in line...
During the early morning hours, customers arrive at a branch post office at an average rate...
During the early morning hours, customers arrive at a branch post office at an average rate of 45 per hour (Poisson), while clerks can handle transactions in an average time (exponential) of 4 minutes each. Fill in the following information: Lq = Avg Number in Line Wq = Avg Time in Line Ws = Avg Time in System For M = 7: Lq = 0.028 Wq = 0.0006 Hours Wq = 0.0373 Minutes Ws = 4.0373 Minutes For M =...
Customers arrive at a booking office window being manned by a single individual at a rate...
Customers arrive at a booking office window being manned by a single individual at a rate of 25 per hour. The time required to serve a customer has a mean of 120 seconds. If the space in front of the window can accommodate only 2 customers. Then the probability that a arriving customer will have to wait outside the provided space will be?
1.             Suppose the age of the customers at post office has a non-normal distribution with mean 40...
1.             Suppose the age of the customers at post office has a non-normal distribution with mean 40 and standard deviation 5 years. i.     Select 100 customers at random. What is the distribution of their average age? Describe its shape, it’s mean, and standard error. ii.   What is the chance that the average age for 100 customers from the post office is over 41? iii.  Would you take the same approach to the previous two parts if you had a sample of only 2 customers?
At an Up-n-Down hamburger restaurant, the bottleneck is the order taking step. Customers line up waiting...
At an Up-n-Down hamburger restaurant, the bottleneck is the order taking step. Customers line up waiting to order the food. As the order taking is under-staffed, it has the lowest utilization French fries machines have much higher utilization than order taking staff When there is a waiting line for ordering, every restaurant employee works at 100% utilization to help customers get through faster. All above statements are not true.
Post-purchase evaluation is critical to the business. That is where customers would evaluate if the quality...
Post-purchase evaluation is critical to the business. That is where customers would evaluate if the quality of the product/service is good enough to do repeat business. Also, when it is the case, this will drive customer referrals as well. Discuss how you would capture customer evaluation and how you would use it to improve your business.
“Branches are closing and we are forced to transact on line. People don’t really matter anymore”....
“Branches are closing and we are forced to transact on line. People don’t really matter anymore”. Critically review this statement
A small grocery store has a single checkout line. On Saturdays, customers arrive at the checkout...
A small grocery store has a single checkout line. On Saturdays, customers arrive at the checkout on an average of one every 8 minutes. The cashier takes an average of 6 minutes to process a single customer. We assume that the service time is randomly distributed, and the customers arrive randomly. The store's owner believes that the amount of time that a customer has to wait hurts his business; he estimates that waiting time costs him $20 per customer-hour in...
The following income statement was prepared by an office clerk hired for July. As the accounting...
The following income statement was prepared by an office clerk hired for July. As the accounting supervisor, you recognize that it is incorrect and prepare a corrected multi-step income statement. Demo Sales Income Statement For Month Ended July 31, 2017   Sales $ 563,240     Accounts receivable 37,550   Unearned sales 18,220   Net sales $ 619,010 Operating expenses:   Accumulated depreciation, equipment $ 30,550   Advertising expense 14,220   Cost of goods sold 396,200   Depreciation expense, equipment 3,220   Insurance expense 2,610   Interest expense 1,920   Interest payable...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT