document.write( "Question 742117: The service time of the first service of a BMW car is found to be normally distributed with a mean of 70 minutes and a standard deviation of 9 minutes.\r
\n" );
document.write( "\n" );
document.write( "What is the minimum service time if the BMW dealer is willing to give a free service to the 3% of customers who waited the longest for their cars to be serviced? \n" );
document.write( "
Algebra.Com's Answer #452389 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The service time of the first service of a BMW car is found to be normally distributed with a mean of 70 minutes and a standard deviation of 9 minutes. \n" ); document.write( "What is the minimum service time if the BMW dealer is willing to give a free service to the 3% of customers who waited the longest for their cars to be serviced? \n" ); document.write( "----- \n" ); document.write( "Find the z-value with a right tail of 3%. \n" ); document.write( "--- \n" ); document.write( "invNorm(0.97) = 1.8808 \n" ); document.write( "------- \n" ); document.write( "Find the corresponding time value. \n" ); document.write( "----- \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 1.8808*9+70 \n" ); document.write( "----- \n" ); document.write( "x = 86.93 minutes \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |