Mathwords logoMathwords

AP Statistics Formula Sheet — Complete Test Reference

A complete AP Statistics reference covering descriptive statistics, probability and counting, common distributions, sampling distributions, confidence intervals, and hypothesis testing. The College Board provides a formula sheet on the exam; this sheet covers everything you should know.

Descriptive Statistics

Sample Mean
xˉ=1ni=1nxi\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i
Sample Variance
s2=1n1(xixˉ)2s^2 = \frac{1}{n - 1}\sum (x_i - \bar{x})^2
Sample Standard Deviation
s=s2s = \sqrt{s^2}
Z-Score
z=xμσz = \frac{x - \mu}{\sigma}
IQR
IQR=Q3Q1\text{IQR} = Q_3 - Q_1
Outlier Rule
x<Q11.5IQR or x>Q3+1.5IQRx < Q_1 - 1.5 \cdot \text{IQR} \text{ or } x > Q_3 + 1.5 \cdot \text{IQR}

Probability Rules

Addition Rule (General)
P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
Multiplication Rule (Independent)
P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B)
Conditional Probability
P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}
Bayes' Theorem
P(AB)=P(BA)P(A)P(B)P(A \mid B) = \frac{P(B \mid A) P(A)}{P(B)}
Complement
P(Ac)=1P(A)P(A^c) = 1 - P(A)

Random Variables & Expected Value

Expected Value (Discrete)
E[X]=μX=xip(xi)E[X] = \mu_X = \sum x_i p(x_i)
Variance
Var(X)=σX2=(xiμX)2p(xi)\operatorname{Var}(X) = \sigma_X^2 = \sum (x_i - \mu_X)^2 p(x_i)
Standard Deviation
σX=Var(X)\sigma_X = \sqrt{\operatorname{Var}(X)}
Linear Transform
E[aX+b]=aμX+b, Var(aX+b)=a2σX2E[aX + b] = a\mu_X + b,\ \operatorname{Var}(aX + b) = a^2 \sigma_X^2
Sum of Independent RVs
Var(X+Y)=σX2+σY2\operatorname{Var}(X + Y) = \sigma_X^2 + \sigma_Y^2

Common Distributions

Binomial PMF
P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}
Binomial Mean / SD
μ=np, σ=np(1p)\mu = np,\ \sigma = \sqrt{np(1 - p)}
Geometric PMF
P(X=k)=(1p)k1pP(X = k) = (1 - p)^{k - 1} p
Geometric Mean
μ=1p\mu = \frac{1}{p}
Normal PDF
f(x)=1σ2πe(xμ)2/(2σ2)f(x) = \frac{1}{\sigma \sqrt{2 \pi}} e^{-(x - \mu)^2 / (2 \sigma^2)}
Standardization
Z=XμσN(0,1)Z = \frac{X - \mu}{\sigma} \sim N(0, 1)

Sampling Distributions

Sample Mean Distribution (CLT)
XˉN ⁣(μ, σn) for large n\bar{X} \sim N\!\left(\mu,\ \tfrac{\sigma}{\sqrt{n}}\right) \text{ for large } n
Standard Error of the Mean
SExˉ=snSE_{\bar{x}} = \frac{s}{\sqrt{n}}
Standard Error of a Proportion
SEp=p(1p)nSE_p = \sqrt{\frac{p(1 - p)}{n}}
Standard Error (Difference of Means)
SE=s12n1+s22n2SE = \sqrt{\tfrac{s_1^2}{n_1} + \tfrac{s_2^2}{n_2}}

Confidence Intervals

Mean (Known σ)
xˉ±zσn\bar{x} \pm z^* \cdot \tfrac{\sigma}{\sqrt{n}}
Mean (Unknown σ, t-Interval)
xˉ±tsn\bar{x} \pm t^* \cdot \tfrac{s}{\sqrt{n}}
Proportion
p^±zp^(1p^)n\hat{p} \pm z^* \sqrt{\tfrac{\hat{p}(1 - \hat{p})}{n}}
Difference of Means
(xˉ1xˉ2)±ts12n1+s22n2(\bar{x}_1 - \bar{x}_2) \pm t^* \sqrt{\tfrac{s_1^2}{n_1} + \tfrac{s_2^2}{n_2}}
Difference of Proportions
(p^1p^2)±zp^1(1p^1)n1+p^2(1p^2)n2(\hat{p}_1 - \hat{p}_2) \pm z^* \sqrt{\tfrac{\hat{p}_1(1-\hat{p}_1)}{n_1} + \tfrac{\hat{p}_2(1-\hat{p}_2)}{n_2}}

Hypothesis Tests

Test Statistic (Mean, z-test)
z=xˉμ0σ/nz = \frac{\bar{x} - \mu_0}{\sigma / \sqrt{n}}
Test Statistic (Mean, t-test)
t=xˉμ0s/nt = \frac{\bar{x} - \mu_0}{s / \sqrt{n}}
Test Statistic (Proportion)
z=p^p0p0(1p0)/nz = \frac{\hat{p} - p_0}{\sqrt{p_0(1 - p_0)/n}}
Chi-Square Test Statistic
χ2=(OE)2E\chi^2 = \sum \frac{(O - E)^2}{E}
Two-Sample t Test
t=xˉ1xˉ2s12n1+s22n2t = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\tfrac{s_1^2}{n_1} + \tfrac{s_2^2}{n_2}}}

Linear Regression

Regression Line
y^=b0+b1x\hat{y} = b_0 + b_1 x
Slope
b1=rsysxb_1 = r \cdot \frac{s_y}{s_x}
Intercept
b0=yˉb1xˉb_0 = \bar{y} - b_1 \bar{x}
Correlation Coefficient
r=1n1 ⁣(xixˉsx) ⁣(yiyˉsy)r = \frac{1}{n - 1}\sum\!\left(\tfrac{x_i - \bar{x}}{s_x}\right)\!\left(\tfrac{y_i - \bar{y}}{s_y}\right)
Coefficient of Determination
R2=r2R^2 = r^2

Related Pages