SOLUTION: The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes. (a) what is the probabilit

Algebra ->  Probability-and-statistics -> SOLUTION: The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes. (a) what is the probabilit      Log On


   



Question 678262: The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes.
(a) what is the probability that the average waiting time for a random sample of ten customers is between 4.0 and 4.2 minutes?
(b) the probability is 95% that the average waiting time for a random sample of ten customers is greater than how long?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 and standard deviation of 1.3 minutes.
(a) what is the probability that the average waiting time for a random sample of ten customers is between 4.0 and 4.2 minutes?
-----------
Note: std for all samples of size 10 = 1.3/sqrt(10)
--------
z(4) = (4-4.1)/[1.3/sqrt(10)] = -0.2436
----
z(4.2) = (4.2-4.1)/(1.3/sqrt(10)) = +0.2436
----------------
P(4.0<= x-bar <=4.2) = P(-0.2436<= z <=0.2436) = 0.1925
==========================================================

(b) the probability is 95% that the average waiting time for a random sample of ten customers is greater than how long?
Find the z-value with a left-tail of 5%:
invNorm(0.05) = -1.645
Find the corresponding wait time using x = z*s+u
x = -1.645*(1.3/sqrt(10))+4.1 = 3.4237 minutes
==========================
Cheers,
Stan H.