document.write( "Question 975407: The production of cars per day at an assembly plant has a mean of 120.5 and a standard deviation of 6.2.
\n" );
document.write( "Find the probability that fewer than 100 cars are produced on a random day
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #597162 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The production of cars per day at an assembly plant has a mean of 120.5 and a standard deviation of 6.2. \n" ); document.write( "Find the probability that fewer than 100 cars are produced on a random day \n" ); document.write( "----------- \n" ); document.write( "z(100) = (100-120.5)/6.2 = -20.5/6.2 = -3.3 \n" ); document.write( "---------- \n" ); document.write( "P(x < 100) = P(z < -3.3) = normalcdf(-100,-3.3) = 0.00048.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |