Math Problem Statement

An airline is planning to open a satellite ticket desk in a new shopping plaza, staffed by one ticket agent. It is estimated that requests for tickets and information will average 15 per hour, and requests will have a Poisson distribution. Service time is assumed to be exponentially distributed. Previous experience with similar satellite operations suggests that mean service time should average about three minutes per request. Determine each of the following:

  1. System utilization
  2. Percentage of time the server (agent) will be idle
  3. The expected number of customers waiting to be served
  4. The average time customers will spend in the system
  5. The probability of zero customers in the system and the probability of four customers in the system

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Queuing Theory
Poisson Distribution
Exponential Distribution

Formulas

System Utilization (ρ) = λ / μ
Idle Time = 1 - ρ
Expected Customers Waiting (Lq) = ρ^2 / (1 - ρ)
Average Time in System (W) = 1 / (μ - λ)
Probability of n Customers (Pn) = (1 - ρ) * ρ^n

Theorems

M/M/1 Queuing System

Suitable Grade Level

Undergraduate level (Operations Research, Statistics, or Business Analytics)