SOLUTION: If in an online processing web based application 200 users who had to load a file had a mean time of 120 secs in loading a file with a standard deviation of 10 secs, then the wors
Algebra ->
Probability-and-statistics
-> SOLUTION: If in an online processing web based application 200 users who had to load a file had a mean time of 120 secs in loading a file with a standard deviation of 10 secs, then the wors
Log On
Question 903414: If in an online processing web based application 200 users who had to load a file had a mean time of 120 secs in loading a file with a standard deviation of 10 secs, then the worst case (ie “lowest” ) estimate for the number of users who have waited for more than 100 secs but less than 140 secs is Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If in an online processing web based application 200 users who had to load a file had a mean time of 120 secs in loading a file with a standard deviation of 10 secs, then the worst case (ie “lowest” ) estimate for the number of users who have waited for more than 100 secs but less than 140 secs is
----------------
z(100) = (100-120)/10 = -2
z(140) = (140-120)/10 = 2
------
P(100<= x <=140) = P(-2<= z <=2) = normalcdf(-2,2) = 0.9545
-------------
Cheers,
Stan H.
------------------