Question
Passengers arrive at the airport with an exp (1) distribution. 10% are first class, 25% are business class, and 65% are economy class. At the
Passengers arrive at the airport with an exp (1) distribution. 10% are first class, 25% are business class, and 65% are economy class.
At the check-in desk, there is a single queue for check-in. However, there are three servers (first class check in server, business class check in server, and economy class check in server) each taking customers of the specific class out of that single queue and serving them (ie: the first class check in server only serves first class people and so on). The check-in time for all fits a distribution of Normal (5, 0.3).Then they all randomly enter one of the four queues for security check. The security check for all passengers fits into a distribution of Average (2). There is a single queue for boarding the plane, in which the first class passengers are prioritized over other passengers, and business class passengers are prioritized over economy class ones. The boarding time depends on the classes. For first class passengers, the boarding time is Average (2.5), for business class passengers it is average (1.5), and for economy class passengers it's average (1).
Please simulate the model for 120 minutes. All timings provided are in minutes.
Please answer the following question:
- What was the average waiting time in the boarding queue for first class passengers?
- What was the average waiting time in the check in queue for business class passengers?
- What is your recommendation to make the flow of passengers smoother, without adding new servers? Just explain, no need to incorporate in the model.
Here model should look like this of the model:
AM Monday Arrivals (All) Sorting Queue Store Sorting CheckinFC Queue Store II CheckinBC Queue 2 Checkin BC 0 Store II Checkin FC 0 CheckinEC Queue 3 Checkin EC 0 Store I Queue for Security 1 Store II Queue for Security 2 Store Security 1 0 Security 2 0 Queue 2 for Security 2 Security 3 0 Store Queue 3 for Security 2 Security 4 Store Queue for Boarding Store Boarding All Aboard
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started