122k views
4 votes
The water works commission needs to know the mean household usage of water by the residents of a small town in gallons per day. They would like the estimate to have a maximum error of 0.1 gallons. A previous study found that for an average family the variance is 5.76 gallons and the mean is 17.9 gallons per day. If they are using a 99% level of confidence, how large of a sample is required to estimate the mean usage of water?

2 Answers

1 vote

Final answer:

To estimate the mean water usage with a 0.1 gallon margin of error and 99% confidence, the water works commission should sample approximately 3832 households, based on a known population variance of 5.76 gallons and a mean of 17.9 gallons per day.

Step-by-step explanation:

To estimate the mean household usage of water by the residents of a small town with a maximum error of 0.1 gallons at a 99% level of confidence, we must determine the appropriate sample size. Given the variance of 5.76 gallons and a previously studied mean of 17.9 gallons per day, we can use the formula for the sample size of a mean when the population standard deviation is known:

n = (Z^2 * σ^2) / E^2

Where:

n is the sample size

Z is the Z-value corresponding to the desired level of confidence (from Z-table)

σ is the population standard deviation (the square root of the variance)

E is the maximum error of the estimate

For a 99% confidence level, the Z-value is approximately 2.576. The population standard deviation σ is the square root of the variance, which is √5.76. The maximum error E is 0.1 gallons.

Thus, n = (2.576^2 * √5.76^2) / 0.1^2 = (6.64 * 5.76) / 0.01 = 38.3104 / 0.01 = 3831.04. Therefore, the water works commission would need to sample approximately 3832 households (since we round up to the next whole number).

User DaFois
by
3.4k points
3 votes

Answer:

19,652

Step-by-step explanation:

Error (E) = (t×sd)/√n

√n = (t×sd)/E

sd = √variance = √5.76 = 2.4, E = 0.1

Assuming the average family is a family of 4

n = 4, degree of freedom = n-1 = 4-1 = 3, t-value corresponding to 3 degrees of freedom and 99% confidence level is 5.841

√n = 5.841×2.4/0.1 = 140.184

√n = 140.184

n = 140.184^2 = 19651.55

n = 19,652

User Numpty
by
3.3k points