document.write( "Question 779603: 1. A supermarket manager has determined that the amount of time customers spend in the supermarket is approximately normally distributed with a mean of 45 minutes and a standard deviation of 6 minutes. Find the probability that:
\n" );
document.write( "a. A customer spends less than 48 minutes in the supermarket(3pts)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. Customer spends between 39 and 43 minutes in the supermarket(3pts)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #475908 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "P(x < 48)= \n" ); document.write( "P(z < (48-45)/6)= \n" ); document.write( "P(z < 0.5)=0.6914\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) \n" ); document.write( "P(39 < x < 43)= \n" ); document.write( "P((39-45)/6 < z < (43-45)/6)= \n" ); document.write( "P(-1 < z < -1/3)=0.2108 \n" ); document.write( " |