Probability and Counting
Counting
Permutations Rule
n! n1! n2!....nk!
Combinations Rule
nCr = n! / ((n-r)!r!)
Fundamental Counting Rule
m * n
Factorial Rule
n!
Probability
Classic and Realative Frequency Probability
Mutiplication
Independent?
Yes
Independent
P(A) * P(B)
No
Dependent
P(A & B) = P(A) * P(B| A)
Conditonal Probability
P(B| A) = P(A & B) / P(A)
Complement
Addition Rule
Mutural Exclusive?
Yes
P(A or B) = P(A) + P(B)
No
P(A or B) = P(A) + P(B) - P(both)