Final answer:
To simulate customer arrivals in a single-server queuing system with exponentially distributed interarrival times and service times, a Monte Carlo simulation approach can be used. For part A, the simulation can be run for a long duration to determine the system's stability. For part B, several performance measures can be calculated based on specific parameters.
Step-by-step explanation:
To simulate customer arrivals in a single-server queuing system with exponentially distributed interarrival times and service times, we can use a Monte Carlo simulation approach. In this simulation, we generate random numbers from the exponential distribution to represent the interarrival and service times. We start with an empty queue and a server that is initially idle. The simulation progresses by generating random interarrival times and service times, and updating the queue and server accordingly.
For part A of the question, we need to simulate customer arrivals assuming that the mean interarrival time equals the mean service time. We can set the mean interarrival and service times to 1 minute and run the simulation for a long enough duration (e.g., 10,000 minutes) to determine whether the process is stable. We can plot the number of customers in the queue against simulation time to visualize the system's stability.
For part B, we need to consider a different set of parameters: a mean interarrival time of 1 minute and a mean service time of 0.7 minutes. We simulate customer arrivals for 5000 minutes and calculate several performance measures: average waiting time in the queue, maximum waiting time in the queue, maximum queue length, proportion of customers with a delay time exceeding 1 minute, and the expected utilization of the server.