Corey B. answered 10/28/23
Northwestern Math graduate, actuary who loves math
For each of these, we can subtract the cumulative distribution values at the requested response times.
to calculate the cumulative distribution value, we first need to calculate a z-score by using z=(x-mean)/sd
for example, for 10.9, z =(10.9-8.4)/1.4 = 1.7857
the value of the cumulative standard normal distribution at 1.7857 is 0.9629. That means that 96.29% of response times are less than or equal to 10.9.
so, do the same thing for response time of 11.4
z = (11.4-8.4)/1.4 = 2.143
the value of cumulative standard normal distribution at 2.143 is 0.9839
so probability that response time is between 10.9 and 11.4 is 0.9839 - 0.9629 = 0.02101