SOLUTION: A company believes that the annual demand for a product will follow a normal random variable with a mean of 900 pieces and a standard deviation of 60 pieces. If the company produce

Algebra ->  Probability-and-statistics -> SOLUTION: A company believes that the annual demand for a product will follow a normal random variable with a mean of 900 pieces and a standard deviation of 60 pieces. If the company produce      Log On


   



Question 981477: A company believes that the annual demand for a product will follow a normal random variable with a mean of 900 pieces and a standard deviation of 60 pieces. If the company produces 1000 pieces, what is the chance that it will run out of the product? Assume that the only way to meet the demand for the product is to use this year's production number.

I don't understand - if they make 1000 pieces, they should always have enough, right? Thanks!

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
No there is the chance that the demand exceeds 1000.


x = 1000
mu = 900
sigma = 60
-----------------
z = (x-mu)/simga
z = (1000 - 900)/60
z = 100/60
z = 1.67

Use a calculator or table to find that P(Z < 1.67) = 0.95254


So,

P(Z > 1.67) = 1 - P(Z < 1.67)
P(Z > 1.67) = 1 - 0.95254
P(Z > 1.67) = 0.04746
P(X > 1000) = 0.04746

There is a 4.746% chance that they won't have enough to meet demand.