ORDER matters → nPr
Permutation: arranging in a line, passwords, races
ORDER doesn't → nCr
Combination: choosing a team, picking lottery numbers
P(A or B) = P(A)+P(B)−P(A∩B)
Don't double-count the overlap!
P(A and B) = P(A)×P(B|A)
Conditional: "given" = update denominator
Complement: 1 − P(none)
"At least one" → easier to find "none" first
nCr = nC(n−r)
Choosing 3 from 10 = leaving out 7 from 10