Customers using a self-service soda dispenser take an average of 12 ounces of soda with an SD of 4 ounces. Assume that the amount would be normally distributed.
a. What is the chance that a randomly selected customer takes over 10 ounces of soda?
b. What is the chance that a randomly selected customer takes between 13 and 14 ounces of soda?
c. What is the chance that the next 100 customers will take an average of less than 12.24 ounces?
1
Expert's answer
2019-10-23T08:35:58-0400
Part a). We asked to calculate P(X>10) . Let's change the variable
Z=σX−μ=4X−12
Then Z will be distributed according to standard normal distribution Z∼N(0,1). Let's rewrite P(X>10) as
P(X>10)=P(Z>410−12)=P(Z>−21)=P(Z<21)
(at the last one we use simmetry of the standard normal distribution about x=0). Now let's use the following table
and get P(Z<21)≈0.6915, thus
P(X>10)≈0.6915
Part b). We asked to calculate P(13<X<14). Using the same variable Z we can rewrite it as
P(13<X<14)=P(41<Z<21)=P(Z<21)−P(Z<41)
Using the table P(Z<21)≈0.6915 and P(Z<41)≈0.5987 . Thus
P(13<X<14)≈0.6915−0.5987≈0.0928
Part c). Let Xi be the amount of ounces of soda that the i-th customer will get, and Xi∼N(12,4) . Let's use the following lemma: Let ξ∼N(μ1,σ1) and η∼N(μ2,σ2) be the two normally distributed random values. Then (ξ+η)∼N(μ1+μ2,σ12+σ22) . You may find two different proofs of this here
Comments