2.1 & 2.2 Probability Flashcards
(23 cards)
Probability Experiment
can be repeated indefinitely with a fixed set of outcomes
Probability
measure of how likely a given event will happen
*random in short term, predictable in long term
Law of Large Numbers
increase #repetitions, increases outcome approaching probability
Sample Space
S = fixed set of all possible outcomes
S={e1, e2, e3,…}
S=(heads, tails)
S={1,2,3,4,5,6}
Event
some COMBINATION of outcomes
doesn’t have to be just one thing
Simple Event
exactly one outcome
rolling a 1: e={1}
Compound Event
more than one outcomes
rolling an even number: e={2,4,6}
Complement
A ⊆ S = event
A’ = all simple events in S not in A
A’ = S \ A (set S minus set A)
Union
A, B ⊆ S
set of simple events in A, B, or both A and B
A ⋃ B = {e ∈ S | e ∈ A or e ∈ B}
Intersection
A, B ⊆ S
set of simple events in both A and B
A ⋂ B = {e ∈ S | e ∈ A and e ∈ B}
null event
event contains no outcomes
Ø = { }
Disjoint
two events A, B ∈ S = disjoint (mutually exclusive) if A ⋂ B = Ø (nothing in common)
A={2,3,4} and B={1}
P(A)
the probability of A A={"head"}, B={"tails"} P(A)= .5 = 50% P(A ⋃ B) = 1 = 100% P(A ⋂ B) = P(Ø) = 0 = 0%
Proposition (Axioms of probability)
Axiom 1: For any event A, P(A) >= 0
Axiom 2: P(S) = 1
Axiom 3: if A1, A2, A3,…is any finite or infinite collection of disjoing events, then
P(A1⋃A2⋃A3…) = Σ P(Ai)
Proposition
For any event A: P(A) <=1
Probability Model
list of outcomes with their probabilities
P(heads) = 1/2
P(tails) = 1/2
(rolling a die) P(1) -> P(6) = 1/6
When is an event Impossible, Unlikely, and certain?
Impossible: P(E) = 0
Unlikely: P(E) < = 5%
Certain: P(E) = 1
the Classical Method
when all outcomes of probability experiment are equally likely
P(E) = #ways outcome can occur / total # possible outcomes
Proposition (Complement Rule)
for an event A P(A) + P(A') = 1 <=> P(A') = 1-P(A) ex. P({2,4,5,6}) = 2/3 complement rule: P({1,3}) = 1 - (2/3) = 1/3
Proposition (Axiom 3)
if 2 events E and F are disjoint, then P(E⋃F) = P(E) + P(F) ex. rolling a die define 2 events E={2,4} and F = {5,6} then P(E⋃F) = (2/6) + (2/6) = 4/6 = 0.667
Axiom 3 when two elements are NOT disjoint
P(red card) = 26/52 = 1/2
P(king) = 4/52 = 1/13
P(red card or king) = 1/2 + 1/13 = 15/26? NO, king of hearts and king diamonds = double counted
-general addition rule: subt. common probability
General Addition Rule
subtract off common probability
P(A⋃B) = P(A) + P(B) - P(A⋂B)
if A and B are disjoint, then P(A⋂B) = 0
For any three events A, B and C
P(A⋃B⋃C) = P(A) + P(B) + P(C)
−P(A∩B)−P(A∩C)−P(B ∩C)
+ P(A∩B ∩C)
subt. pair-wise intersections, add triple
similar formulas exist for any number of events