Respuesta :
Using the Central Limit Theorem, it is found that the sample proportion of people who voted in the 2014 elections is approximately normal, with mean of 0.36 and standard error of 0.0759.
Central Limit Theorem
- The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
- For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]
In this problem:
- 36% of eligible voters voted, hence [tex]p = 0.36[/tex].
- Samples of size 40, hence [tex]n = 40[/tex].
Then:
[tex]\mu = p = 0.36[/tex]
[tex]s = \sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{0.36(0.64)}{40}} = 0.0759[/tex]
Hence, the distribution is approximately normal, with mean of 0.36 and standard error of 0.0759.
To learn more about the Central Limit Theorem, you can take a look at https://brainly.com/question/16695444