4-4 part 2 Flashcards
1
Q
Define independent
A
the prob of one outcome happening will NOT be affected regardless of whether the other one happens
Independent if P(A) = P(A|B) or
P(B) = P(B|A)
2
Q
Define the Multiplication Law
A
- used to compute the prob of the intersection of 2 events
- based on the definition of conditional prob
- Need to know if it is dependent or independent
3
Q
What does with replacement mean (dependent or independent) ? and what formula is used?
A
independent
- b/c the prob of being chosen is the same every time
P(A and B) = P(A) x P(B)
4
Q
What does without replacement mean (dependent or independent) ? What is the formula you would use?
A
- Dependent
- b/c chances change with each selection
P(A and B) = P(A) x P(B|A) or
P(B) x P(A|B)