Waiting Line Models
Chapter 12
Waiting Line Models
1.a. = 5(0.4) = 2 customers per five minute period
b.
x / P(x)0 / 0.1353
1 / 0.2707
2 / 0.2707
3 / 0.1804
c.P(Delay Problems) = P(x > 3) = 1 - P(x 3) = 1 - 0.8571 = 0.1429
2.µ = 0.6 customer per minute
a.P(T 1) = 1 - e-(0.6)1 = 0.4512
b.P(T 2) = 1 - e-(0.6)2 = 0.6988
c.P(T > 2) = 1 - 0.6988 = 0.3012
7.M/M/1 queuing situation
a.
b.
c.
d.
@QUE : bubba - problem 12.7
1
QUEUE 1
# SERVERS 1
SOURCE POP INF
ARR RATE 2.5
SERV DIST EXP
SERV TIME 0.2
SERV STD .
WAIT CAP .
# CUSTMERS .
WAIT COST .
COST/SERV .
LOSTCUST C .
bubba - problem 12.7
QUEUE 1 : M / M / c
QUEUE STATISTICS
Number of identical servers ...... 1
Mean arrival rate ...... 2.5000
Mean service rate per server ...... 5.0000
Mean server utilization (%) ...... 50.0000
Expected number of customers in queue . . . . 0.5000
Expected number of customers in system . . . 1.0000
Probability that a customer must wait . . . . 0.5000
Expected time in the queue ...... 0.2000
Expected time in the system ...... 0.4000
a. L = Expected number of customers in system = 1
b. Wq = Expected time in the queue = 0.2 hour
c. W = Expected time in the system = 0.4 hour
d. Pw = Probability that a customer must wait = 0.5
9.M/M/1 queuing situation
a.
b.
c.
d.
e.P(More than 2 waiting) = P(More than 3 are in system)
= 1 - (P0 + P1 + P2 + P3) = 1 - 0.9625 = 0.0375
f.
@QUE : bubba - problem 12.9
1
QUEUE 1
# SERVERS 1
SOURCE POP INF
ARR RATE 2.2
SERV DIST EXP
SERV TIME 0.2
SERV STD .
WAIT CAP .
# CUSTMERS .
WAIT COST .
COST/SERV .
LOSTCUST C .
bubba - problem 12.9
QUEUE 1 : M / M / c
QUEUE STATISTICS
Number of identical servers ...... 1
Mean arrival rate ...... 2.2000
Mean service rate per server ...... 5.0000
Mean server utilization (%) ...... 44.0000
Expected number of customers in queue . . . . 0.3457
Expected number of customers in system . . . 0.7857
Probability that a customer must wait . . . . 0.4400
Expected time in the queue ...... 0.1571
Expected time in the system ...... 0.3571
bubba - problem 12.9
QUEUE 1 : M / M / c
PROBABILITY DISTRIBUTION OF NUMBER IN SYSTEM
Number Prob 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
+----+----+----+----+----+----+----+----+----+----+
0 0.5600|**************************** |
1 0.2464|************+------|
2 0.1084|*****+------|
3 0.0477|**+------|
4 0.0210|*+------|
5 0.0092|+------|
OVER 0.0073|+------|
+----+----+----+----+----+----+----+----+----+----+
- P0 = 0.56
- P1 = 0.2464
- P2 = 0.1084
- P3 = 0.0477
- Pr(more than 2 customers waiting) = Pr(more than 3 customers in the system)
= 1 – Pr (0 or 1 or 2 or 3 customers) = 1 – (P0 + P1 + P2 + P3) = 0.0375
- Wq = Expected time in the queue = 0.1571 hour