Question: Wq = ( rho ^ 2 ) / ( mu * ( 1 - rho ) ) ; rho = lambda / ( mu )

Wq =(rho ^2)/(mu *(1-rho));
rho = lambda /(mu);
Lq = lambda * Wq;
Ws = Wq +1/mu; % Average time in System
Ls = Ws * lambda;
plot(1:21, Wq)% Probability that arrival must wait against thd number of servers
xlabel('Number of Servers (c)')
ylabel('Average hold Lines(Wq)')
xlim([1.522.1])
ylim([-211.87-209.80])Assignment (5 pts). Create a plot of the probability of dropping a customer vs. the number of call hold lines. The number of call hold lines should range from 1 to 20. Set the number of customer service agents to the smallest value that meets requirements, see above.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!