Data Analysis For Managers Week 4
Data Analysis For Managers Week 4
9.10
Let X represent the mean of the toss of two fair dice. Use the probabilities listed in Table to determine
the following probabilities.
a. P(X̅ = 1) = 1/36
b. P(X̅ = 6) = 1/36
9.18
Given a normal population whose mean is 50 and whose standard deviation is 5, find the probability
that a random sample of
σ
n=16, µ=50, σ = 5, σx = = 1.25 =NORM.DIST(52,50,1.25,TRUE)-NORM.DIST(49,50,1.25,TRUE)
√n
P(49< X̅<52) = 0.73334531
σ =NORM.DIST(52,50,1,TRUE)-NORM.DIST(49,50,1,TRUE)
n=25, µ=50, σ = 5, σx = =1
√n
P(49< X̅<52) = 0.818594614
9.20
Repeat Exercise 9.18 for a standard deviation of 20
σ
n=16, µ=50, σ = 20, σx = =5 =NORM.DIST(52,50,5,TRUE)-NORM.DIST(49,50,5,TRUE)
√n
P (49< X̅<52) = 0.234681
σ =NORM.DIST(52,50,4,TRUE)-NORM.DIST(49,50,4,TRUE)
n=25, µ=50, σ = 20, σx = =4
√n
P (49< X̅<52) = 0.290169
9.32
The manufacturer of cans of salmon that are supposed to have a net weight of 6 ounces tells you that
the net weight is actually a normal random variable with a mean of 6.05 ounces and a standard
deviation of .18 ounces. Suppose that you draw a random sample of 36 cans.
a. Find the probability that the mean weight of the sample is less than 5.97 ounces.
σ =NORM.DIST(5.97,6.05,0.045,TRUE)
µ= 6.05, σ = 0.18, n=36, σx = =0.03
√n
P ( X̅ < 5.97) = 0.00383
b. Suppose your random sample of 36 cans of salmon produced a mean weight that is less than 5.97
ounces. Comment on the statement made by the manufacturer.
As the probability of occurrence is very low, I would suggest a recheck by another sample.
9.40
The property tax paid by homeowners in a large city was determined to be normally distributed with a
mean of $2,800 and a standard deviation of $400. A random sample of four homes was drawn.
a. What is the probability distribution of the mean of the sample of four homes?
σ
The distribution will be normal with mean 2800, and σx = =200
√n
b. Determine the probability that the sample mean falls between $2,500 and $2,900.
9.42
a. In a binomial experiment with n = 300 and p = .5, find the probability that P^ is greater than 60%.
p(1− p)
σ=
√ n
= 0.028868 =1-NORM.DIST(0.6,0.5,0.028868,TRUE)
P(P^>0.6) = 0.000266
P(P^>0.6) = 0.040862
p(1− p)
σ=
√ n
= 0.028284
=1-NORM.DIST(0.6,0.6,0.028284,TRUE)
P(P^>0.6) = 0.5
9.50
A commercial for a manufacturer of household appliances claims that 3% of all its products require a
service call in the first year. A consumer protection association wants to check the claim by surveying
400 households that recently purchased one of the company’s appliances. What is the probability that
more than 5% require a service call within the first year?
p(1− p)
n=400, p=0.03, σ=
√ n
= 0.008529 =1-NORM.DIST(0.05,0.03,0.008529,TRUE)
P(P^>0.05) = 0.009515
What would you say about the commercial’s honesty if in a random sample of 400 households 5% report
at least one service call?
The probability is very low, if the samples number of service calls are greater 5 %, then it is suspicious.
9.52
A university bookstore claims that 50% of its customers are satisfied with the service and prices.
a. If this claim is true, what is the probability that in a random sample of 600 customers less than 45%
are satisfied?
=NORM.DIST(0.45,0.5,0.020412,TRUE)
p(1− p)
p=0.5, n=600, σ=
√ n
= 0.020412
P(P^>0.45) = 0.007152
b. Suppose that in a random sample of 600 customers, 270 express satisfaction with the bookstore.
What does this tell you about the bookstore’s claim?
If 270/600 (45%) express satisfaction then the clams made are looks to be suspicious. Maybe calculating
satisfaction for another sample will give a better understanding.