Answer:
Check the explanation
Step-by-step explanation:
Let 'X' be a random variable representing the demand and it is given that X ~ N(50, 20)
According to this problem, we have to just find the value X=x when the probability that the random variable 'X' takes a value less than or equal to 'x' is 97.5%. Mathematically,
P(X ≤ x) = 0.975
x = ?
We will transform this in the form of standard normal variable Z when Z = (X-50) / 20) and Z ~ N(0, 1)
P(\frac{X-50}{20}\leq \frac{x-50}{20}) = 0.975
or,
P(Z\leq \frac{x-50}{20}) = 0.975
We consult the standard normal table to get the corresponding value of Z for P=0.975 and get Z = 1.96
So, (x - 50) / 20 = 1.96
i.e. x = 89.2
So, Delicious Frosting should prepare 90 cakes in order to meet the service level of 97.5%.
N.B: The value of 'x' can also be found easily by using the Excel formula =NORM.INV(0.975, 50, 20)