document.write( "Question 930305: Question 16
\n" );
document.write( "1. An airline knows from experience that the distribution of the number of suitcases that get lost each week on a certain route is approximately normal with μ = 15.5 and σ = 3.6. What is the probability that during a given week the airline will lose less than 20 suitcases? Round the answer to the nearest ten-thousandth.
\n" );
document.write( "
\n" );
document.write( " 0.4040
\n" );
document.write( "
\n" );
document.write( " 0.3944
\n" );
document.write( "
\n" );
document.write( " 0.1056
\n" );
document.write( "
\n" );
document.write( " 0.8944
\n" );
document.write( "
\n" );
document.write( " None of the above
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564836 by ewatrrr(24785) You can put this solution on YOUR website! μ = 15.5 and σ = 3.6, \n" ); document.write( "....... \n" ); document.write( "P( x < 20) = P( z < 4.5/3.6) = normalcdf(-100, 4.5/3.6) = .8944 \n" ); document.write( " |