Topic 3 · Counting & Probability
AMC 10/12 · Cheatsheet

Topic 3 · Counting & Probability

Chapter 3 · Probability

📋 Reference · always available
Basic
P=#favorable#totalP = \tfrac{\#\text{favorable}}{\#\text{total}}
Independent
P(A and B)=P(A)P(B)P(A\text{ and }B) = P(A)P(B)
Complement
P(1)=1P(none)P(\ge1) = 1 - P(\text{none})
Geometric
Probability = favorable area ÷ total area.
Conditional
P(AB)=P(AB)P(B)P(A|B) = \tfrac{P(A\cap B)}{P(B)}
Bayes
P(AB)=P(BA)P(A)P(B)P(A|B) = \tfrac{P(B|A)\,P(A)}{P(B)}
Total probability
P(B)=P(BA)P(A)+P(B¬A)P(¬A)P(B) = P(B|A)P(A) + P(B|\neg A)P(\neg A)
Markov recursion
pk=P(transition k ⁣ ⁣)pp_k = \sum_\ell P(\text{transition }k\!\to\!\ell)\,p_\ell with boundary conditions; solve linearly or telescope.
Weighted mean
xˉ=wixiwi\bar x = \tfrac{\sum w_i x_i}{\sum w_i}
Median
2k+12k{+}1 values: middle = (k+1)th(k{+}1)^{\text{th}}. 2k2k values: avg of kth,(k+1)thk^{\text{th}}, (k{+}1)^{\text{th}}.
Unique mode
Strict inequality: every other value appears strictly fewer times.