Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

AP Statistics inference problems require students to choose the correct test or interval before doing any calculations. This cheat sheet organizes the major decision points in an inference flowchart so students can match a situation to the correct procedure. It is especially useful for free response questions, where naming the procedure, checking conditions, and writing conclusions all matter.

Students need this reference to avoid mixing up proportions, means, paired data, and categorical tests.

The core idea is to identify the parameter, decide whether the task is a confidence interval or significance test, and then choose the correct formula. Most inference procedures use a test statistic of the form statisticparameterstandard error\frac{\text{statistic} - \text{parameter}}{\text{standard error}}. Conditions such as randomness, independence, approximate normality, and expected counts determine whether the method is valid.

Strong conclusions must interpret the result in context using the parameter and the evidence from the pp-value or confidence interval.

Key Facts

  • Use a one-proportion zz procedure when the parameter is pp and the data come from one categorical sample with success and failure counts.
  • Use a two-proportion zz procedure when comparing p1p2p_1 - p_2 from two independent categorical samples or treatments.
  • Use a one-sample tt procedure when the parameter is μ\mu and the data come from one quantitative sample with unknown population standard deviation.
  • Use a two-sample tt procedure when comparing μ1μ2\mu_1 - \mu_2 from two independent quantitative samples or treatments.
  • Use a paired tt procedure when data are matched pairs or before-and-after measurements, and analyze the differences with xˉd\bar{x}_d.
  • A common test statistic structure is z or t=statisticnull valuestandard errorz \text{ or } t = \frac{\text{statistic} - \text{null value}}{\text{standard error}}.
  • A confidence interval has the general form estimate±critical valuestandard error\text{estimate} \pm \text{critical value} \cdot \text{standard error}.
  • For chi-square procedures, use χ2=(OE)2E\chi^2 = \sum \frac{(O - E)^2}{E} and check that expected counts are usually at least 55.

Vocabulary

Parameter
A parameter is a numerical value that describes a population, such as pp, μ\mu, p1p2p_1 - p_2, or μ1μ2\mu_1 - \mu_2.
Statistic
A statistic is a numerical value calculated from sample data, such as p^\hat{p}, xˉ\bar{x}, p^1p^2\hat{p}_1 - \hat{p}_2, or xˉ1xˉ2\bar{x}_1 - \bar{x}_2.
Null Hypothesis
The null hypothesis H0H_0 states the default claim, usually that there is no difference, no association, or a parameter equals a specific value.
Alternative Hypothesis
The alternative hypothesis HaH_a states the claim being tested, such as p>p0p > p_0, μ<μ0\mu < \mu_0, or p1p20p_1 - p_2 \neq 0.
P-value
A pp-value is the probability, assuming H0H_0 is true, of getting a result as extreme or more extreme than the observed statistic.
Standard Error
Standard error estimates the typical sampling variability of a statistic, such as p^(1p^)n\sqrt{\frac{\hat{p}(1 - \hat{p})}{n}} for one proportion.

Common Mistakes to Avoid

  • Choosing a two-sample test for paired data is wrong because matched observations are not independent. For paired designs, subtract within each pair and use a one-sample tt procedure on the differences.
  • Using p^\hat{p} instead of p0p_0 in a one-proportion significance test standard error is wrong because the test assumes the null hypothesis is true. Use p0(1p0)n\sqrt{\frac{p_0(1 - p_0)}{n}} for the test statistic.
  • Forgetting to check conditions is wrong because inference formulas are only valid when sampling, independence, and distribution conditions are met. Always state conditions in context before calculating.
  • Interpreting a confidence interval as a probability about the fixed parameter is wrong because the parameter is not random in frequentist inference. Say that the method captures the true parameter in about the stated percent of repeated samples.
  • Writing a conclusion without context is wrong because AP Statistics scoring requires a decision tied to the population and problem setting. Include the parameter, comparison to α\alpha, and whether there is convincing evidence.

Practice Questions

  1. 1 A random sample of 120120 students finds that 7878 support a later school start time. Which inference procedure should be used to estimate the true proportion of all students who support the change, and what is the sample proportion p^\hat{p}?
  2. 2 A company tests whether a training program changes employee productivity by measuring the same 2525 employees before and after training. Which inference procedure should be used, and what variable should be analyzed?
  3. 3 In a two-way table with 33 rows and 44 columns, what are the degrees of freedom for a chi-square test of independence?
  4. 4 Explain how you would decide between a one-sample tt test, a two-sample tt test, and a paired tt test when reading an AP Statistics inference problem.