Exercise 1
Exercise 1
Exercise 1
Exercise 2
Exercise 3
Using the input analyzer, open a new window and generate a new data file
containing 50 points for an Erlang distribution with parameters: Exp mean
12, k = 3 and offset = 5. Once you have the data file, perform a Fit all to
find the “best” fit from among the available distributions. Repeat this
process for 500, 5000 and 25,000 data points, using the same Erlang
parameters. Compare the results of the fit all for the different sample sizes.
Exercise 4
The carry-ons travel directly to the X-ray, then to the gate counter to get a
boarding pass – the time for which is distributed TRIA (1, 1.5, 3). All three
counters are staffed all the time with one agent each. The X-ray time is
EXPO (1). All travel times are EXPO (2), except for the carry-on time to the
X-ray, which is EXPO (3). Run your model for 920 minutes, and collect
statistics on resource utilization, queues, and system time from entrance to
gate for all customers combined.
Exercise 5
Gold TRIA(2,3,4)
Customers
Regular TRIA(4,6,10)
Customers
After being served at the counter, Gold customers leave the system at the
Gold Exit and Regular customer at Regular Exit. Moving from either
counter to the appropriate exit takes 4 minutes. Run the simulation for 2000
minutes.
Exercise 6
Exercise 7
Develop a model of a simple serial two-process system. Items arrive at the
system with a mean time between arrivals of 10 minutes. They are
immediately sent to process 1, which has an unlimited queue and a single
resource with a mean service time of 9 minutes. Upon completion, they are
sent to process 2, which is identical to process 1. Items depart the system
upon the completion of process 2. Performance measures of interest are the
average numbers in queue at each process and the system cycle time. Using
a replication length of 10,000 minutes, make the following four runs and
compare the results:
Run1 : exponential inter-arrival times and exponential service time.
Run 2: constant inter-arrival times and exponential service times.
Run 3: exponential inter-arrival times and constant service times.
Run 4: constant inter-arrival times and constant service times.
Exercise 8
Two different part types arrive at the same system for processing. Part Type
1 arrive according to a lognormal distribution with a log mean of 11.5 hours
and log standard deviation of 2.0 hours (note that these values are the mean
and standard deviation of this lognormal random variables itself). These
arriving parts wait in a queue designated for Part Type 1’s only until an
operator is available to process them. The processing time follows a
triangular distribution with parameters 5, 6, and 8 hours. Part Type 2
arrives according to an exponential distribution with mean of 15 hours.
These parts wait in a second queue until the same operator is available to
process them. The processing time follows a triangular distribution with
parameters 3, 7 and 8 hours. After being processed by the operator, all
parts are sent for processing to a second operations that does not require
an operator, which has processing time distributed as triangular with
parameters of 4,6 and 8 hours. Completed parts exit the system. Assume
that the times for all part transfers are negligible. Run the simulation for
5,000 hours to determine the average cycle time for all parts and the
average number of items in the queues designated for the arriving parts.
Exercise 9
An office that dispense automotive license plates has divided its customers
into categories to level the office workload. Customers arrive and enter one
of three lines based on their residence location. Model this arrival activity
as three independent arrival streams using an exponential interarrival
distribution with mean 10 minutes for each stream. Each customer type is
assigned a single clerk who processes the application forms and accepts
payments. The service time in UNIF(8,10) minutes for all three customer
types. After completion of this step, all customers are sent to a second clerk
who checks the forms and issues the plates. The service time for this
activity is UNIF(2.66, 3.33) minutes for all customer types. Develop a
model of this system and run the simulation for 5,000 minutes.
Exercise 10
Exercise 11
People arrive at a barbershop at the rate of one every 4.5 minutes. If the
shop is full (ie can hold five people altogether), 30% of the potential
customers leave and come back in 60 20 minutes. The other leave and do
not return. One barber gives a haircut in 8 2 minutes, whereas the
seconds talks a lot and it takes 12 4 minutes. If both barbers are idle, a
customer prefers the first barber. (Treat customers trying to reenter the
shop as if they are new customers). Simulate this system until 30 customers
have received a haircut.
(a) What is the average time spent in the shop?
(b)What is the average time spent getting a haircut (not including
delay)?
(c) What is the average number of customers in the shop?
Exercise 12
People arrive at a self service cafeteria at the rate of one every 30 20 seconds. Forty percent go
to the sandwich counter, where one worker makes a sandwich in 60 30 seconds. The rest go
the main counter, where one server spoons the prepared meal onto a plate in 45 30 seconds.
All customers must pay a single cashier, which takes 25 10 seconds. For all customers, eating
takes 20 10 minutes. After eating 10% of the people go back for desert, spending an
additional 10 2 minutes altogether in the cafeteria. Simulate until 100 people have left t he
cafeteria. How many people are left in the cafeteria, and what are they doing, at the time the
simulate stops?