Traffic Department Would Like Assess Vehicle Licensing Process Following Known Estimates N Q37143356

traffic department would like you to assess their vehiclelicensing process. The following are known estimates:

  1. Number of service stations = 1
  2. Number service hours a day = 8
  3. Probability of a new arrival every minute = 0.65
  4. Total capacity of waiting area = 100
  5. Maximum service time = 8 minutes
  1. Create a simple Customer Class
  2. Use Java’s Queue library to model a waiting line
  3. Run several simulations as needed to assess the current stateof the department
  4. Suggest solutions to achieve the following desired parameters:
    • Average waiting time = 15 minutes
    • Min number of served customers = 1000
    • Max number of left in line = 50
    • Max waiting customers fits the waiting area cap.

Answer


OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.