Setting Up a Test for a Population Proportion

Carson West

AP Stats Home

Setting Up a Test for a Population Proportion

When we want to make a claim or decision about the true proportion of a certain characteristic within a population, we often use a Hypothesis Test. This process allows us to assess the evidence against a null hypothesis in favor of an alternative hypothesis. This note page focuses on the crucial initial steps of setting up such a test for a population proportion.


The Four-Step Process (Introduction)

A hypothesis test generally follows a four-step process, often remembered by mnemonics like “PHANTOMS” or “PANDA” (though specific steps vary slightly). The setup involves the first three parts:

  1. Parameters: Define the population parameter of interest.
  2. Hypotheses: State the null and alternative hypotheses.
  3. Assumptions/Conditions: Check the conditions required for the test.
  4. Name the test and Test statistic: Identify the appropriate test and calculate its statistic (covered in Carrying Out a Test for a Population Proportion).
  5. Obtain p-value: Determine the probability of observing our data (or more extreme) if the null hypothesis were true (covered in Interpreting p-Values).
  6. Make a decision and State a conclusion: Compare the p-value to the significance level and draw a conclusion in context (covered in Concluding a Test for a Population Proportion).

1. Defining the Parameter (P)

First, clearly define the population parameter you are interested in. For a test about a population proportion, this is usually denoted by $ p $ .

Example:


2. Stating Hypotheses (H)

This is a critical step where you articulate the claim you are testing. Every hypothesis test involves two competing statements: the null hypothesis ( $ H_0 $ ) and the alternative hypothesis ( $ H_a $ ).

Null Hypothesis ( $ H_0 $ )

The null hypothesis represents the status quo, a statement of no effect, no difference, or no change. It always includes an equality sign.

Alternative Hypothesis ( $ H_a $ )

The alternative hypothesis is the statement we are trying to find evidence for. It reflects the claim or suspicion that something has changed or is different. It can be one-sided (greater than or less than) or two-sided (not equal to).

Types of Alternative Hypotheses:

Type Notation Description
Two-Sided $ H_a: p \ne p_0 $ Used when we are interested in whether the true proportion is simply different from $ p_0 $ .
One-Sided $ H_a: p > p_0 $ Used when we are interested in whether the true proportion is greater than $ p_0 $ .
One-Sided $ H_a: p < p_0 $ Used when we are interested in whether the true proportion is less than $ p_0 $ .

Choosing the Alternative: The choice of $ H_a $ depends on the specific question being asked or the claim being investigated.

Example:


3. Checking Conditions (A)

Before performing a hypothesis test for a population proportion, three key conditions must be met to ensure the sampling distribution of the sample proportion ( $ \hat{p} $ ) is approximately normal. These are often referred to as the “Random, Normal, Independent” conditions. This builds upon concepts from Sampling Distributions for Sample Proportions.

a. Random Condition

The data must come from a Random Sampling and a Collection or a Randomized Experiment. This ensures the sample is representative of the population.

b. Normal Condition (Large Counts Condition)

The sampling distribution of $ \hat{p} $ is approximately normal if the expected number of successes and failures are both at least 10. Crucially, we use the hypothesized population proportion ( $ p_0 $ ) from $ H_0 $ for this check, not the sample proportion ( $ \hat{p} $ ).

Where:

c. Independent Condition (10% Condition)

When sampling without replacement, the observations must be independent. This is ensured if the sample size is no more than 10% of the population size.


Once these three steps are completed, you have successfully set up your hypothesis test for a population proportion and are ready to proceed with calculating the test statistic and p-value.