Test 1 Formulae/Definitions/Rules Flashcards
Theorem - Counting rule for compound events
N1 x N2 x … x Nk
Theorem - Permutations of n distinct objects
n!
Theorem - Permutations of n objects taken r at a time
nPr = n!/(n-r)! - order matters
Theorem - Circular Permutations
n!/n=(n-1)!
Theorem - Permutations of repeated elements
n!/ n1! x n2! x…x nk!
Theorem - Combinations of the binomial theorem
( n choose r) = nPr/r! = n!/r!(n-r)! - order does not matter
Theorem - Binomial theorem
(x+y)^n = (n choose r) x^n-r y^r
or
(n choose n-r)
Theorem - Pascal’s triangle coefficients
(n choose r) = (n-1 choose r) + (n-1 choose r-1)
Theorem - multinomial coefficients
( n choose r1, r2, r3, … , rk) = n!/r1! x r2! x … rk!
Theorem - Probability of an event with equal outcomes
P(A) = n (possible or optimal outcome)/k (all outcomes)
DeMorgan’s Law
(A’uB’) = A’ n B’
Postulates of Probability
P1. Non-negative real number
P2. P(S)=1
P3. P(A1uA2…)=P(A1)+P(A2)…
- countably additive
- if all three are satisfied a probability can be assigned
Theorem - Probability of an event
If A is an event in S, P(A) is the sum of the individual outcomes of A
Rules of Probability
- P(A) + P(A’) = 1 or P(A’)=1-P(A)
- P(null)=0
- If AcB than P(A) less than or equal to P(B)
- 0 less than or equal to P(A) less than or equal to 1
- Inclusion-Exclusion Principles
Theorem - Inclusion-Exclusion Principle
P(AuB) = P(A) + P(B) - P(AnB)
- for three sets:
P(AuBuC)=P(A) + P(B) +P(C) - P(AnB) - P(AnC) - P(BnC) + P(AnBnC)
Theorem - Conditional Probability
P(A|B) = P(AnB)/P(B)
Theorem - Conditional Probability Multiplication Rule
P(A) x P(B|A) = P(BnA)
P(AnBnC)=P(A) x P(B|A) x P(C|AnB)
Definition - Independent and Dependent events
Events A and B are independent only if P(AnB)=P(A) x P(B) otherwise they are dependent
- If A and B are independent, then so are A and B’
- Additionally, A1, A2 etc are independent if the probability of the intersection of any number of these is equal to the product of their individual probabilities
Rule of total probability
P(V)=P(A)·P(V|A)+P(B)·P(V|B)