Notes For Exam 3
Notes For Exam 3
Beer bottles are filled so that they contain an average of 450 ml of beer in each bottle. Suppose that the
amount of beer in a bottle is normally distributed with a standard deviation of 8 ml.
What is the probability that a randomly selected 6-pack of beer will have a mean amount less than 444
ml?
A simple random sample of 33 observations is derived from a normally distributed population with a
population standard deviation of 5.6.
=NORM.INV(0.975, 0, 1)*5.6/SQRT(33)
=CONFIDENCE.NORM(0.05,5.6,33)
=NORM.INV(0.950, 0, 1)*5.6/SQRT(33)
=CONFIDENCE.NORM(0.1,5.6,33)
In order to estimate the mean 30-year fixed mortgage rate for a home loan in the United States, a
random sample of 13 recent loans is taken. The average calculated from this sample is 6.30%. It can be
assumed that 30-year fixed mortgage rates are normally distributed with a population standard
deviation of 0.50%. Compute 90% and 95% confidence intervals for the population mean 30-year fixed
mortgage rate.
Consider a normal population with an unknown population standard deviation. A random sample
results in x¯x¯ = 64.54 and s2s-squared = 46.24.
Compute the 90% confidence interval for μ if x¯x¯ and s2s-squared were obtained from a sample of 27
observations.
In Excel:
Chapter 9
H0: μ = 110
HA: μ ≠ 110
Calculate the value of the test statistic with x−x− = 133 and n = 80.
((133-110)/(63/sqrt(80))
=2*NORM.DIST(-1.7037, 0, 1, TRUE)
=1-norm.s.dist(z,True)
<>
=norm.s.dist(z,true)
><