Final answer:
The question involves calculating various queuing system performance metrics for different arrival rates given a fixed service rate of 20 customers/hour. The model used is the M/M/1 queue, and metrics such as server utilization, average waiting time, average time in system, and the average number of customers in queue and in the system can be estimated with provided formulas.
Step-by-step explanation:
We are given that the service rate (μ) is 20 customers/hour, and we want to analyze the system for different arrival rates (λ = {16, 17, 18, 19} customers/hour). The queuing system can be described using the M/M/1 queue model, where arrivals follow a Poisson process, and service times are exponentially distributed with a single server.
- Server Utilization (ρ): This is the fraction of time the server is busy. It is calculated as λ/μ.
- Average Waiting Time (Wq): This is the average time a customer spends waiting in the queue. It is calculated as ρ/(μ(μ-λ)).
- Average Time in System (W): This is the average time a customer spends in the system (both waiting in the queue and being served). It is W = Wq + 1/μ.
- Average Number of Customers in Queue (Lq): It is ρ²/(μ(μ-λ)).
- Average Number of Customers in System (L): This is the average number of customers in the system, which is L = λ/μ.
Using these equations, you can estimate each of the metrics for every given λ value.