Login
📚 Statistics with Technology 2e
Chapters ▾
⇩ Download ▾

8.2 One-Sample Interval for the Proportion

Suppose you want to estimate the population proportion, p. As an example you may be curious what proportion of students at your school smoke. Or you could wonder what is the proportion of accidents caused by teenage drivers who do not have a drivers’ education class.

Confidence Interval for One Population Proportion (1-Prop Interval)

  1. State the random variable and the parameter in words.
    x = number of successes
    p = proportion of successes
  2. State and check the assumptions for confidence interval
    1. A simple random sample of size n is taken.
    2. The condition for the binomial distribution are satisfied
    3. To determine the sampling distribution of p^, you need to show that np^5 and nq^5, where q^=1p^. If this requirement is true, then the sampling distribution of p^ is well approximated by a normal curve. (In reality this is not really true, since the correct assumption deals with p. However, in a confidence interval you do not know p, so you must use p^. This means you just need to show that x5 and nx5.)
  3. Find the sample statistic and the confidence interval
    Sample Proportion:
    p^=xn=# of successes # of trials 
    Confidence Interval:
    p^E<p<p^+E
    Where
    p = population proportion
    p^ = sample proportion
    n = number of sample values
    E = margin of error
    zc= = critical value
    q^=1p^
    E=zcp^q^n
  4. Statistical Interpretation: In general this looks like, “there is a C% chance that p^E<p<p^+E contains the true proportion.”
  5. Real World Interpretation: This is where you state what interval contains the true proportion.

The critical value is a value from the normal distribution. Since a confidence interval is found by adding and subtracting a margin of error amount from the sample proportion, and the interval has a probability of containing the true proportion, then you can think of this as the statement P(p^E<p<p^+E)=C. You can use the invNorm command on the TI-83/84 calculator or qnorm command on R to find the critical value. The critical values will always be the same value, so it is easier to just look at table A.1 in the appendix.

You can also do the calculations for the confidence interval with technology. The following example shows the process on the TI-83/84.

Homework