document.write( "Question 99790: a Bank has 2 tellers. customers arriving at the bank vary between 1 and 6 per minute. Each teller services 1 person per minute. What is the length of the waiting line after 5 minutes?
\n" );
document.write( "How long will a customer wait if they arrive on the 10th minute
\n" );
document.write( "How many times will the waiting time be reduced to zero
\n" );
document.write( "What is the average number of people waiting in line over the 20mins \n" );
document.write( "
Algebra.Com's Answer #73194 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a Bank has 2 tellers. customers arriving at the bank vary between 1 and 6 per minute. Each teller services 1 person per minute. What is the length of the waiting line after 5 minutes? \n" ); document.write( "How long will a customer wait if they arrive on the 10th minute \n" ); document.write( "How many times will the waiting time be reduced to zero \n" ); document.write( "What is the average number of people waiting in line over the 20mins \n" ); document.write( "------------- \n" ); document.write( "Average arrival time is (1+6)/2 = 3.5 minutes \n" ); document.write( "Average service time is 2*1min = 2 per minute \n" ); document.write( "-------------- \n" ); document.write( "Question: \n" ); document.write( "Do you have any formulas relating ave. arrival and ave. service? \n" ); document.write( "--------- \n" ); document.write( "Comment: I could see doing this with a minute by minute chart but \n" ); document.write( "there must be some formulas. Right!? \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |