Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

This sheet gathers every formula used in MATH 1209, organized by topic, with each symbol defined the first time it appears. The notation matches the weekly units: Roman letters (such as xˉ\bar{x}, ss, p^\hat{p}) are statistics computed from a sample, and Greek letters (such as μ\mu, σ\sigma, pp) are parameters that describe a whole population. Round only at the end of a calculation, never in the middle. A quick guide to entering these on a calculator is in the TI-83/84 Quick Guide.

1Summarizing data (Ch 2)

QuantityFormulaSymbols
Sample meanxˉ=∑xin\bar{x} = \dfrac{\sum x_i}{n}xix_i = each data value; nn = sample size; ∑\sum = “add up”
Sample variances2=∑(xi−xˉ)2n−1s^2 = \dfrac{\sum (x_i - \bar{x})^2}{n-1}average squared distance from the mean
Sample standard deviations=∑(xi−xˉ)2n−1s = \sqrt{\dfrac{\sum (x_i - \bar{x})^2}{n-1}}ss = typical distance of a value from xˉ\bar{x}, in original units
Rangemax−min\text{max} - \text{min}largest value minus smallest value
Interquartile rangeIQR=Q3−Q1IQR = Q_3 - Q_1Q1,Q3Q_1, Q_3 = 25th and 75th percentiles (first and third quartiles)
Lower / upper outlier fencesQ1−1.5⋅IQRQ_1 - 1.5\cdot IQR and Q3+1.5⋅IQRQ_3 + 1.5\cdot IQRa value beyond either fence is a flagged outlier

Five-number summary: minimum, Q1Q_1, median, Q3Q_3, maximum — the five values that a boxplot draws. The median is the middle value of the sorted data; Q1Q_1 and Q3Q_3 are the medians of the lower and upper halves.

2Probability rules (Ch 3–4)

Every probability is a number 0≤P(A)≤10 \le P(A) \le 1, where P(A)P(A) is the probability of event AA.

RuleFormulaWhen it applies
Complement ruleP(Ac)=1−P(A)P(A^c) = 1 - P(A)AcA^c = “AA does not happen”; always valid
Addition rule (general)P(A or B)=P(A)+P(B)−P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)any two events; the last term removes double-counting
Addition rule (disjoint)P(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B)only when AA and BB are disjoint (cannot both occur)
Multiplication rule (independent)P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)only when AA and BB are independent

3Discrete random variables (Ch 4–5)

A random variable XX assigns a number to each outcome; P(x)P(x) is the probability XX takes the value xx.

QuantityFormulaSymbols
Valid distribution∑P(x)=1\sum P(x) = 1, with each 0≤P(x)≤10 \le P(x) \le 1the probabilities of all values sum to exactly 1
Expected value (mean)E(X)=μ=∑x⋅P(x)E(X) = \mu = \sum x \cdot P(x)the probability-weighted (long-run) average of XX
Standard deviationSD(X)=σ=∑(x−μ)2 P(x)SD(X) = \sigma = \sqrt{\sum (x - \mu)^2 \, P(x)}the typical distance of an outcome from μ\mu

4The Normal model (Ch 4)

QuantityFormulaSymbols
z-scorez=x−μσz = \dfrac{x - \mu}{\sigma}how many standard deviations xx is above (++) or below (−-) the mean
Empirical rule (68–95–99.7)68% within ±1σ\pm 1\sigma, 95% within ±2σ\pm 2\sigma, 99.7% within ±3σ\pm 3\sigmaof the mean, for an approximately Normal distribution

μ\mu = population (or model) mean and σ\sigma = population standard deviation. A Normal model is written N(μ,σ)N(\mu, \sigma); the standard Normal is N(0,1)N(0,1). To standardize a sample value instead, use z=(x−xˉ)/sz = (x - \bar{x})/s.

5Foundations for inference (Ch 5)

