SOLUTION: 6) A local Board of Elections wants to estimate the average number of voters per district for the last election. A random sample of 81 districts shows a sample mean of 168 voters
Algebra.Com
Question 983356: 6) A local Board of Elections wants to estimate the average number of voters per district for the last election. A random sample of 81 districts shows a sample mean of 168 voters with a standard deviation of 45 voters. Find a 99% confidence interval (to the nearest tenth) for the population mean number of voters per district.
Please help!! Thank you so much!!
Answer by reviewermath(1029) (Show Source): You can put this solution on YOUR website!
A local Board of Elections wants to estimate the average number of voters per district for the last election. A random sample of 81 districts shows a sample mean of 168 voters with a standard deviation of 45 voters. Find a 99% confidence interval (to the nearest tenth) for the population mean number of voters per district.
Solution:
Central Limit Theorem applies because the sample size, n > 30
R code:
> n = 81
> s = 45
> SE = s/sqrt(n)
> E = qnorm(.995)*SE #margin of error
> xbar =168
> xbar + c(-E, E)
[1] 155.1209 180.8791
The 99% confidence interval for the population mean number of voters per district to the nearest tenth is (155.1, 180.9)
Interpretation:
99% of all samples of size 81 will contain the unknown population mean number of voters per district (μ) between its lower and upper confidence interval limits.
RELATED QUESTIONS
Question 6.59 from the book Statistics for Management and Economics, page 176
Refer to (answered by ikleyn)
Suppose that a particular candidate for public office is in fact favored by 49% of all... (answered by stanbon)
A researcher claims that the Republican Party is going to win in the next Senate... (answered by CPhill)
A candidate believes that 2/3 of the registered voters in his district will vote for him... (answered by stanbon)
1.ELECTIONS In an election for sheriff,
210 people voted. If there were 1,260
possible... (answered by edjones)
In a local election district there are 143 Republicans, 608 Democrats, and 107... (answered by stanbon)
In a random sample of 1,500 voters showed that 52% favor candidate A over candidate B in... (answered by dukej,Boreal)
In a survey of 250 Voters prior to the election, 16% indicated that they would vote for... (answered by Boreal)
In a survey of 250 Voters prior to election, 16% indicated that they would vote for the... (answered by Boreal)