document.write( "Question 350015: A bakery shop sells loaves of fresh French bread. Any unsold loaves at the end of the day are either discarded or sold elsewhere at a loss. The demand for this bread has followed a normal distribution with a mean = 35 loaves and variance/sigma = 8 loaves.
\n" );
document.write( "a) If 40 loaves are to be made each day, what is the probability of not meeting demand?
\n" );
document.write( "b) How many loaves should the bakery make each day so that they can meet the demand 90% of the time?
\n" );
document.write( "c) What is the probability of exceeding 38 loaves, given that the demand exceeds 35?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250514 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bakery shop sells loaves of fresh French bread. Any unsold loaves at the end of the day are either discarded or sold elsewhere at a loss. \n" ); document.write( "-------------------------------- \n" ); document.write( "The demand for this bread has followed a normal distribution with a mean = 35 loaves and variance/sigma = 8 loaves. \n" ); document.write( "a) If 40 loaves are to be made each day, what is the probability of not meeting demand? \n" ); document.write( "--- \n" ); document.write( "Find the z-value of 40. \n" ); document.write( "z(40) = (40-35)/8 = 1/2 \n" ); document.write( "P(x > 40) = P(z> 1/2) = normalcdf(0.5,100) = 0.3085 \n" ); document.write( "The probability the demand is more than 40 loves is 30.85% \n" ); document.write( "----------------------------------------------------------------- \n" ); document.write( "b) How many loaves should the bakery make each day so that they can meet the demand 90% of the time? \n" ); document.write( "--- \n" ); document.write( "Find the z-value with a left tail of 90%: invNorm(0.90) = 1.2816 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding x value: \n" ); document.write( "x = 1.2816*8+35 = 45.25 \n" ); document.write( "------------------------------------ \n" ); document.write( "c) What is the probability of exceeding 38 loaves, given that the demand exceeds 35? \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |