MidTerm Flashcards
P( A or B ) =
P( A or B ) = P( A ) + P( B ) - P( A and B )
P( A or B or C ) =
P( A or B or C ) = P( A ) + P( Ac and B ) + P( Ac and Bc and C )
| equals what 2 equations?
y - x | > .3
y > x + .3 and y < x - .3
Set A = area(A)
Uni Set = area(Uni)
what is the probability of set A?
area(A)/area(Uni)
when calculating continuous probabilities we use _____ instead of ______
area instead of # of elements
when calculating discrete probabilities we use _____ instead of ______
of elements instead of area
P( A | B ) = ?
P( A | B ) = P( A and B ) / P( B )
P( A & B ) = ?
P( A and B ) = P( B ) * P( A | B )
P( Bc | A ) = ? (if B and Bc are all possibilities)
P( Bc | A ) = 1 - P( B | A )
P( A1 & A2 & A3) = ?
P( A1 and A2 and A3 ) = P(A1) * P( A2 | A1 ) * P( A3 | A1&A2 )
How many decisions (depth) would a tree have with P( A1 & A2 & A3 & A4)
4 deep
Best way to do multiplication rule? When a question asks you for P( A & B & C )
use a decision tree and map out
P( A ) * P( B | A) * P( C | A&B )
br1 * br2 * br3
Total Probability Theorem
P( B ) = ?
Assume A1, A2, A3 …. An are disjoint and are added up to equal the universal set then
P( B ) = P( A1 ) * P( B | A1) +P( A2 ) * P( B | A2 ) + P( A3 ) * P( B | A3 ) ….. + P( An ) * P( B | An)
multiplication rule
P( A1 & A2 & A3 ) = P( A1 ) * P( A2 | A1 ) * P( A3 | A1 & A2 )
total probability rule formula
P( B ) = P( A1 & B ) + P( A2 & B ) + … + P( An & B )
which turns into
P( B ) = P( A1 ) * P( B | A1 ) + P( A2 ) * P( B | A2 ) + … + P( An ) * P( B | An )