document.write( "Question 678262: The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes.
\n" );
document.write( "(a) what is the probability that the average waiting time for a random sample of ten customers is between 4.0 and 4.2 minutes?
\n" );
document.write( "(b) the probability is 95% that the average waiting time for a random sample of ten customers is greater than how long? \n" );
document.write( "
Algebra.Com's Answer #421284 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes. \n" ); document.write( "(a) what is the probability that the average waiting time for a random sample of ten customers is between 4.0 and 4.2 minutes? \n" ); document.write( "----------- \n" ); document.write( "Note: std for all samples of size 10 = 1.3/sqrt(10) \n" ); document.write( "-------- \n" ); document.write( "z(4) = (4-4.1)/[1.3/sqrt(10)] = -0.2436 \n" ); document.write( "---- \n" ); document.write( "z(4.2) = (4.2-4.1)/(1.3/sqrt(10)) = +0.2436 \n" ); document.write( "---------------- \n" ); document.write( "P(4.0<= x-bar <=4.2) = P(-0.2436<= z <=0.2436) = 0.1925 \n" ); document.write( "==========================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) the probability is 95% that the average waiting time for a random sample of ten customers is greater than how long? \n" ); document.write( "Find the z-value with a left-tail of 5%: \n" ); document.write( "invNorm(0.05) = -1.645 \n" ); document.write( "Find the corresponding wait time using x = z*s+u \n" ); document.write( "x = -1.645*(1.3/sqrt(10))+4.1 = 3.4237 minutes \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |