SOLUTION: 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

Algebra ->  Probability-and-statistics -> SOLUTION: 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      Log On


   



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.
a) If 40 loaves are to be made each day, what is the probability of not meeting demand?
b) How many loaves should the bakery make each day so that they can meet the demand 90% of the time?
c) What is the probability of exceeding 38 loaves, given that the demand exceeds 35?

Answer by stanbon(75887) About Me  (Show Source):
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.
--------------------------------
The demand for this bread has followed a normal distribution with a mean = 35 loaves and variance/sigma = 8 loaves.
a) If 40 loaves are to be made each day, what is the probability of not meeting demand?
---
Find the z-value of 40.
z(40) = (40-35)/8 = 1/2
P(x > 40) = P(z> 1/2) = normalcdf(0.5,100) = 0.3085
The probability the demand is more than 40 loves is 30.85%
-----------------------------------------------------------------
b) How many loaves should the bakery make each day so that they can meet the demand 90% of the time?
---
Find the z-value with a left tail of 90%: invNorm(0.90) = 1.2816
---
Find the corresponding x value:
x = 1.2816*8+35 = 45.25
------------------------------------
c) What is the probability of exceeding 38 loaves, given that the demand exceeds 35?
----
Cheers,
Stan H.