Answer:
a) P(X>94)= 0.38209
b) P(94≤X≤109)= 0.23523
c) The probability that the two shoppers spending more than $109 is 0.0225
Explanation:
Hello!
X: Amount spends by shoppers between 4 P.M. and 6 P.M. on a Sunday.
This variable has a normal distribution with mean μ= $88 and standard deviation σ= $20
A shopper is selected at random:
a) What is the probability that he has spent more than $94 at the mall?
Symbolically:
P(X>94)
To calculate this probability you have to work using the standard normal distribution Z= (X-μ)/σ ~N(0;1)
First, you have to "transform" the value of X to a value of Z (standardize the value of X) using the formula.
P(X>94)= P(Z>(94-88)/20)= P(Z>0.3)
Now you have to use the tables of the standard normal distribution to reach the corresponding value of probability. These tables show the accumulated probability for the distribution P(Z<z₀)= 1 - α, so to know the probability under the curve for values greater than 0.3, you have to do the following calculation:
1 - P(Z≤0.3)= 1 - 0.61791= 0.38209
b) What is the probability that he has spent between $94 and $109 at the mall?
Symbolically:
P(94≤X≤109)
You can also express it as:
P(X≤109) - P(X≤94)
Now you standardize both terms of the interval and look for the corresponding probabilities in the table:
P(Z≤(109-88)/20)= P(Z≤1.05)= 0.85314
P(Z≤94)= P(Z≤(94-88)/20)= P(≤0.3)= 0.61791
0.85314-0.61791= 0.23523
c) If two shoppers are randomly selected, what is the probability that both shoppers have spent more than $109 at the mall?
First, let's use the known distribution to calculate the probability of one shopper spending more than $109:
P(X>109)= 1 - P(X≤109)= 1 - P(Z≤(109-88)/20)= 1 - P(Z≤1.05)= 1 - 0.85314= 0.14686
Let Ai be the event of "the shopper spent more than $109 at the mall"
Then P(Ai)= 0.14686 ≅ 0.15
If two independent shoppers are selected, the probability of both spending more than $109 is:
P(A₁∩A₂) = P(A₁)*P(A₂)= 0.15*0.15= 0.0225
I hope it helps!