QuantityFormulaSymbols
Standard error of a proportionSEp^=p^ (1−p^)nSE_{\hat{p}} = \sqrt{\dfrac{\hat{p}\,(1 - \hat{p})}{n}}p^\hat{p} = sample proportion; typical wobble of p^\hat{p}
Standard error of a meanSExˉ=snSE_{\bar{x}} = \dfrac{s}{\sqrt{n}}use σ/n\sigma/\sqrt{n} when σ\sigma is known
Confidence interval (general)point estimate±(critical value)×SE\text{point estimate} \pm (\text{critical value}) \times SEa range of plausible values for the parameter
Margin of errorME=(critical value)×SEME = (\text{critical value}) \times SEhalf the width of a confidence interval
Test statistic (general)estimate−null valueSE\dfrac{\text{estimate} - \text{null value}}{SE}how far the estimate sits from the claim, in SESE units
Decision rulereject H0H_0 if p-value <α< \alpha; otherwise fail to rejectα\alpha = significance level, chosen before seeing data

6Inference for a proportion (Ch 6)

QuantityFormulaSymbols
Success–failure conditioninterval: np^≥10n\hat{p} \ge 10 and n(1−p^)≥10n(1-\hat{p}) \ge 10; test: np0≥10np_0 \ge 10 and n(1−p0)≥10n(1-p_0) \ge 10must hold to use a Normal-based procedure
One-proportion z-intervalp^±z∗p^ (1−p^)n\hat{p} \pm z^{*}\sqrt{\dfrac{\hat{p}\,(1-\hat{p})}{n}}SESE uses the sample value p^\hat{p}
One-proportion z-testz=p^−p0p0(1−p0)/nz = \dfrac{\hat{p} - p_0}{\sqrt{p_0(1-p_0)/n}}SESE uses the claimed value p0p_0

pp = the true population proportion (a parameter); p0p_0 = the specific value of pp claimed by H0H_0.

7Inference for a mean (Ch 7)

QuantityFormulaSymbols
One-mean t-intervalxˉ±t∗sn\bar{x} \pm t^{*}\dfrac{s}{\sqrt{n}}, with df=n−1df = n - 1uses the t-distribution because σ\sigma is unknown
One-mean t-testt=xˉ−μ0s/nt = \dfrac{\bar{x} - \mu_0}{s/\sqrt{n}}, with df=n−1df = n - 1μ0\mu_0 = the mean claimed by H0H_0

μ\mu = the true population mean (a parameter); dfdf = degrees of freedom, which fix the exact shape of the t-distribution.

8Critical values

z-critical values z∗z^{*} (for Normal-based intervals and tests — short enough to memorize):

Confidence level90%95%99%
z∗z^{*}1.6451.9602.576

t-critical values t∗t^{*} are read from a t-table (or invT) using the row for your degrees of freedom, df=n−1df = n - 1. They are always larger than the matching z∗z^{*} for small samples and shrink toward z∗z^{*} as dfdf grows. For example, the row for df=23df = 23 reads:

dfdf90%95%99%
231.7142.0692.807

9Symbols at a glance

SymbolMeaning
nnsample size
∑\sum“add up all the terms”
xˉ\bar{x}sample mean (a statistic)
μ\mupopulation mean / expected value (a parameter)
ss, s2s^2sample standard deviation and sample variance
σ\sigma, σ2\sigma^2population standard deviation and variance
Q1,Q3Q_1, Q_3first and third quartiles (25th, 75th percentiles)
IQRIQRinterquartile range, Q3−Q1Q_3 - Q_1
P(A)P(A), AcA^cprobability of event AA; complement of AA
XX, P(x)P(x)a random variable; the probability it equals the value xx
E(X)E(X), SD(X)SD(X)expected value and standard deviation of XX
zzz-score, (x−μ)/σ(x-\mu)/\sigma
pp, p^\hat{p}population proportion (parameter); sample proportion (statistic)
SESEstandard error (the SD of a sampling distribution)
z∗z^{*}, t∗t^{*}critical values for a chosen confidence level
MEMEmargin of error
dfdfdegrees of freedom, n−1n - 1 for one-mean inference
H0H_0, HAH_Anull and alternative hypotheses
α\alphasignificance level (chosen before seeing the data)
p0p_0, μ0\mu_0the value claimed under H0H_0 for a proportion or a mean