This site is a work in progress. New lessons are added regularly. Contact us
Chapter Review · a rapid pre-test review (speedrun)

Probability and Statistics: Chapter Review

A rapid review before the test: the chapter's vocabulary and notation, every formula with the conditions to use it, the standard problem types step by step, and the traps that cost points.

Vocabulary and notation

Sample space SS, outcome, event
The set of possible results, one result, and any subset ASA \subseteq S; "not", "or", "and" are AcA^{c}, ABA \cup B, ABA \cap B.
Equally likely
Every outcome of SS carries the same chance: an assumption about the world, not a theorem. One experiment has many sample spaces, usually one equally likely.
Mutually exclusive (disjoint)
AB=A \cap B = \emptyset, so the events cannot both occur. A statement about sets; independence is one about numbers.
With and without replacement
Whether a drawn object is returned. With replacement the draws are independent; without, the second sees a reduced pool.
Resistant and sensitive
An outlier cannot drag a resistant statistic (median, IQR) but can drag a sensitive one (mean, range, standard deviation).
Right-skewed, left-skewed, bimodal
A long tail of large values, of small ones, or two separate peaks. Two peaks usually mean two mixed groups, which no single center describes.
Five-number summary and box plot
min\text{min}, Q1Q_1, median, Q3Q_3, max\text{max}, drawn as a box from Q1Q_1 to Q3Q_3, whiskers to the extremes inside the fences, outliers as points.
Density curve
The curve of a continuous quantity: probability is area under it, total area 11. Its height is not a probability.
φ\varphi and Φ\Phi
φ(z)=12πez2/2\varphi(z) = \frac{1}{\sqrt{2\pi}}e^{-z^2/2} is the standard normal height at zz; Φ(z)=P(Z<z)\Phi(z) = P(Z < z) is the area to its left, which a table records because no closed form exists.
Central Limit Theorem
A sum of many independent small effects tends to the normal shape, provided none dominates. Heavy-tailed quantities break that proviso.

