Allen's hummingbird (Selasphorus sasin) has been studied by zoologist Bill Alther.† Suppose a small group of 10 Allen's hummingbirds has been under study in Arizona. The average weight for these birds is x = 3.15 grams. Based on previous studies, we can assume that the weights of Allen's hummingbirds have a normal distribution, with σ = 0.22 gram.
(a) Find an 80% confidence interval for the average weights of Allen's hummingbirds in the study region. What is the margin of error? (Round your answers to two decimal places.)
lower limit | |
upper limit | |
margin of error |
(b) What conditions are necessary for your calculations?
(Select all that apply.)
σ is unknown
uniform distribution of weights
n is large
σ is known
normal distribution of weights
(c) Interpret your results in the context of this problem.
There is a 20% chance that the interval is one of the intervals containing the true average weight of Allen's hummingbirds in this region.
The probability that this interval contains the true average weight of Allen's hummingbirds is 0.20.
There is an 80% chance that the interval is one of the intervals containing the true average weight of Allen's hummingbirds in this region.
The probability that this interval contains the true average weight of Allen's hummingbirds is 0.80.
The probability to the true average weight of Allen's hummingbirds is equal to the sample mean.
(d) Find the sample size necessary for an 80% confidence level with
a maximal margin of error E = 0.11 for the mean weights of
the hummingbirds. (Round up to the nearest whole number.)
_____________________________ hummingbirds
Solution:
use confidence.norm function to get the margin of error
alpha=1-0.80=0.20
margin of error==CONFIDENCE.NORM(0.2,0.22,10)=0.089157681
80% lower limit=xbar-MOE=3.15-0.089157681=3.06
80% upper limit=xbar+MOE=3.15+0.089157681= 3.239158=3.24
lower limit=3.06
upper limit=3.24
margin of error=0.09
Solution-b:
σ is known
normal distribution of weights
Solution-c;
There is an 80% chance that the interval is one of the intervals containing the true average weight of Allen's hummingbirds in this region.
Solution-d;
n=(Z*sigma/E)^2
z critical for 80%= 0.8416212
n=( 0.8416212*0.22/0.11)^2
n=2.833305
n=3
Required sample size=3
Get Answers For Free
Most questions answered within 1 hours.