document.write( "Question 903371: Consider a large clothing shop in Sydney. Suppose it is known that the number of business suits sold per day is normally distributed with a mean, μ = 20 and standard deviation, σ = 10. Mr Wood is employed to sell business suits. The number of business suits he sells each day for 25 days is recorded and the mean number per day calculated. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that Mr Wood's average daily sales will be between 15 and 25 business suits? (4 dp) \n" );
document.write( "
Algebra.Com's Answer #548048 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! z = (15-20)/10/sqrt(25) = -5/2 \n" ); document.write( "z = (25-20)/10/sqrt(25) = 5/2 \n" ); document.write( "P(-5/2 < z < 5/2) = normalcdf(-2.5, 2.5) \n" ); document.write( " |