What is P(A)
probability an outcome will belong to event A
What is A^c
Complement. all outcomes not included in event A
Complement formula
P(A)^c = 1 - P(A)
Or formula
P(A u B) = P(A) + P(B) - P(A n B)
And formula
P(A n B) = P(A) x P(B|A) OR P(B) x P(A|B)
What is conditional probability?
The probability of belonging to B given we know it belongs to A. Denoted as (B|A). For example what is the probability of a card being a face card knowing that it is Red -> P(F|R)
What is Disjoint
When A and B are mutually exclusive, Ie no one said yes to both. P(A n B) when disjoint is 0
Independence
When A and B are independent, P(A n B) = P(A) * P(B)
Conditional probability formula
P(A|B) = P(A n B) / P(B)