Skip to main content
Statistics LibreTexts

7.3: A Population Proportion

  • Page ID
    29611
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    30

    A Population Proportion

    jkesler


    [latexpage]

    During an election year, we see articles in the newspaper that state confidence intervals in terms of proportions or percentages. For example, a poll for a particular candidate running for president might show that the candidate has 40% of the vote within three percentage points (if the sample is large enough). Often, election polls are calculated with 95% confidence, so, the pollsters would be 95% confident that the true proportion of voters who favored the candidate would be between 0.37 and 0.43: (0.40 – 0.03,0.40 + 0.03).

    Investors in the stock market are interested in the true proportion of stocks that go up and down each week. Businesses that sell personal computers are interested in the proportion of households in the United States that own personal computers. Confidence intervals can be calculated for the true proportion of stocks that go up or down each week and for the true proportion of households in the United States that own personal computers.

    The procedure to find the confidence interval, the sample size, the margin of error or margin of error, and the confidence level for a proportion is similar to that for the population mean, but the formulas are different.

    How do you know you are dealing with a proportion problem? First, the underlying distribution is abinomial distribution. (There is no mention of a mean or average.) If X is a binomial random variable, then X ~ B(n, p) where n is the number of trials and p is the probability of a success. To form a proportion, take X, the random variable for the number of successes and divide it by n, the number of trials (or the sample size). The random variable $\hat P$ (read “P hat”) is that proportion,

    $\hat P = \frac{X}{n}$.

    When n is large and p is not close to zero or one, we can use the normal distribution to approximate the binomial.

    $X \sim N(np, \sqrt{npq})$

    If we divide the random variable, the mean, and the standard deviation by n, we get a normal distribution of proportions with P′, called the estimated proportion, as the random variable. (Recall that a proportion as the number of successes divided by n.)

    $\frac{X}{n} = \hat P \sim N \left( \frac{np}{n}, \frac{\sqrt{npq}}{n} \right)$

    Using algebra to simplify : npqn=pqnnpqn=pqn “>npqn=

    $\frac{np}{n} = p$ and  $\frac{\sqrt{npq}}{n} = \sqrt{\frac{pq}{n}}$

    $\hat P$ follows a normal distribution for proportions: $\hat P \sim N \left(p, \sqrt{\frac{pq}{n}}\right)$

    The confidence interval has the form $(\hat p – E, \hat p +E)$ where $E$ is the margin of error for the proportion.

    $\hat p = \frac{x}{n}$

    $\hat p$ = the estimated proportion of successes ($\hat p$ is a point estimate for p, the true proportion.)

    x = the number of successes

    n = the size of the sample

    The margin of error for a proportion is

    $E = z_{\alpha/2}\cdot \sqrt{\frac{\hat p \hat q}{n}}$ where $\hat q = 1 – \hat p$

    This formula is similar to the margin of error formula for a mean, except that the “appropriate standard deviation” is different. For a mean, when the population standard deviation is known, the appropriate standard deviation that we use is $\frac{\sigma}{\sqrt{n}}$. For a proportion, the appropriate standard deviation is $\sqrt{\frac{pq}{n}}$

    However, in the margin of error formula, we use $\sqrt{\frac{\hat p \hat q}{n}}$ (with the hats)  as the standard deviation, instead of $\sqrt{\frac{pq}{n}}$.

    In the margin of error formula, the sample proportions $\hat p$ and $\hat q$ are estimates of the unknown population proportions p and q. The estimated proportions $\hat p$ and $\hat q$ are used because p and q are not known. The sample proportions $\hat p$ and $\hat q$ are calculated from the data: $\hat p$ is the estimated proportion of successes, and $\hat q$ is the estimated proportion of failures.

    The confidence interval can be used only if the number of successes $n\hat p$ and the number of failures $n \hat q$ are both greater than five.

    Note

    For the normal distribution of proportions, the z-score formula is as follows.

    If $\hat P \sim N \left(p, \sqrt{\frac{pq}{n}}\right)$ then the z-score formula is $z = \frac{\hat p -p}{\sqrt{\frac{pq}{n}}}$

    Example 7.10

    Suppose that a market research firm is hired to estimate the percent of adults living in a large city who have cell phones. Five hundred randomly selected adult residents in this city are surveyed to determine whether they have cell phones. Of
    the 500 people surveyed, 421 responded yes – they own cell phones. Using a 95% confidence level, compute a confidence interval estimate for the true proportion of adult residents of this city who have cell phones.

    Try It 7.10

    Suppose 250 randomly selected people are surveyed to determine if they own a tablet. Of the 250 surveyed, 98 reported owning a tablet. Using a 95% confidence level, compute a confidence interval estimate for the true proportion of people who own tablets.

    Example 7.11

    For a class project, a political science student at a large university wants to estimate the percent of students who are registered voters. He surveys 500 students and finds that 300 are registered voters. Compute a 90% confidence interval for the true percent of students who are registered voters, and interpret the confidence interval.

    Try It 7.11

    A student polls his school to see if students in the school district are for or against the new legislation regarding school uniforms. She surveys 600 students and finds that 480 are against the new legislation.

     

    a. Compute a 90% confidence interval for the true percent of students who are against the new legislation, and interpret the confidence interval.

    b. In a sample of 300 students, 68% said they own an iPod and a smart phone. Compute a 97% confidence interval for the true percent of students who own an iPod and a smartphone.

    Calculating the Sample Size n

    If researchers desire a specific margin of error, then they can use the margin of error formula to calculate the required sample size.

    The margin of error formula for a population proportion is

    • $E = z_{\alpha/2}\cdot \sqrt{\frac{\hat p \hat q}{n}}$
    • Solving for $n$ gives you an equation for the sample size.
    • $n = \frac{\left(z_{\alpha/2}\right)^2 \hat p \hat q}{E^2}$

    Example 7.14

    Suppose a mobile phone company wants to determine the current percentage of customers aged 50+ who use text messaging on their cell phones. How many customers aged 50+ should the company survey in order to be 90% confident that the estimated (sample) proportion is within three percentage points of the true population proportion of customers aged 50+ who use text messaging on their cell phones.

    Try It 7.14

    Suppose an internet marketing company wants to determine the current percentage of customers who click on ads on their smartphones. How many customers should the company survey in order to be 90% confident that the estimated proportion is within five percentage points of the true population proportion of customers who click on ads on their smartphones?


    7.3: A Population Proportion is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?