Answer:
Explanation:
Hello!
You have the information of a variable X: waiting time for a drive-in window at a local bank.
This variable has a normal distribution X~N(μ;σ²) with mean μ= 8.3min and standard deviation σ= 2.4min.
You need to calculate the probability of the customer waiting less than 5 minutes, symbolically: P(X<5) or more than 7 min, symbolically: P(X>7)
See distribution graph in attachment.
To calculate these probabilities you have to use the standard normal distribution: Z= (X - μ)/σ ~N(0;1) and get the values from the Z-tables.
P(X<5)
P(Z<(5-8.3)/2.4)
P(Z<-1.375)= 0.085
The tables give values of cummulative probabilities P(Z≤Zₐ), so to calculate values greater than a given Zₐ, you have to do the following:
P(X>7)
P(Z>(7-8.3)/2.4)
P(Z>-0.542)
1 - P(Z≤-0.542)= 1 - 0.294= 0.706
I hope it helps!