In: Statistics and Probability
Cabin Fever Coffee is a local coffee bar located in Defiance, Ohio, and is striving for consistent quality in their coffee beverages served to guests. Guests often complain that their beverage is not hot enough (lukewarm) or too hot and thus leave unsatisfied. Management determines that the temperature of their brewed coffee is approximately normally distributed with a mean of 102 degrees and a standard deviation of 5 degrees. Management has also set a temperature of 96 degrees or lower to be “lukewarm” and a temperature of 107 degrees to be too hot.
(Round all probability answers to four decimals)
a) What’s the probability that a customer’s beverage is lukewarm?
b) What’s the probability that a customer’s beverage is too hot?
c) What’s the probability’s the probability a customer leaves the store unsatisfied?
d) Suppose management randomly selects 6 customers from the day. What’s the probability that at least one of them left unsatisfied?
e) From the same random sample of 6 customers in part (d), what’s the probability that at most half of them left satisfied?
f) From the same random sample of 6 customers in part (d), what’s the probability that the average temperature of the sample’s coffee beverages was less than 103 degrees?
g) From the same random sample of 6 customers in part (d), what’s the probability that the average temperature of the sample’s coffee beverages was within management’s acceptable temperature range?
a)
for normal distribution z score =(X-μ)/σx | |
here mean= μ= | 102 |
std deviation =σ= | 5.000 |
probability =P(X<96)=(Z<(96-102)/5)=P(Z<-1.2)=0.1151 |
b)
probability =P(X>107)=P(Z>(107-102)/5)=P(Z>1)=1-P(Z<1)=1-0.8413=0.1587 |
c)
probability =1-P(96<X<102)=1-P((96-102)/5)<Z<(107-102)/5)=1-P(-1.2<Z<1)=1-(0.8413-0.1151)=0.2738 |
d)
probability that at least one of them left unsatisfied =1-P(all 6 are satisfied)=1-(1-0.2738)6 =0.8533
e)
here this is binomial with parameter n=6 and p=1-0.2738 =0.7262 |
probability = | P(X<=3)= | ∑x=0x (nCx)px(1−p)(n-x) = | 0.2088 |
f)
sample size =n= | 6 |
std error=σx̅=σ/√n= | 2.0412 |
probability =P(X<103)=(Z<(103-102)/2.041)=P(Z<0.49)=0.6879 |
g)
probability =P(96<X<107)=P((96-102)/2.041)<Z<(107-102)/2.041)=P(-2.94<Z<2.45)=0.9929-0.0016=0.9913 |