In: Operations Management
Assume that the traffic to the web site of Smiley’s People, Inc., which sells customized T-shirts, follows a normal distribution, with a mean of 4.56 million visitors per day and a standard deviation of 860,000 visitors per day.
(a) What is the probability that the web site has fewer than 5 million visitors in a single day? If needed, round your answer to four decimal digits.
(b) What is the probability that the web site has 3 million or more visitors in a single day? If needed, round your answer to four decimal digits.
(c) What is the probability that the web site has between 3 million and 4 million visitors in a single day? If needed, round your answer to four decimal digits.
(d) Assume that 85% of the time, the Smiley’s People web servers can handle the daily web traffic volume without purchasing additional server capacity. What is the amount of web traffic that will require Smiley’s People to purchase additional server capacity? If needed, round your answer to two decimal digits. million visitors per day
Mean Number of Visitors (Mu) = 4.56 million =4,560,000
Std Deviation (Sigma) = 860,000
a)
X = 5 million = 5,000,000
Z = (X - Mu)/Sigma = (5000000 - 4560000)/860000 = 0.51163
Probability that the web site has fewer than 5 million visitors = NORMSDIST(Z) = NORMSDIST(0.51163) = 0.6955
b)
X = 3 million = 3,000,000
Z = (X - Mu)/Sigma = (3000000 - 4560000)/860000 = -1.81395
Probability that the web site has more than 3 million visitors (P3) = 1 - NORMSDIST(Z) = 1 - NORMSDIST(0.51163) = 1 - 0.03484 = 0.9652
c)
X = 4 million = 4,000,000
Z = (X - Mu)/Sigma = (4000000 - 4560000)/860000 = -0.65116
Probability that the web site has more than 4 million visitors (P4) = 1 - NORMSDIST(Z) = 1 - NORMSDIST(-0.65116) = 1 - 0.25747 = 0.7425
Probability that the web site has between 3 million and 4 million visitors = P3 - P4 = 0.9652 - 0.7425 = 0.2227
d)
For p =85%
Z = NORMSINV(0.85) = 1.0364
X = Mu + Z*Sigma = 4560000 + 1.0364*860000 = 5451304 = 5.45 million
For X > 5.45 million smiley's people need to purchase additional server capacity.