191k views
2 votes
In an inductive generalization, in order to achieve an error margin of plus or minus 3 percentage points at a confidence level of about 95 percent, whats the smallest random sample we can get away with, regardless of the size of the target population

User Mahesmohan
by
7.9k points

1 Answer

2 votes
Let n = required random sample size.

Assume that the population standard deviation is known as σ.
Let m = sample mean.
At the 95% confidence level, the expected range is
(m - k(σ/√n), m + k(σ/√n))
where k = 1.96.

Therefore the error margin is 1.96(σ/√n).
Because the error margin is specified as 3% or 0.03, therefore
(1.96σ)/√n = 0.03
√n = (1.96σ)/0.03
n = 128.05σ²

This means that the sample size is about 128 times the population variance.

Answer:
Smallest sample size = 128.05σ², where σ = population standard deviation.
User Christian Trimble
by
8.3k points