Formulas and theorems

  • Counting principles

    n1×n2××nknktotal=case1++casertotal=wanted+unwanted\begin{gathered} n_1 \times n_2 \times \cdots \times n_k \\ n^k \\ \text{total} = \text{case}_1 + \cdots + \text{case}_r \\ \text{total} = \text{wanted} + \text{unwanted} \end{gathered}

    Use when Decision ii offers nin_i options regardless of the earlier ones; the COUNT is fixed, not the options. nkn^k is kk ordered slots with repeats. Add cases only if they overlap nowhere and miss nothing.

  • Permutations

    P(n,k)=n(n1)(nk+1)P(n,k)=n!(nk)!\begin{gathered} P(n,k) = n(n-1)\cdots(n-k+1) \\ P(n,k) = \frac{n!}{(n-k)!} \end{gathered}

    Use when Integers 0kn0 \le k \le n, distinct objects, no repeats, order matters. Exactly kk factors, the last nk+1n-k+1. P(n,n)=n!P(n,n) = n!, and 0!=10! = 1 is forced by making the closed form return it. Here PP COUNTS and is not a probability: it takes two integers and is at least 11.

  • Combinations

    (nk)=P(n,k)k!=n!k!(nk)!\binom{n}{k} = \frac{P(n,k)}{k!} = \frac{n!}{k!\,(n-k)!}

    Use when Integers 0kn0 \le k \le n, distinct objects, no repeats, order irrelevant; the k!k! forgets the order. (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k}, and (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1.

  • Arrangements of objects not all distinct

    n!n1!n2!nr!\frac{n!}{n_1!\,n_2!\,\cdots\,n_r!}

    Use when rr types with n1++nr=nn_1 + \cdots + n_r = n, copies of one type identical; divide by the factorials of the repeat counts.

  • Probability of an event

    P(A)=ASP(A) = \frac{\lvert A \rvert}{\lvert S \rvert}

    Use when SS finite with equally likely outcomes; forces 0P(A)10 \le P(A) \le 1, P()=0P(\emptyset) = 0, P(S)=1P(S) = 1. The eleven sums of two dice are not, so use the 3636 ordered pairs.

  • Complement and addition rules

    P(Ac)=1P(A)P(AB)=P(A)+P(B)P(AB)\begin{gathered} P(A^{c}) = 1 - P(A) \\ P(A \cup B) \\ = P(A) + P(B) - P(A \cap B) \end{gathered}

    Use when Both hold for any events. The complement needs no hypothesis; the addition rule subtracts the overlap that adding counts twice, and drops to P(A)+P(B)P(A) + P(B) only when AB=A \cap B = \emptyset.

    e.g. King or heart: 452+1352152=413\frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{4}{13}.

  • Conditional probability and the multiplication rule

    P(AB)=P(AB)P(B)P(AB)=ABBP(AB)=P(B)P(AB)\begin{gathered} P(A \mid B) = \frac{P(A \cap B)}{P(B)} \\ P(A \mid B) = \frac{\lvert A \cap B \rvert}{\lvert B \rvert} \\ P(A \cap B) = P(B)\,P(A \mid B) \end{gathered}

    Use when P(B)>0P(B) > 0; the count form also needs equally likely outcomes. Conditioning shrinks SS to BB, and P(AB)P(A \mid B) is not P(BA)P(B \mid A). The product form needs no independence.

  • Independence

    P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B)

    Use when The equation IS the definition, so compute it rather than sense it; equivalent to P(AB)=P(A)P(A \mid B) = P(A) when P(B)>0P(B) > 0. Positive-probability events are never both independent and mutually exclusive.

  • Mean and median as minimizers

    xˉ=1nxixˉ minimizes (xic)2the median minimizesxic\begin{gathered} \bar{x} = \frac{1}{n}\sum x_i \\ \bar{x} \ \text{minimizes} \ \sum (x_i - c)^2 \\ \text{the median minimizes} \\ \sum \lvert x_i - c \rvert \end{gathered}

    Use when Any data set. The mean's minimizer is unique; for odd nn so is the median's, while for even nn every value between the two middle ones ties. One value moved by dd shifts the mean by dn\frac{d}{n}.

  • Variance and standard deviation

    σ2=1N(xiμ)2s2=1n1(xixˉ)2\begin{gathered} \sigma^2 = \frac{1}{N}\sum (x_i - \mu)^2 \\ s^2 = \frac{1}{n-1}\sum (x_i - \bar{x})^2 \end{gathered}

    Use when N,μ,σN, \mu, \sigma for a whole population; n,xˉ,sn, \bar{x}, s for a sample estimating a larger one, needing n2n \ge 2. Square-root either for the original units.

    e.g. 1,3,5,7,91, 3, 5, 7, 9: (xi5)2=40\sum (x_i - 5)^2 = 40, so σ2=8\sigma^2 = 8 but s2=10s^2 = 10.

  • Quartiles, IQR, and Tukey's fences

    IQR=Q3Q1x<Q11.5IQRor  x>Q3+1.5IQR\begin{gathered} \text{IQR} = Q_3 - Q_1 \\ x < Q_1 - 1.5\,\text{IQR} \\ \text{or } \ x > Q_3 + 1.5\,\text{IQR} \end{gathered}
    Tukey's fences stand 1.5 IQR outside the box and flag whatever lies beyondA rectangle spanning the first to the third quartile, a vertical line inside it at the median, and whiskers from each end to a short cap. A capped bar below the rectangle is labelled IQR. Two highlighted dashed vertical lines sit one and a half interquartile ranges outside the box, and beyond the right-hand one a highlighted dot is labelled outlier.lower fenceupper fenceoutliermedianQ₁Q₃IQR
    Text description

    A box plot with its quartiles, median, and IQR marked, dashed fences 1.5 IQR beyond each end of the box, and one point past the upper fence flagged as an outlier.

    Use when Sort first; Q1,Q3Q_1, Q_3 are the medians of the halves, an odd count's middle value in neither. The 1.51.5 is a convention, and the IQR resists an outlier only once the count is big enough that the extremes sit outside the quartile CALCULATION: in 1,2,3,41, 2, 3, 4, Q3Q_3 averages the top two, so raising the 44 drags the IQR.

  • The 68-95-99.7 (empirical) rule

    P(Xμ<σ)0.68P(Xμ<2σ)0.95P(Xμ<3σ)0.997\begin{gathered} P(\lvert X - \mu \rvert < \sigma) \approx 0.68 \\ P(\lvert X - \mu \rvert < 2\sigma) \approx 0.95 \\ P(\lvert X - \mu \rvert < 3\sigma) \approx 0.997 \end{gathered}
    The 68-95-99.7 rule as three nested bands about the meanA symmetric bell curve over a horizontal axis whose marks are labelled minus three sigma through three sigma, with a dashed line at each. Below sit three nested highlighted bars centred on the mean, each reaching one more standard deviation each way than the one above and labelled with the share of the area it holds.−3σ−2σ−σμσ68%95%99.7%
    Text description

    A normal curve above three nested bands centred on the mean, holding 68%, 95%, and 99.7% of the area out to one, two, and three standard deviations.

    Use when Requires an approximately NORMAL distribution; it says nothing about a skewed or heavy-tailed one. Rounded from 68.27%68.27\%, 95.45%95.45\%, 99.73%99.73\%; the half-bands 34%34\%, 13.5%13.5\%, 2.35%2.35\% are its own bookkeeping.

  • z-score and its inverse

    z=xμσ,x=μ+zσz = \frac{x - \mu}{\sigma}, \qquad x = \mu + z\sigma

    Use when σ>0\sigma > 0, and the divisor is σ\sigma, never σ2\sigma^2. A zz counts standard deviations, carries no units, is not a probability, and is negative below the mean.

  • Reading the standard normal table

    P(Z<z)=Φ(z)P(Z>z)=1Φ(z)P(a<Z<b)=Φ(b)Φ(a)Φ(z)=1Φ(z)\begin{gathered} P(Z < z) = \Phi(z) \\ P(Z > z) = 1 - \Phi(z) \\ P(a < Z < b) = \Phi(b) - \Phi(a) \\ \Phi(-z) = 1 - \Phi(z) \end{gathered}

    Use when Continuous, standardized first; Φ\Phi is the area to the LEFT. An endpoint has no area, so P(X=c)=0P(X = c) = 0 and P(Z<z)=P(Zz)P(Z < z) = P(Z \le z), unlike a discrete distribution.

