Homework #5 Solutions
1. (3 points): Stephen Stigler determined in 1977 that the speed of light is 299,710.5 km/sec. In 1882,
Albert Michelson had collected measurements on the speed of light ("Student t-distribution," 2013). Is
there evidence to show that Michelson’s data is different from Stigler’s value of the speed of light?
a.) State the random variable
For this problem, the random variable will be: x = speed of light measured by Albert Michelson
b.) State the population parameter
The population parameter will be: μ = mean speed of light measured by Albert Michelson
c.) State the hypotheses
The hypotheses for this experiment are given by:
𝑯𝟎 : 𝝁 = 𝟐𝟗𝟗, 𝟕𝟏𝟎. 𝟓 𝒌𝒎/𝒔
𝑯𝑨 : 𝝁 ≠ 𝟐𝟗𝟗, 𝟕𝟏𝟎. 𝟓 𝒌𝒎/𝒔
2. (3 points): According to the February 2008 Federal Trade Commission report on consumer fraud and
identity theft, 23% of all complaints in 2007 were for identity theft. In that year, Alaska had 321
complaints of identity theft out of 1,432 consumer complaints ("Consumer fraud and," 2008). Does this
data provide enough evidence to show that Alaska had a lower proportion of identity theft than 23%?
a.) State the type I error in this case, consequences of this error type for this situation, and the
appropriate alpha level to use.
In this situation, the Type I error is saying that the proportion of complaints from identity theft in
Alaska is less than 23%, when it is 23%. One consequence of this error is that the Federal Trade
Commission (FTC) would think that identity theft isn’t as big as a problem when it is.
Thus, the FTC may not put as much effort into stopping or investigating identity theft in Alaska as it
should.
b.) State the type II error in this case, consequences of this error type for this situation, and the
appropriate alpha level to use.
Type II error: saying that the proportion of complaints from identity theft in Alaska is 23%, when
it is less than 23%. One consequence of this error is that the Federal Trade Commission would put more
effort into Alaska then it needs to.
Thus, resources that could be used other places will be wasted in Alaska.
The best alpha level in this case would be 1%, since a type I error looks to have worse consequences than
a type II error.
Page 1 of 12
, 3. (3 points): According to the February 2008 Federal Trade Commission report on consumer fraud and
identity theft, 23% of all complaints in 2007 were for identity theft. In that year, Alaska had 321
complaints of identity theft out of 1,432 consumer complaints ("Consumer fraud and," 2008).
Does this data provide enough evidence to show that Alaska had a lower proportion of identity theft than
23%? Why or why not? Test at the 5% level.
We should start by writing down what we know (which is always a great place to start):
x = 321
n = 1432
p = 0.23 (or 23%)
α = 0.05
To fully address this problem, we shoudl follow the six step process presented in the textbook.
i.) State the random variable and the parameter in words.
The random variable is given by: x = number of complaints from identity theft in Alaska
The parameter of interest is given by: p = proportion of complaints from identity theft in Alaska
ii.) State the null and alternative hypotheses and the level of significance
The hypotheses for this experiment are given by:
𝐻0 : 𝑝 = 0.23
𝐻𝐴 : 𝑝 < 0.23
The level of significance is α = 0.05.
iii.) State and check the assumptions for a hypothesis test
a) A simple random sample of the category of 1432 complaints of identity theft in Alaska was taken.
The study says that the complaints were out of all complaints that year, but the year could have
been chosen at random. This assumption may be met, but you can’t be sure.
b) There are 1432 complaints in this sample. The reason for the complaint does not affect the next
complaint. There are only two outcomes, either the complaint was for identity theft or it wasn’t.
The chance that one complaint was for identity theft does not change. Thus the conditions for the
binomial distribution are satisfied
c) In this case p = 0.23 and n = 1432.
np = 1432 * 0.23 = 329.36 ≥ 5 and nq = 1432 * (1 – 0.23) = 1102.64 ≥ 5.
Thus, the sampling distribution for 𝑝̂ is a normal distribution; this means we will use a z-test.
iv.) Find the sample statistic, test statistic, and p-value
The sample proportion is given by:
x = 321
n = 1432
𝑥 321
𝑝̂ = 𝑛 = 1432 = 0.2242
The test statistic is given by:
𝑝̂ − 𝑝 0.2242 − 0.23
𝑧= = = −0.522
𝑝𝑞 0.23(1 − 0.23)
√ √
𝑛 1432
The p-value associated with this problem (going back to homework 4 for how to compute the p-value
from a z-statistic) is given by:
= NORM.S.DIST(z,cumulative)
= NORM.S.DIST (-0.522, TRUE) = 0.2998
Page 2 of 12