Mary Ann S. answered 07/10/22
Ph.D. Educational Measurement, Doctoral Minor in Statistics.
1.) You are asked to find the following:
a.) p(sum(x)) < 320 min
b.) p(sum(x)) > 275 min
c.) 275 < sum(x) < 320
1.) You are given the following information in the problem:
- The population of taxi-takeoff times is normally distributed with mu = 8.2 and sigma = 3.5
- N airplanes are involved, i.e., N = 36
2.) Very important point: The sum of statistically independent (i.e., outcomes don't depend on each other) normally distributed random variables is, itself, a normally distributed random variable with mu = N*mu, and sigma = sigma/sqrt(N). So, your new mean = (36)*(8.2), and your new sigma = 3.5/sqrt(36)
3.) Next, go to work with your Z tables or excel functions:
a.) Convert 320 and 275 to z values, Z = (x - new mu)/(new sigma), e.g., (320 - (36)*(8.2))/(3.5/sqrt(36))
b.)
- p(Z <= z) that you found for 320 = p(sum(x)) < 320
- p(Z > z), calculate 1 - p(Z <= z) for the Z you found for 275. this will give you p(sum(x)) > 275
c.) The difference of these two probabilities will give you: 275 < p(sum(x)) < 320
Hope this is helpful. Feel free to check back in with more questions