Use a sample n=1400 , p=0.20 and a 99% confidence level to construct a confidence interval estimate of the population proportion, p

Respuesta :

Answer:

[tex]0.2 - 2.58\sqrt{\frac{0.2(1-0.2)}{1400}}=0.172[/tex]

[tex]0.2 + 2.58\sqrt{\frac{0.2(1-0.2)}{1400}}=0.228[/tex]

The 99% confidence interval would be given by (0.172;0.228)

Step-by-step explanation:

Previous concepts

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".  

The margin of error is the range of values below and above the sample statistic in a confidence interval.  

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".  

The population proportion have the following distribution

[tex]p \sim N(p,\sqrt{\frac{p(1-p)}{n}})[/tex]

Solution to the problem

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 99% of confidence, our significance level would be given by [tex]\alpha=1-0.99=0.01[/tex] and [tex]\alpha/2 =0.005[/tex]. And the critical value would be given by:

[tex]z_{\alpha/2}=-2.58, z_{1-\alpha/2}=2.58[/tex]

The confidence interval for the mean is given by the following formula:  

[tex]\hat p \pm z_{\alpha/2}\sqrt{\frac{\hat p (1-\hat p)}{n}}[/tex]

If we replace the values given we got:

[tex]0.2 - 2.58\sqrt{\frac{0.2(1-0.2)}{1400}}=0.172[/tex]

[tex]0.2 + 2.58\sqrt{\frac{0.2(1-0.2)}{1400}}=0.228[/tex]

The 99% confidence interval would be given by (0.172;0.228)

The confidence interval for the proportion is CI = 0.20 ± 0.0275.

Confidence interval

The formula for calculating the confidence interval for proportion is expressed as:

[tex]CI=p \pm z \cdot \sqrt{\frac{p(1-p)}{n} }[/tex]

where:

  • p is the proportion = 0.20
  • n is the sample space = 1400
  • z is the z-score at 99% interval = 2.98

Substitute into the formula;

[tex]CI=0.20 \pm 2.576 \cdot \sqrt{\frac{0.2(1-0.2)}{1400} }\\CI=0.20 \pm 2.576 \cdot \sqrt{\frac{0.2(0.8)}{1400} }\\CI = 0.20 \pm 0.0275\\[/tex]

Hence the confidence interval for the proportion is CI = 0.20 ± 0.0275.

Learn more on confidence interval here: https://brainly.com/question/25779324