Probability Flashcards
p(E) = ?
|E|/|S|
p(E | F)
p(E n F) / p(F)
P(!E) = ?
1 - p(E)
Independence of E and F
p(E n F) = p(E) * p(F)
Independence of p(E | F) = ?
p(E)
Bays Thereon p(F | E) = ?
( p(E | F) * p(F) ) / ( ( p(E | F) * p(F) + p(E | !F) * p(!F) )
Probability of k successes out of n trials
p = probability of success
q = probability of failure
C(n,k)(p^k)(q^n-k)
p(E1 u E2)
p(E1) + p(E2) - p(E1 n E2)
probability 5 card poker hand has ace of hearts
1/52 + 1/52 + 1/52 + 1/52 + 1/52 = 5/52
probability 5 card poker hand does not have queen of hearts
1 - (1/52 + 1/52 + 1/52 + 1/52 + 1/52) = 47/52
probability 5 card poker hand contains 2D, 3S, 6H 10C, KH
1/C(52,5)
probability that five card poker hand contains at least 1 ace
1-(C(48,5)/C(52,5))
probability that a five card hand contains exactly 1 ace
(4/52 * 48/51 * 47/50 * 46/49 * 45/48) * 5
possibility of picking ace and 4 non ace cards then * 5 to account for all locations of ace
What is the probability of five card poker hand containing two different pairs and a 5th card of a different type
C(13,2)C(4,2)C(4,2)*C(44,1) / C(52/2)
choose 2 types * pick2 of the 4 for both types, then choose extra card then divide by possible hands
What is the probability of a five card poker hand contains a straight
(C(10,1) * C(4,1)^5) / C(52,5)
choose starting suit, then choose 1 of each necessary cards out of 4 suits, then divide by all possible cards