Problem types, step by step

Choose the counting formula and apply it

  1. Does rearranging the picks change the outcome? Titles and prizes yes, a committee or hand no.
  2. May an object be used twice?
  3. Ordered with repeats nkn^k; ordered without P(n,k)P(n,k); unordered without (nk)\binom{n}{k}.
  4. Multiply stage counts for a staged build; add case counts for disjoint kinds.

e.g. 33 distinct prizes among 88 people: 8×7×6=3368 \times 7 \times 6 = 336; a 33-person committee from 88: (83)=56\binom{8}{3} = 56.

Arrange a word whose letters repeat

  1. Count the letters by type; check the counts add to nn.
  2. Write n!n! over the product of the factorials of those counts.
  3. Cancel the largest factorial before multiplying out.

e.g. PEPPER, three P's and two E's: 6!3!2!=60\frac{6!}{3!\,2!} = 60.

Count or find the probability of "at least one"

  1. Name the complement, which is "none".
  2. Count or compute that single case.
  3. Subtract from the total, or from 11 for a probability.

e.g. At least one A in a 44-letter string over 2626 letters: 264254=6635126^4 - 25^4 = 66351; for 2323 birthdays, 1365×364××343365230.5071 - \frac{365 \times 364 \times \cdots \times 343}{365^{23}} \approx 0.507.

Find a probability from combination counts

  1. Count the sample space as all equally likely selections.
  2. Build the favourable ones in stages and multiply the stage counts.
  3. Divide, then check the answer lies in [0,1][0,1].

e.g. Exactly 22 women on a 33-person committee from 55 women and 44 men: (52)(41)/(93)=1021\binom{5}{2}\binom{4}{1}/\binom{9}{3} = \frac{10}{21}.

Chain two draws, with or without replacement

  1. Is the first object returned? That decides independence.
  2. Returned: multiply the two unchanged probabilities.
  3. Not returned: P(B)P(AB)P(B)\,P(A \mid B), the second factor off the reduced pool.

e.g. From 44 red and 66 blue, both red: 410×39=215\frac{4}{10} \times \frac{3}{9} = \frac{2}{15} without replacement, 425\frac{4}{25} with.

Test two events for independence

  1. Compute P(A)P(A), P(B)P(B), and P(AB)P(A \cap B) from the sample space.
  2. Compare P(AB)P(A \cap B) against the product P(A)P(B)P(A)P(B).
  3. Equal is independent, unequal dependent; disjoint events of positive probability are always dependent.

e.g. Two dice, AA "first is 11": against "sum is 77", 136=16×16\frac{1}{36} = \frac{1}{6} \times \frac{1}{6}, independent; against "sum is 44", 136172\frac{1}{36} \neq \frac{1}{72}, dependent.

Build a five-number summary and test for outliers

  1. Sort; read off the min and max.
  2. Median: average the two middle values for an even count.
  3. Q1,Q3Q_1, Q_3: the medians of the halves, an odd count's middle value in neither.
  4. Compute the IQR and both fences; flag every value outside them.

e.g. 4,7,9,12,15,18,22,404, 7, 9, 12, 15, 18, 22, 40: median 13.513.5, Q1=8Q_1 = 8, Q3=20Q_3 = 20, IQR=12\text{IQR} = 12, upper fence 3838, so 4040 is an outlier.

