144k views
4 votes
A bank plans to open a single-server drive in a banking facility at a particular center. it is estimated that 28 customers will arrive each hour on an average. if on an average, it requires 2 minutes to process a customer transaction (i)the proportion of time the system will be idle. (ii) on the average how long the customer will have to wait before reaching the server ? (iii) the length of drive-way required to accommodate all the arrivals on the average if 20 feet drive-way is required for each car that is waiting for service.

User Tony Roczz
by
7.7k points

1 Answer

4 votes

Answer:

the length of the drive-way required to accommodate all the arrivals on average is approximately 20 feet.

Step-by-step explanation:

To solve this problem, we can use queuing theory, specifically the M/M/1 queuing model, where "M" denotes a Markovian arrival process and "M" denotes a Markovian service process with a single server.

Given:

Average arrival rate (λ) = 28 customers/hour

Average service time (μ) = 2 minutes/customer

(i) Proportion of time the system will be idle:

The utilization (ρ) of the system can be calculated as the ratio of the arrival rate to the service rate:

ρ = λ / μ

The proportion of time the system will be idle is given by:

P_idle = 1 - ρ

Substituting the values:

ρ = 28 customers/hour / (60 minutes/hour / 2 minutes/customer) = 0.9333

P_idle = 1 - 0.9333 = 0.0667 or 6.67%

Therefore, the proportion of time the system will be idle is approximately 6.67%.

(ii) Average waiting time for a customer:

The average waiting time (Wq) in the queue can be calculated using Little's Law:

Wq = (λ / (μ * (μ - λ)))

Substituting the values:

Wq = (28 customers/hour / (60 minutes/hour / 2 minutes/customer)) / (2 minutes/customer * (2 minutes/customer - 28 customers/hour))

Wq ≈ 0.0381 hours or 2.29 minutes

Therefore, on average, a customer will have to wait approximately 2.29 minutes before reaching the server.

(iii) Length of the drive-way required:

The length of the drive-way required can be calculated by multiplying the average number of customers in the system (L) by the length required per car (20 feet):

L = λ * W

Substituting the values:

L = 28 customers/hour * 0.0381 hours = 1.066 or approximately 1 car

User Santosh Garole
by
8.6k points