Hi,
mean = 120 and sd = 10
Using TI Calculator
a) Find the probability that a randomly selected sample will take more than 150 minutes to complete the test.
normalcdf(150, 9999, 100, 10).
|Note: The 9999 is used as the larger value to be at least 5 standard deviations from the mean.
b)Find the probability that the mean time taken to complete the test by a random sample of 16 would be between 122 and 126.
normalcdf(122, 126, 100,10).