Compute a variance and a standard deviation

  1. Read the question for population or sample; it picks the divisor.
  2. Find the mean, list the deviations, check they sum to 00.
  3. Square and add them, divide by NN or by n1n-1, then square-root.

e.g. 3,7,11,153, 7, 11, 15 as a population: mean 99, (xi9)2=80\sum (x_i - 9)^2 = 80, so σ2=20\sigma^2 = 20, σ4.47\sigma \approx 4.47.

Use the normal table in both directions

  1. Value to area: standardize each endpoint, z=xμσz = \frac{x-\mu}{\sigma}, keeping the sign.
  2. Read Φ\Phi at each zz, with Φ(z)=1Φ(z)\Phi(-z) = 1 - \Phi(z); whole standard deviations can use the 68-95-99.7 bands instead.
  3. Assemble: left Φ(z)\Phi(z), right 1Φ(z)1 - \Phi(z), between Φ(b)Φ(a)\Phi(b) - \Phi(a).
  4. Area to value: convert to an area to the LEFT, find the matching zz, then x=μ+zσx = \mu + z\sigma.

e.g. μ=500\mu = 500, σ=100\sigma = 100: P(X>620)=1Φ(1.2)=0.1151P(X > 620) = 1 - \Phi(1.2) = 0.1151; the top 10%10\% needs area 0.900.90, so z1.28z \approx 1.28 and x628x \approx 628.

Exam traps

  • Trap Never asking whether order matters: ten people shaking hands counted as P(10,2)=90P(10,2) = 90.

    Fix A handshake is a set: (102)=45\binom{10}{2} = 45. The 9090 answers a different question, electing a president and vice-president.

  • Trap Adding for "or" without checking the overlap: king or heart as 452+1352=1752\frac{4}{52} + \frac{13}{52} = \frac{17}{52}.

    Fix Subtract the intersection: 1652\frac{16}{52}. Adding alone is legal only for disjoint events, and can otherwise exceed 11.

  • Trap Multiplying for "and" without checking independence: three hearts drawn without replacement as (14)3=164\left(\frac{1}{4}\right)^3 = \frac{1}{64}.

    Fix The pool shrinks each draw: 1352×1251×1150=11850\frac{13}{52} \times \frac{12}{51} \times \frac{11}{50} = \frac{11}{850}. Only P(B)P(AB)P(B)P(A \mid B) needs no independence.

  • Trap Calling mutually exclusive events independent because neither seems to say anything about the other.

    Fix Disjoint events of positive probability are maximally dependent: P(AB)=0P(A \mid B) = 0 while P(A)>0P(A) > 0. Independent ones of positive probability must overlap.

  • Trap Answering P(BA)P(B \mid A) for P(AB)P(A \mid B): a 99%99\% detection rate read as a 99%99\% chance of illness after a positive test.

    Fix They divide by different denominators: 11 case in 10001000 with a 5%5\% false-positive rate leaves a positive patient ill under 2%2\% of the time.

  • Trap Reserving one in advance: at least one woman on a 33-person committee from 44 men and 33 women as 3×(62)=453 \times \binom{6}{2} = 45.

    Fix That builds a two-woman committee twice and a three-woman one three times, an uneven overcount no division repairs. Total minus none: (73)(43)=31\binom{7}{3} - \binom{4}{3} = 31.

  • Trap Dividing by the repeat counts rather than their factorials: BANANA as 6!3×2=120\frac{6!}{3 \times 2} = 120.

    Fix Divide by the factorials: 6!3!2!=60\frac{6!}{3!\,2!} = 60.

  • Trap Reporting the mean as the typical value of skewed data.

    Fix The mean follows the tail, a reliable rule of thumb rather than a theorem: sales of 220,245,260,285,990220, 245, 260, 285, 990 average 400400, above four of five. Report the median, 260260, with the IQR.

  • Trap Dividing by nn when the numbers are a sample.

    Fix A sample takes its deviations from the mean it fitted to itself, so they are never too large. Divide by n1n-1; reserve NN for a population.

  • Trap Applying the 68-95-99.7 rule to right-skewed incomes.

    Fix The rule describes approximately normal data only. For skewed data report the median and IQR, and use a fence, not a band.

  • Trap Reading the table entry as the tail wanted: P(Z>1.4)P(Z > 1.4) answered 0.91920.9192, or 0.41920.4192 by subtracting from 0.50.5.

    Fix Φ\Phi is the area to the LEFT and the total is 11: P(Z>1.4)=10.9192=0.0808P(Z > 1.4) = 1 - 0.9192 = 0.0808. A negative zz needs Φ(z)=1Φ(z)\Phi(-z) = 1 - \Phi(z).

Chapter test Questions from across the chapter