1. Customer Service Counter Analysis
Operations AnalystBackground
A bank operates a single specialized customer service counter receiving an average of 4 clients per hour with a representative capable of serving 6 clients per hour.
Problem
The branch manager needs to determine average customer wait times and counter utilization to see if staffing is sufficient.
How to use
Set arrival rate λ to 4, service rate μ to 6, and precision to 4 decimal places.
arrivalRate = 4, serviceRate = 6, decimalPlaces = 4Outcome
Calculates server utilization ρ = 0.6667, average queue wait time Wq = 0.3333 hours (20 minutes), average total time W = 0.5 hours (30 minutes), and mean queue length Lq = 1.3333 customers.