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 free-response questions test whether students can choose a method, show conditions, calculate correctly, and explain results in context. This cheat sheet helps students organize written responses so graders can easily see the statistical reasoning. It is useful for reviewing common FRQ structures such as exploratory data analysis, probability, inference, and experimental design.

Key Facts

  • For any inference procedure, identify the parameter, state the method, check conditions, calculate the statistic, and write a conclusion in context.
  • A confidence interval has the general form statistic±critical value×standard error\text{statistic} \pm \text{critical value}\times \text{standard error}.
  • A significance test uses the test statistic z=statisticparameterstandard errorz=\frac{\text{statistic}-\text{parameter}}{\text{standard error}} or t=statisticparameterstandard errort=\frac{\text{statistic}-\text{parameter}}{\text{standard error}}.
  • The one-proportion standard error for a confidence interval is SE=p^(1p^)nSE=\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}.
  • The two-sample difference in means standard error is SE=s12n1+s22n2SE=\sqrt{\frac{s_1^2}{n_1}+\frac{s_2^2}{n_2}} when using sample standard deviations.
  • A pp-value is the probability, assuming H0H_0 is true, of getting a result as extreme as or more extreme than the observed result.
  • A Type I error means rejecting a true H0H_0, and a Type II error means failing to reject a false H0H_0.
  • For probability FRQs, define events clearly and use rules such as P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B) and P(AB)=P(AB)P(B)P(A\mid B)=\frac{P(A\cap B)}{P(B)}.

Vocabulary

Free-response question
A written AP Statistics problem that requires calculations, explanations, and statistical conclusions in context.
Parameter
A numerical value that describes a population, such as pp, μ\mu, or μ1μ2\mu_1-\mu_2.
Statistic
A numerical value calculated from a sample, such as p^\hat{p}, xˉ\bar{x}, or xˉ1xˉ2\bar{x}_1-\bar{x}_2.
Conditions
The required assumptions that justify using a statistical method, such as randomness, independence, and approximate normality.
Standard error
The estimated standard deviation of a sampling distribution, used to measure typical sampling variability.
Conclusion in context
A final statement that answers the original question using the problem setting, statistical evidence, and appropriate uncertainty language.

Common Mistakes to Avoid

  • Naming a procedure without checking conditions is incomplete because AP graders need evidence that the method is valid for the data.
  • Writing a generic conclusion is wrong because statistical conclusions must refer to the specific population, variable, and context in the question.
  • Interpreting the pp-value as the probability that H0H_0 is true is wrong because the pp-value assumes H0H_0 is true before measuring extremeness.
  • Using p^\hat{p} when the problem asks for pp is a mistake because sample statistics estimate population parameters but are not the same thing.
  • Forgetting units or labels on graphs and calculated values weakens the response because AP Statistics rewards clear communication of what each number represents.

Practice Questions

  1. 1 A random sample of 8080 students has 5252 who prefer online homework. Construct a 95%95\% confidence interval for the true proportion of students who prefer online homework.
  2. 2 A test of H0:p=0.40H_0:p=0.40 versus Ha:p>0.40H_a:p>0.40 gives p^=0.48\hat{p}=0.48 from a sample of 150150. Calculate the test statistic zz using SE=0.40(0.60)150SE=\sqrt{\frac{0.40(0.60)}{150}}.
  3. 3 Two independent samples have xˉ1=72\bar{x}_1=72, s1=8s_1=8, n1=40n_1=40, xˉ2=68\bar{x}_2=68, s2=10s_2=10, and n2=35n_2=35. Compute the standard error for xˉ1xˉ2\bar{x}_1-\bar{x}_2.
  4. 4 A student writes, "Because the pp-value is 0.030.03, there is a 3%3\% chance the null hypothesis is true." Explain why this statement is incorrect and rewrite it correctly in context.